[NOP] |
This commit did not have any effect and only concerns whitespace, removing unused methods, fixing documentation typos, etc. |
[TASK] |
Adds things that need to be done. Includes: [NOP] |
[DOC] |
Improves JavaDocs or comments. Includes: [NOP], [TASK] |
[INTERNAL] |
Only affects the details of the implementation without any effects to users of the component. Includes: [NOP], [TASK], [DOC] |
[API] |
Affects the interface or dependencies of a component without creating any new functionality or fixing an existing bug. Includes: [NOP], [TASK], [DOC], [INTERNAL] |
[REFACTOR] |
API or INTERNAL changes, which are done using automated tool support. So while REFACTOR changes usually result in large diffs, they are not very error prone. Caution: A refactoring should always be a separate patch, because refactorings are very hard to read. Includes: - |
[FIX] [FIX] #bug id |
Fixes a bug. If existing, please attach the SourceForge bug tracker ID. Includes: [NOP], [TASK], [DOC], [INTERNAL] |
[FEATURE] [FEATURE] #feature id |
Improves the functionality of the software. If existing, please attach the SourceForge feature tracker ID. Includes: [NOP], [TASK], [DOC], [INTERNAL] |
[LOG] |
Improves Logging with Log4j. Includes: [NOP], [TASK], [DOC] |
[UI] |
Improvements to the user interface. Includes: [NOP], [TASK], [DOC], [INTERNAL] |
[JUNIT] [STF] |
Improves testing -- either JUnit tests or STF tests. Includes: [NOP], [TASK], [DOC], [INTERNAL] |
[BUILD] |
Changes the way how the sources are compiled or distributed, e.g. changes to build scripts, MANIFEST files, or update sites. Includes: [NOP], [DOC], [TASK] |