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

org.checkerframework.checker.nullness.messages.properties Maven / Gradle / Ivy

### Error messages for the NonNullChecker
dereference.of.nullable=dereference of possibly-null reference %s
iterating.over.nullable=iterating over possibly-null reference %s
unboxing.of.nullable=unboxing a possibly-null reference %s
throwing.nullable=throwing a possibly-null throwable %s
locking.nullable=synchronizing over a possibly-null lock %s
accessing.nullable=accessing a possibly-null array %s
condition.nullable=condition on a possibly-null value %s
switching.nullable=switching on a possibly-null value %s
known.nonnull=redundant check; "%s" is non-null
nonnull.nonstatic.with.class=Field "%s" is not static but uses a class name
class.not.found.nullness.parse.error=Class not found for field "%s"
field.not.found.nullness.parse.error=Field "%s" not found
new.array.type.invalid=Annotations %s may not be applied as component type for array "%s"
new.class.type.invalid=the annotations %s do not need be applied in object creations




© 2015 - 2025 Weber Informatics LLC | Privacy Policy