feat: add support for skinned Mesh #4968
Open
Terasology Jenkins.io / CheckStyle
failed
Aug 4, 2024 in 0s
1 new issue
Total | New | Outstanding | Fixed | Trend |
---|---|---|---|---|
1 | 1 | 0 | 0 | 👎 |
Reference build: Terasology » engine » develop #81
Details
Severity distribution of new issues
Error | Warning High | Warning Normal | Warning Low |
---|---|---|---|
0 | 0 | 1 | 0 |
Annotations
terasology-jenkins-io / CheckStyle
FinalClassCheck
NORMAL:
Class DisposalAction should be declared as final.
Raw output
<p>Since Checkstyle 3.1</p><p> Checks that a class which has only private constructors is declared as final. Doesn't check for classes nested in interfaces or annotations, as they are always <code>final</code> there. </p>
Loading