red6/dmn-check

View on GitHub
validators/src/main/java/de/redsix/dmncheck/validators/OutputEntryTypeValidator.java

Summary

Maintainability
A
0 mins
Test Coverage

Line is longer than 100 characters (found 116).
Open

                        .map(typeRef -> ExpressionTypeParser.parse(typeRef, validationContext.getItemDefinitions()))

Checks for long lines.

Rationale: Long lines are hard to read in printouts or if developershave limited screen space for the source code, e.g. if the IDEdisplays additional information like project tree, class hierarchy,etc.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

Line is longer than 100 characters (found 101).
Open

            return ExpressionTypeParser.parse(expressionType, validationContext.getItemDefinitions())

Checks for long lines.

Rationale: Long lines are hard to read in printouts or if developershave limited screen space for the source code, e.g. if the IDEdisplays additional information like project tree, class hierarchy,etc.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

Line is longer than 100 characters (found 110).
Open

    public List<ValidationResult> validate(DecisionTable decisionTable, ValidationContext validationContext) {

Checks for long lines.

Rationale: Long lines are hard to read in printouts or if developershave limited screen space for the source code, e.g. if the IDEdisplays additional information like project tree, class hierarchy,etc.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

Line is longer than 100 characters (found 111).
Open

                                rule.getOutputEntries().stream().map(toplevelExpressionLanguage::toExpression),

Checks for long lines.

Rationale: Long lines are hard to read in printouts or if developershave limited screen space for the source code, e.g. if the IDEdisplays additional information like project tree, class hierarchy,etc.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

There are no issues that match your filters.

Category
Status