I am not able to upgrade Java to 1.7 but would like to make use of FindBugs plugin for Eclipse (the latest version 3 requires Java 1.7). There doesn't seem to be an old version of the plugin available, anyone any idea where I could obtain it from?
Asked
Active
Viewed 2,449 times
1 Answers
2
Take a look at the FindBugs Download site on SourceForge, which has all versions available.
You would need version 2.0.3 of the Eclipse Plugin, which is here:
http://sourceforge.net/projects/findbugs/files/findbugs%20eclipse%20plugin/2.0.3/

barfuin
- 16,865
- 10
- 85
- 132
-
This doesn't work. Can't install 2.0.3 using the above URL. – NaiveCoder May 22 '18 at 15:26
-
But it works! I just checked again. Mind that this is for download and local installation, it is not an "Eclipse update site". – barfuin May 22 '18 at 19:20
-
How did you installed? I just extracted in the plugins directory and nothing shows up. I also tried extracting in dropins directory and again nothing showed up. – NaiveCoder May 22 '18 at 20:14
-
[How to install plugin for Eclipse from .zip](https://stackoverflow.com/q/5482554/1005481) – barfuin May 23 '18 at 08:40