Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.2
-
Fix Version/s: 3.1.3
-
Component/s: Documentation, Infrastructure: Build
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
The Jikes RVM source code currently contains many duplicated comments. This decreases both maintainablity and readability of the soure code. We should do the following:
- change the source level in the build to Java 6 (@Override for implementations of interface methods was added in Java 6 and might not be supported in all Java 5 compilers)
- add missing @Override annotations
- remove duplicate and near duplicate comments
See this thread for the original discussion.
I've made an initial effort to remove duplicate comments and am currently preparing the patch set for submission.