equal
deleted
inserted
replaced
241 \ Also warn about access to non-public members from a serializable element. |
241 \ Also warn about access to non-public members from a serializable element. |
242 |
242 |
243 javac.opt.Xlint.desc.static=\ |
243 javac.opt.Xlint.desc.static=\ |
244 Warn about accessing a static member using an instance. |
244 Warn about accessing a static member using an instance. |
245 |
245 |
|
246 javac.opt.Xlint.desc.text-blocks=\ |
|
247 Warn about inconsistent white space characters in text block indentation. |
|
248 |
246 javac.opt.Xlint.desc.try=\ |
249 javac.opt.Xlint.desc.try=\ |
247 Warn about issues relating to use of try blocks (i.e. try-with-resources). |
250 Warn about issues relating to use of try blocks (i.e. try-with-resources). |
248 |
251 |
249 javac.opt.Xlint.desc.unchecked=\ |
252 javac.opt.Xlint.desc.unchecked=\ |
250 Warn about unchecked operations. |
253 Warn about unchecked operations. |