]
Anna Dupliak updated DROOLS-5167:
---------------------------------
Attachment: nestedGeneric.webm
Collection editor for Nested Generic List
------------------------------------------
Key: DROOLS-5167
URL:
https://issues.redhat.com/browse/DROOLS-5167
Project: Drools
Issue Type: Bug
Components: Scenario Simulation and Testing
Affects Versions: 7.35.0.Final
Reporter: Anna Dupliak
Assignee: Yeser Amer
Priority: Major
Labels: drools-tools
Attachments: MySpace_Traffic4222312160964203593.zip, nestedGeneric.webm
Unexpected behavior occures in Test Scenarios when user invokes the collection editor for
Nested generic
{code} # list= new java.util.List<java.util.List<String>>(); o = new
java.util.List<String>;o.add("word");list.add(o);list;{code}
Expected: the cell is avalible to input expression
Actual: