6 ms·
Eclipse does not do static analysis by default I believe. There are some patches however...
by tikkes 16y ago
Eclipse does not do static analysis by default I believe. There are some patches however...
- ShabbyDoo 16y agoThe out-of-the-box Eclipse distro does include some static analysis stuff, but it's turned off by default. Preferences->Java->Compiler->Errors/Warnings. Under "Potential Programming Problems", you can alert on such things as guaranteed NPEs, etc.