Hi,

Could we get rid of the 'dead code' warnings ?
Most of them are due to code like : if (true || xxx) ...
which makes xxx a dead code.

If it's intended, I see 2 ways of removing the warning :

   - Removing the dead code (if the true is definitive, it will clear it
   definitely)
   - Replacing the 'true' by a constant (final static boolean) set to true :
   it will be a lot more comprehensible and the compiler should stop to
   complain :)

Nico
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to