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

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -