Ratha
Ratha

Reputation: 9692

Which version of FindBugs works with Eclipse Luna?

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

Answers (2)

NoDataFound
NoDataFound

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.

    Findbugs

  • 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.

    No findbugs

  • Your project preference will indicate you if Findbugs was successfully installed or not:

    Findbugs Project Preference

  • Check your workspace log, using the Errors view.

  • I think Findbugs work only with Java project. If your project is not recognized as a Java project, that may explain it. You should try to create a new Java project, or better a new workspace.

Upvotes: 3

DeepInJava
DeepInJava

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

Related Questions