We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc39f42 commit d188623Copy full SHA for d188623
dmn-core/src/main/java/com/gs/dmn/validation/CyclicImportsValidator.java
@@ -36,6 +36,7 @@ public List<String> validate(DMNModelRepository repository) {
36
ValidationContext context = new ValidationContext(repository);
37
if (isEmpty(repository)) {
38
this.logger.warn("DMN repository is empty; validator will not run");
39
+ return context.getErrors();
40
}
41
42
// Build the import graph
0 commit comments