gitgabrio commented on code in PR #6379:
URL:
https://github.com/apache/incubator-kie-drools/pull/6379#discussion_r2159268274
##########
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/compiler/ItemDefinitionDependenciesSorter.java:
##########
@@ -60,6 +60,7 @@ public List<ItemDefinition> sort(List<ItemDefinition> ins) {
private void dfVisit(ItemDefinition node, List<ItemDefinition> allNodes,
Collection<ItemDefinition> visited, List<ItemDefinition> dfv) {
visited.add(node);
+ // @TODO GCARDOSI 2003 - if xmlns != namespace, the other
itemDefinitions reference xmlns, while the current one refers to namespace
Review Comment:
@yesamer Same as above
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]