Reputation: 9692
I have installed the Findbugs plugin via it's Eclipse update site.
But when I right click on a project, I do not see any Findbugs options. Looks like there is an issue with Eclipse update site.
Can anyone point me at the right version/way to install Findbugs in Eclipse Luna?
Upvotes: 4
Views: 3025
Reputation: 11969
I'm using the Findbugs version available in Eclipse Luna Marketplace (version 3.0.0.20140706-2cfb468) and it works.
Assuming you could install it from the Marketplace:
The findbugs option is present in this screen-shot when I select a single project or a working set.
The options is not visible (I personally think it would be better if it was disabled rather than not visible) if you select a closed project in your selection. This does not apply to working set containing closed project.
Your project preference will indicate you if Findbugs was successfully installed or not:
Check your workspace log, using the Errors view.
Upvotes: 3
Reputation: 1961
please try to put findbug plugin zip file into dropins folder of eclipse. that might work. For Example, C:\Users\PipariyS\AppData\Local\MyEclipse Blue Edition\MyEclipse Blue Edition 10\dropins
Upvotes: 0