Changes between Version 14 and Version 15 of GoodCodeExamples


Ignore:
Timestamp:
05/20/09 16:25:47 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoodCodeExamples

    v14 v15  
    7575}}} 
    7676 * Don't use @SuppressWarnings("all") and @SuppressWarnings("synthetic-access") at all, other like @SuppressWarnings("synthetic-access"), @SuppressWarnings("unchecked"), etc.. you can use, but rarely only when needed! 
     77 * We don't have special conventions for naming but don't use long name or stupid ones like "stuff"