As part of QA activities I need to make sure that all changes between the last tagged code and the proposed code are commented (At least have references to an issue ID).
Is there a way of doing this instead of manually looking at diffs?
Does anyone has a trick under his/her sleeve?
I want to avoid making Code Review obseervations for coding standards like this one if I can.
In my case I have code in Java (Netbeans) and C++