Community
Participate
Working Groups
When cleaning up code it is a common to use quick fixes and refactorings to make changes in a code. Once the work is done you have to review all changes and assign appropriate comments/descriptions before committing them, so basically somehow repeat significant part of work. Because review part could be time-consuming developers often skip this step and just add some generic comment for commit set. Commit comments could be much better if quick fix and refactoring operations will automatically contribute comments for commit sets. This will also simplify precommit review process.
Agree, but this is out of scope for 3.1. Currently JDT doesn't know anything about commit sets.
By the way, does JDT know anything about local history? If so, then it could go into a local history and CVS or any other VCS integration can query local history for change sets...
GNU Classpath requires a ChangeLog entry of a certain style for every change. It would be handy if the changelog plugin could get descriptions of quick fix operations and write these entries automatically.
As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you.