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.
Activity
Erik Brangs
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | RVM-962.patch [ 59725 ] |
David Grove
made changes -
| Assignee | David Grove [ dgrove ] |
David Grove
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 3.1.3 [ 18230 ] | |
| Resolution | Fixed [ 1 ] |
David Grove
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |