Checker Framework Core Library

The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.

License

License

GroupId

GroupId

io.github.eisop
ArtifactId

ArtifactId

framework
Last Version

Last Version

3.0.0-b2
Release Date

Release Date

Type

Type

jar
Description

Description

Checker Framework Core Library
The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.
Project URL

Project URL

https://checkerframework.org
Source Code Management

Source Code Management

https://github.com/eisop/checker-framework.git

Download framework

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.eisop/framework/ -->
<dependency>
    <groupId>io.github.eisop</groupId>
    <artifactId>framework</artifactId>
    <version>3.0.0-b2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.eisop/framework/
implementation 'io.github.eisop:framework:3.0.0-b2'
// https://jarcasting.com/artifacts/io.github.eisop/framework/
implementation ("io.github.eisop:framework:3.0.0-b2")
'io.github.eisop:framework:jar:3.0.0-b2'
<dependency org="io.github.eisop" name="framework" rev="3.0.0-b2">
  <artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.eisop', module='framework', version='3.0.0-b2')
)
libraryDependencies += "io.github.eisop" % "framework" % "3.0.0-b2"
[io.github.eisop/framework "3.0.0-b2"]

Dependencies

compile (3)

Group / Artifact Type Version
io.github.eisop » annotation-tools-scene-lib jar 3.0.0-b2
io.github.eisop : dataflow jar 3.0.0-b2
io.github.eisop » stubparser jar 3.0.0-b2

Project Modules

There are no modules declared in this project.

Please see the Checker Framework manual (HTML, PDF).

The history of releases and changes is in file changelog.txt.

Documentation for Checker Framework developers is in directory docs/developer/.

io.github.eisop
JDK 9 version of typetools

Versions

Version
3.0.0-b2