]
Michael Anstis commented on DROOLS-3268:
----------------------------------------
[~karreiro] Could you please provide [~dadossan] with a link to where you do the check for
data type names equalling that of a built in type?
I suspect you're simply doing a comparison ignoring case.
[DMN Designer] Data-types: Check for use of built-in-type should be
case sensitive
----------------------------------------------------------------------------------
Key: DROOLS-3268
URL:
https://issues.jboss.org/browse/DROOLS-3268
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.14.0.Final
Reporter: Michael Anstis
Assignee: Daniel José dos Santos
Priority: Blocker
Labels: drools-tools
On the Data Types dialog, creating a type/field called "Number" with an
uppercase "N" should be allowed. FEEL/DMN is type sensitive, and only
"number" lower case is reserved word. Check if the problem also happens for
other types, except for "Any" and "Null" that have an upper case
initial.