-
Type:
Bug Report
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: 7.5.0
-
Component/s: dmn-engine
Hi,
I just found an interesting stuff in org.camunda.bpm.dmn.engine.impl.type.DefaultDataTypeTransformerRegistry
The addTransformer method put in the map as key (typeName) as it gets, but getTransformer method lowercase it to check its existance.
So If I register a transformer with name: "Abc" it will not found by getTransformer, because it tries to find with name "abc".