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

License

License

GroupId

GroupId

com.h3xstream.findsecbugs
ArtifactId

ArtifactId

findsecbugs-test-util
Last Version

Last Version

1.12.0
Release Date

Release Date

Type

Type

jar
Description

Description

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 findsecbugs-test-util

How to add to project

<!-- https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-test-util/ -->
<dependency>
    <groupId>com.h3xstream.findsecbugs</groupId>
    <artifactId>findsecbugs-test-util</artifactId>
    <version>1.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-test-util/
implementation 'com.h3xstream.findsecbugs:findsecbugs-test-util:1.12.0'
// https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-test-util/
implementation ("com.h3xstream.findsecbugs:findsecbugs-test-util:1.12.0")
'com.h3xstream.findsecbugs:findsecbugs-test-util:jar:1.12.0'
<dependency org="com.h3xstream.findsecbugs" name="findsecbugs-test-util" rev="1.12.0">
  <artifact name="findsecbugs-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.h3xstream.findsecbugs', module='findsecbugs-test-util', version='1.12.0')
)
libraryDependencies += "com.h3xstream.findsecbugs" % "findsecbugs-test-util" % "1.12.0"
[com.h3xstream.findsecbugs/findsecbugs-test-util "1.12.0"]

Dependencies

test (6)

Group / Artifact Type Version
org.mockito : mockito-core jar 4.3.1
org.hamcrest : hamcrest-core jar 2.2
commons-io : commons-io jar 2.11.0
org.testng : testng jar 7.4.0
org.slf4j : slf4j-api jar 1.7.26
com.github.spotbugs : spotbugs jar 4.5.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.12.0
1.11.0
1.10.1
1.10.0