mirror of https://github.com/apache/openjpa.git
OPENJPA-413 revised message
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@588114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
38ca258bc0
commit
b291cd7223
|
@ -128,8 +128,7 @@ property-no-getter: No getter method found for persistent property "{0}". All \
|
||||||
persistent properties must have getter methods.
|
persistent properties must have getter methods.
|
||||||
property-no-setter: No setter method found for persistent property "{0}", and \
|
property-no-setter: No setter method found for persistent property "{0}", and \
|
||||||
bytecode analysis of the getter did not reveal a clear backing field. \
|
bytecode analysis of the getter did not reveal a clear backing field. \
|
||||||
Please create a setter method for this property which may be a private \
|
Please create a setter method for this property.
|
||||||
property.
|
|
||||||
property-setter-getter-mismatch: Bytecode analysis of the setter and getter \
|
property-setter-getter-mismatch: Bytecode analysis of the setter and getter \
|
||||||
methods for persistent property "{0}" indicates that the two methods \
|
methods for persistent property "{0}" indicates that the two methods \
|
||||||
might be acting on different backing fields. The setter method assigns to \
|
might be acting on different backing fields. The setter method assigns to \
|
||||||
|
@ -199,4 +198,4 @@ no-accessor: Could not find method called {0} in type {1}.
|
||||||
unspecified-unenhanced-types: One or more of the types in {0} have relations \
|
unspecified-unenhanced-types: One or more of the types in {0} have relations \
|
||||||
to other unenhanced types that were not specified. These unspecified types \
|
to other unenhanced types that were not specified. These unspecified types \
|
||||||
are: {1}
|
are: {1}
|
||||||
enhance-error: An error occurred while enhancing {0}. Exception message: {1}
|
enhance-error: An error occurred while enhancing {0}. Exception message: {1}
|
||||||
|
|
Loading…
Reference in New Issue