Null-Check Instrumenter

Processes non-null annotations and injects code to throw an exception (or log an error), when the non-null constraint is violated.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.hoodihub
ArtifactId

ArtifactId

null-check-instrumenter-maven-plugin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Null-Check Instrumenter
Processes non-null annotations and injects code to throw an exception (or log an error), when the non-null constraint is violated.
Project URL

Project URL

https://github.com/hoodihub/null-check-instrumenter-maven-plugin
Source Code Management

Source Code Management

https://github.com/hoodihub/null-check-instrumenter-maven-plugin

Download null-check-instrumenter-maven-plugin

How to add to project

<plugin>
    <groupId>io.github.hoodihub</groupId>
    <artifactId>null-check-instrumenter-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.6.3
org.apache.maven : maven-plugin-api jar 3.6.3
org.ow2.asm : asm jar 9.2
org.ow2.asm : asm-util jar 9.2

provided (2)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.1
org.jetbrains : annotations jar 20.1.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.8.1
org.junit.jupiter : junit-jupiter-params jar 5.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.1
1.0.0