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

framework.src.org.checkerframework.common.value.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
### Error messages for ValueChecker
method.find.failed.in.class=Failed to find a method named %s with argument types %s in class %s. Treating result as @UnknownVal
method.find.failed=Failed to find a method named %s with argument types %s. Treating result as @UnknownVal
method.evaluation.failed=Failed to invoke method %s for evaluation. Treating result as @UnknownVal
method.evaluation.exception=Failed to evaluate method %s because it threw an exception: %s. Treating result as @UnknownVal
class.find.failed=Failed to find class named %s.
constructor.evaluation.failed=Failed to evaluate constructor for class %s with arguments %s. Treating result as @UnknownVal
constructor.invocation.failed=Failed to invoke constructor for class. Treating result as @UnknownVal
operator.unary.evaluation.failed=Failed to find unary operator %s with arguments %s. Treating result as @UnknownVal
operator.binary.evaluation.failed=Failed to find binary operator %s with arguments %s. Treating result as @UnknownVal
field.access.failed=Failed to access field %s in class %s. Treating result as @UnknownVal
too.many.values.given=The maximum number of arguments permitted is %s. Remove the annotation. Treating result as @UnknownVal
class.convert.failed=Cannot convert annotation %s to class %s"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy