I had just installed FindBugs plugin for Eclipse. My Eclipse is Juno. I am using Windows 7.
It shows up at Help -> about Eclipse -> Installed Software as FindBugs Feature
However it does not exist on Project Properties.
I had tried to run eclipse as Administrator, installing from either marketplace or manual.
But no luck.
I use a copied Eclipse (without installation) at Desktop.
Any thought on how to shows the FindBugs in project properties?
Thanks
For this right-click on a project and select Properties from the popup menu. Select FindBugs Run automatically.
The preferred method of running FindBugs is to directly execute $FINDBUGS_HOME /lib/findbugs. jar using the -jar command line switch of the JVM (java) executable. (Versions of FindBugs prior to 1.3. 5 required a wrapper script to invoke FindBugs.)
Install from Marketplace Click on the Install button to proceed with SpotBugs installation. That's it. We have successfully install the FindBugs/SpotBugs Eclipse plugin.
All other answers (installing latest Java, Eclipse update, adding '-vm ...' to the .ini-file did not work for me. I solved it by clicking "Window"->"Perspective"->"Open Perspective"->"Other..."->"FindBugs".
Then switch back to 'Java'-perspective. Now the menu is available when you right-click the project.
Just in case you haven't figured out yet, and so it might help others like me. If you are installing a version of Eclipse FindBugs 3.0 or greater, then it's only supported on Java 7. Update your JDK to 7.0 and you will see Findbugs show up as a part of your properties. Wasted a lot of hours on this one.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With