blob: 18115b9e7bb742c148ff4d9c7ba03af58e715c3f [file] [log] [blame]
initialization.field.write.initialized=storing values that are possibly under initialization in the field of initialized objects is not permitted
initialization.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.field.write.in.constructor=storing possibly-uninitialized values that come from outside the constructor is not permitted
initialization.constructor.return.type=the newly created object in a constructor must be @UnderInitialization
initialization.field.type=initialization annotations are not allowed on fields, except for @UnknownInitialization
initialization.cast=cast between initialization types %s and %s is not allowed
initialization.field.uninitialized=the default constructor does not initialize field %s
initialization.fields.uninitialized=the constructor does not initialize fields: %s
initialization.static.field.uninitialized=static field %s not initialized