Skip to content

typehandlerlibrary qa, jdrueckert feedback

This check has been archived and is scheduled for deletion. Learn more about checks retention
Terasology Jenkins.io / CheckStyle failed Nov 9, 2023 in 0s

2 new issues, 82 total

Total New Outstanding Fixed Trend
82 2 80 8 👍

Reference build: Terasology » engine » develop #20

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 2 0

Annotations

Check warning on line 48 in subsystems/TypeHandlerLibrary/src/test/java/org/terasology/persistence/typeHandling/coreTypes/factories/ObjectFieldMapTypeHandlerFactoryTest.java

See this annotation in the file changed.

@terasology-jenkins-io terasology-jenkins-io / CheckStyle

LineLengthCheck

NORMAL:
Line is longer than 150 characters (found 265).
Raw output
<p>Since Checkstyle 3.0</p><p> Checks for long lines. </p><p> Rationale: Long lines are hard to read in printouts or if developers have limited screen space for the source code, e.g. if the IDE displays additional information like project tree, class hierarchy, etc. </p>

Check warning on line 71 in subsystems/TypeHandlerLibrary/src/test/java/org/terasology/persistence/typeHandling/FutureTypeHandlerTest.java

See this annotation in the file changed.

@terasology-jenkins-io terasology-jenkins-io / CheckStyle

LineLengthCheck

NORMAL:
Line is longer than 150 characters (found 238).
Raw output
<p>Since Checkstyle 3.0</p><p> Checks for long lines. </p><p> Rationale: Long lines are hard to read in printouts or if developers have limited screen space for the source code, e.g. if the IDE displays additional information like project tree, class hierarchy, etc. </p>