red6/dmn-check

View on GitHub
core/src/main/java/de/redsix/dmncheck/result/ValidationResult.java

Summary

Maintainability
A
0 mins
Test Coverage

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

 * <p>In this context a validation result always describes an error or a warning. There is currently no way to express

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 120).
Open

 * <p>1) A message that describes the validation result 2) A severity indicating how severe the result is 3) A reference

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 113).
Open

    private ValidationResult(final String message, final ModelElementInstance element, final Severity severity) {

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