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

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

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -