Community
Participate
Working Groups
In 3.5M4 there are warnings about "dead code" which comes from code guarded with a value that's known to be statically true or false. There are also warnings about the use of a raw class in an instanceof test that can be eliminated by adding ? arguments. There's one case of the generator itself producing this, so that's being improved as well.
The Plugin.getPluginPreferences is deprecated so I also changed code that uses it.
Fix available in HEAD: 2.5.0M4 (S200812151800).
Fix available in HEAD: 2.5.0 (R200906151043).