-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.35.0.Final
-
1
-
- Import the attached project
- Open the single Test scenario file
- Double click the data cell of the given column
-
NEW
-
NEW
Unexpected behavior occures in Test Scenarios when user invokes the collection editor for Nested generic
# list= new java.util.List<java.util.List<String>>(); o = new java.util.List<String>;o.add("word");list.add(o);list;
Expected: the cell is available to input expression.
Actual: cannot edit the cell.
- clones
-
DROOLS-5138 Collection editor for List of Objects
- Closed