Skip to content

feedback fluent-logger pr. except to make log line shorter.

Terasology Jenkins.io / CheckStyle failed Feb 19, 2024 in 0s

1 new issue

Total New Outstanding Fixed Trend
1 1 0 0 👎

Reference build: Terasology » engine » develop #50

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 1 0

Annotations

Check warning on line 128 in engine/src/main/java/org/terasology/engine/particles/updating/ParticleUpdaterImpl.java

See this annotation in the file changed.

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

LineLengthCheck

NORMAL:
Line is longer than 150 characters (found 152).
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>