mirror of
https://github.com/apache/openjpa.git
synced 2025-02-08 11:06:01 +00:00
OPENJPA-413 revised message
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@588115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1af3d93ca7
commit
35fb37ea38
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user