Skip to content

refactor: allow-deny lists refactor also allows for backwards compati…

Terasology Jenkins.io / CheckStyle succeeded Sep 26, 2024 in 0s

2 new issues

Total New Outstanding Fixed Trend
2 2 0 0 👎

Reference build: Terasology » engine » develop #84

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
2 0 0 0

Annotations

Check warning on line 40 in engine/src/main/java/org/terasology/engine/network/internal/ServerConnectListManager.java

See this annotation in the file changed.

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

RightCurlyCheck

ERROR:
'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
Raw output
<p>Since Checkstyle 3.0</p><p> Checks the placement of right curly braces (<code>'}'</code>) for if-else, try-catch-finally blocks, while-loops, for-loops, method definitions, class definitions, constructor definitions, instance and static initialization blocks. The policy to verify is specified using the property <code> option</code>. For right curly brace of expression blocks please follow issue <a href="https://github.com/checkstyle/checkstyle/issues/5945">#5945</a>. </p>

Check warning on line 47 in engine/src/main/java/org/terasology/engine/network/internal/ServerConnectListManager.java

See this annotation in the file changed.

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

RightCurlyCheck

ERROR:
'}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally).
Raw output
<p>Since Checkstyle 3.0</p><p> Checks the placement of right curly braces (<code>'}'</code>) for if-else, try-catch-finally blocks, while-loops, for-loops, method definitions, class definitions, constructor definitions, instance and static initialization blocks. The policy to verify is specified using the property <code> option</code>. For right curly brace of expression blocks please follow issue <a href="https://github.com/checkstyle/checkstyle/issues/5945">#5945</a>. </p>