-
Bug
-
Resolution: Done
-
Major
-
2.20.0.Final
-
2019 Week 26-28
-
3
-
-
NEW
-
NEW
If a data object extends a base class, the methods defined in the base class are not visible when editing a guided decision table which references the data object.
Acceptance test
- Parent class - public - visible
- Parent class - protected - visible according javadoc in PR, I guess it is fine
- Parent class - private - not visible
- Child class - public - visible
- Child class - protected - visible according javadoc in PR, I guess it is fine
- Child class - private - not visible
jomarko@redhat.com The old implementation used to only handle public methods so I think we're fine too (excluding protected methods).
- clones
-
RHDM-988 The method defined in a parent data object class is not visible when editing guided decision table.
- Closed
- is related to
-
DROOLS-4259 Scenario can not access parent data object fields
- Closed