refactor: address IntelliJ QAPlug plugin findings #5149
Merged
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
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>
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>
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>
Loading