changes.mady.by.user Dhruv Mohindra
Saved on Jul 24, 2009
changes.mady.by.user Fred Long
Saved on Aug 06, 2009
...
DCL07-J. Ensure failure atomicity by declaring class and instance variables final and initializing immediately
DCL30-J. Do not use the for-each idiom for initialization or assignmentattempt to assign to the loop variable in an enhanced for loop
DCL31-J. Qualify mathematical constants with the static and final modifiers