]
Jozef Marko updated DROOLS-4452:
--------------------------------
Labels: drools-tools (was: )
[GDST] Wrong FQCN is selected if the end matches.
-------------------------------------------------
Key: DROOLS-4452
URL:
https://issues.jboss.org/browse/DROOLS-4452
Project: Drools
Issue Type: Bug
Components: Guided Decision Table Editor
Affects Versions: 7.26.0.Final
Reporter: Toni Rikkola
Assignee: Toni Rikkola
Priority: Major
Labels: drools-tools
If the column uses class Person. The FQCN resolver that fills the DMO uses the first
import that end with the class name.
For example if the list contains:
* org.test.AnotherPerson
* org.test.Person
Then first item is selected instead of the second.