Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 1.5.2, Release 1.6
-
Component/s: None
-
Labels:None
-
Environment:using eclipse 3.5 and svn trunk
Description
I tend to like a build without any warnings. I just checked out the source code to stripes to check it out and found a bunch of areas where eclipse was throwing warnings. This patch just adds a bunch of <?> to the end of various places where eclipse 3.5 was complaining. I also use Eclipse Java->Save Actions to improve the look and feel of the source code without having to do any work. This created a slightly larger patch file. Here are my settings:
Add 'this' qualifier to unqualified field accesses
Add 'this' qualifier to unqualified method accesses
Convert for loops to enhanced for loops
Add paranoiac parentheses
Remove unused imports
Add missing '@Override' annotations
Add missing '@Deprecated' annotations
Remove unnecessary casts
Remove unnecessary '$NON-NLS$' tags
Remove trailing white spaces on all lines
my patch