
org.checkerframework.checker.initialization.messages.properties Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy