Skip to content

use dev.dirs to calculate terasology directories

Terasology Jenkins.io / CheckStyle succeeded Oct 14, 2024 in 0s

1 new issue

Total New Outstanding Fixed Trend
1 1 0 0 👎

Reference build: Terasology » engine » develop #89

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 1

Annotations

Check warning on line 35 in engine/src/main/java/org/terasology/engine/core/PathManager.java

See this annotation in the file changed.

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

ConstantNameCheck

LOW:
Name 'projDirs' 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>