Changes between Version 13 and Version 14 of GoodCodeExamples


Ignore:
Timestamp:
05/20/09 16:24:27 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoodCodeExamples

    v13 v14  
    7474                } 
    7575}}} 
    76  * Don't use @SuppressWarnings("all"), @SuppressWarnings("synthetic-access"), etc.. or use them rarely only when needed! 
     76 * 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!