Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: address IntelliJ QAPlug plugin findings #5149

Merged
merged 35 commits into from
Nov 11, 2023

Merge branch 'develop' into chore/qaplug-findings

08bd7ea
Select commit
Loading
Failed to load commit list.
Merged

refactor: address IntelliJ QAPlug plugin findings #5149

Merge branch 'develop' into chore/qaplug-findings
08bd7ea
Select commit
Loading
Failed to load commit list.
Terasology Jenkins.io / CheckStyle succeeded Nov 11, 2023 in 0s

3 new issues, 91 total

Total New Outstanding Fixed Trend
91 3 88 0 👎

Reference build: Terasology » engine » develop #16

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 3

Annotations

Check warning on line 53 in engine/src/main/java/org/terasology/engine/telemetry/TelemetryScreen.java

See this annotation in the file changed.

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

ConstantNameCheck

LOW:
Name 'horizontalSpacing' must match pattern '^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*|logger)$'.
Raw output
<p> Checks that constant names conform to a format specified by the format property. A <em>constant</em> is a <strong>static</strong> and <strong>final</strong> field or an interface/annotation field, except <strong>serialVersionUID</strong> and <strong>serialPersistentFields</strong>. </p>

Check warning on line 14 in engine/src/main/java/org/terasology/engine/world/viewer/TileThreadFactory.java

See this annotation in the file changed.

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

ConstantNameCheck

LOW:
Name 'namePrefix' must match pattern '^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*|logger)$'.
Raw output
<p> Checks that constant names conform to a format specified by the format property. A <em>constant</em> is a <strong>static</strong> and <strong>final</strong> field or an interface/annotation field, except <strong>serialVersionUID</strong> and <strong>serialPersistentFields</strong>. </p>

Check warning on line 37 in engine/src/main/java/org/terasology/engine/network/internal/ClientConnectionHandler.java

See this annotation in the file changed.

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

ConstantNameCheck

LOW:
Name 'timeoutThreshold' must match pattern '^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*|logger)$'.
Raw output
<p> Checks that constant names conform to a format specified by the format property. A <em>constant</em> is a <strong>static</strong> and <strong>final</strong> field or an interface/annotation field, except <strong>serialVersionUID</strong> and <strong>serialPersistentFields</strong>. </p>