You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the name of a variable has an uppercase letter at the second char, e.g. boolean aBCD, the setter and getter are generated by Eclipse without an uppercase letter at the first letter.
It would be perfect if the POJO-tester would recognize this behavior and finds the getter or setter correctly.
E.g.
If the name of a variable has an uppercase letter at the second char, e.g. boolean aBCD, the setter and getter are generated by Eclipse without an uppercase letter at the first letter.
It would be perfect if the POJO-tester would recognize this behavior and finds the getter or setter correctly.
E.g.
Currently only this is recognized by the POJO-tester:
The text was updated successfully, but these errors were encountered: