Package checkers.igj

Provides a typechecker plug-in for the IGJ checkers.igj.quals qualifiers that finds (and verifies the absence of) immutability errors.

See: Description

Package checkers.igj Description

Provides a typechecker plug-in for the IGJ checkers.igj.quals qualifiers that finds (and verifies the absence of) immutability errors. The checker guarantees that no immutable object is modified and no object is mutated through a read-only reference.
See Also:
IGJChecker
See the Checker Framework manual:
IGJ Checker