All Downloads are FREE. Search and download functionalities are using the official Maven repository.

checker.src.org.checkerframework.checker.initialization.messages.properties Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 3.42.0
Show newest version
initialization.invalid.field.write.initialized=storing values that are possibly under initialization in the field of initialized objects is not permitted
initialization.invalid.field.write.unknown=storing values that are possibly under initialization in the field of objects whose initialization state is not known is not permitted
initialization.invalid.field.write.in.constructor=storing possibly-uninitialized values that come from outside the constructor is not permitted
initialization.invalid.constructor.return.type=the newly created object in a constructor must be @UnderInitialization
initialization.invalid.field.type=initialization annotations are not allowed on fields, except for @UnknownInitialization
initialization.invalid.cast=cast between initialization types %s and %s is not allowed
initialization.fields.uninitialized=the constructor does not initialize fields: %s




© 2015 - 2024 Weber Informatics LLC | Privacy Policy