src/share/classes/com/sun/tools/javac/code/Lint.java

changeset 582
366a7b9b5627
parent 581
f2fdd52e4e87
child 609
13354e1abba7
equal deleted inserted replaced
581:f2fdd52e4e87 582:366a7b9b5627
194 * Warn about unchecked operations on raw types. 194 * Warn about unchecked operations on raw types.
195 */ 195 */
196 RAW("rawtypes"), 196 RAW("rawtypes"),
197 197
198 /** 198 /**
199 * Warn about Sun proprietary API that may be removed in a future release. 199 * Warn about proprietary API that may be removed in a future release.
200 */ 200 */
201 SUNAPI("sunapi", true), 201 SUNAPI("sunapi", true),
202 202
203 /** 203 /**
204 * Warn about issues relating to use of statics 204 * Warn about issues relating to use of statics

mercurial