Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: openengsb-3.0.0.M1
-
Component/s: framework
-
Labels:None
Description
Until now, it is needed that boolean primitive and boolean wrapper types both need a getter with the name "isXXX". This can be a problem, since some IDEs create for boolean wrapper types "getXXX". Also it would be easier that it understand both.
So it should be changed that models allow for boolean primitive and boolean wrapper types both variants of the getter ("isXXX" and "getXXX")