Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with build-config/lutece_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
5 0 0 10

Rules

Category Rule Violations Severity
design HideUtilityClassConstructor 1  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/system-plugin-threadlogger-doc-QA/workspace/target/checkstyle-header.txt"
3  Error
imports UnusedImports 1  Error
javadoc JavadocMethod 5  Error

Details

fr/paris/lutece/plugins/threadlogger/service/ThreadLoggerLauncherStartUpService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error imports UnusedImports Unused import - fr.paris.lutece.portal.service.daemon.DaemonEntry. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 70

fr/paris/lutece/plugins/threadlogger/service/ThreadLoggerService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 52
 Error javadoc JavadocMethod Expected @param tag for 'states'. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 177

fr/paris/lutece/plugins/threadlogger/service/WatcherThread.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2018, Mairie de Paris'. 2
 Error javadoc JavadocMethod Missing a Javadoc comment. 48