ChristianWulf / qa-eclipse-plugin

Eclipse Plugin to integrate QA tools, such as PMD and Checkstyle, into Eclipse
Eclipse Public License 1.0
7 stars 3 forks source link

Add view for Spotbugs #6

Open ChristianWulf opened 6 years ago

tsjensen commented 6 years ago

This would actually be a replacement for FindBugs these days, as all active maintainers have moved from the FindBugs project to the SpotBugs fork, making FindBugs "just an old version of SpotBugs". (Just saying because the readme.md still mentions FindBugs instead of SpotBugs.)

Side note: 👍 Thank you for your work on a light-weight alternative to Eclipse-CS. While Eclipse-CS has been around forever, and is certainly good software, extending it with custom checks is hard. I've been doing it for Checkstyle Addons. So, I'll be keeping an eye on qa-eclipse-plugin!

ChristianWulf commented 6 years ago

You are right. I will change this point in the readme. Thank you! And also thanks for your general feedback!