You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In org.flowable.editor.dmn.converter.DmnJsonConverter.java there appears that in two occasions where there is a mismatch between the updating and querying of a collection.
In the first case inputClauseMap is added to but never queried; starting around line 100:
In
org.flowable.editor.dmn.converter.DmnJsonConverter.java
there appears that in two occasions where there is a mismatch between the updating and querying of a collection.In the first case
inputClauseMap
is added to but never queried; starting around line 100:The second case is for the variable
outputClauseMap
starting around line 120:This should be reviewed to see if the code is unneeded or there is some other error.
The text was updated successfully, but these errors were encountered: