[jboss-jira] [JBoss JIRA] (DROOLS-5167) Collection editor for Nested Generic List
Anna Dupliak (Jira)
issues at jboss.org
Mon Mar 16 09:26:44 EDT 2020
[ https://issues.redhat.com/browse/DROOLS-5167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Anna Dupliak updated DROOLS-5167:
---------------------------------
Description:
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:
was:There is issue in Test Scenarios when user invokes the collection editor for {{java.util.List<java.lang.Object>}} field.
> 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:
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list