Changes between Version 13 and Version 14 of GoodCodeExamples
- Timestamp:
- 05/20/09 16:24:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoodCodeExamples
v13 v14 74 74 } 75 75 }}} 76 * Don't use @SuppressWarnings("all") , @SuppressWarnings("synthetic-access"), etc.. or use themrarely 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!