Android Java Compiler directive to disable warnings for a single line of code -
i want suppress compiler warning number. saw done following line of code special comment.
you know murphy's law? think 1 case. when don't need it, bump time on code has kind of directive. loks somehting
static int num; //!nlns201 now need cannot find anywhere.
edit: cannot believe nobody knows talking about! rephrased question, maybe unclear.
well, found it. not thought is.
the $non-nls-x tags, used eclipse suppress literal strings warning aimed @ language internationalization.
i using instead @supresswarnings("all") before variable declaration.
see post reference on @suppresswarnings arguments
Comments
Post a Comment