FindSecBugs Test Utility
· Utility that could be reuse for FindBugs plugin development.
Include:
- Loading of the plugin.
- Hamcrest Matcher to do make precise assertion
Part of the code was imported to SpotBugs: (Those functions are supported by the SpotBugs project)
https://github.com/spotbugs/spotbugs/tree/master/test-harness
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window findsecbugs-test-util-1.12.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.