Checkstyle Results

The following document contains the results of Checkstyle 9.3 with /media/veracrypt1/workspace/togetherPlatform/modules/TP-CORE/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
67 0 0 4

Files

File  I  W  E
org/europa/together/application/JacksonJsonTools.java 0 0 1
org/europa/together/application/NimbusJwt.java 0 0 3

Details

org/europa/together/application/JacksonJsonTools.java

Severity Category Rule Message Line
 Error misc TodoComment Comment matches to-do format 'TODO:'. 47

org/europa/together/application/NimbusJwt.java

Severity Category Rule Message Line
 Error misc TodoComment Comment matches to-do format 'TODO:'. 91
 Error coding MagicNumber '600000' is a magic number. 96
 Error coding MagicNumber '30' is a magic number. 175