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
12 0 0 18

Rules

Category Rule Violations Severity
coding ArrayTrailingComma 6  Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/system-plugin-jmx-doc-QA/workspace/target/checkstyle-header.txt"
10  Error
javadoc JavadocMethod 1  Error
whitespace ParenPad
  • option: "space"
1  Error

Details

fr/paris/lutece/plugins/jmx/mbeans/caches/CacheMBeansExporter.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error coding ArrayTrailingComma Array should contain trailing comma. 67
 Error coding ArrayTrailingComma Array should contain trailing comma. 72
 Error coding ArrayTrailingComma Array should contain trailing comma. 77
 Error coding ArrayTrailingComma Array should contain trailing comma. 82

fr/paris/lutece/plugins/jmx/mbeans/caches/CacheManagedResource.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/jmx/mbeans/plugins/PluginMBeansExporter.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error coding ArrayTrailingComma Array should contain trailing comma. 67
 Error coding ArrayTrailingComma Array should contain trailing comma. 73

fr/paris/lutece/plugins/jmx/mbeans/plugins/PluginManagedResource.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/jmx/mbeans/portal/Portal.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/jmx/mbeans/portal/PortalMBean.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/jmx/mbeans/portal/PortalMBeanExporter.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/jmx/service/JMXPostStartupService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2

fr/paris/lutece/plugins/jmx/service/JMXService.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error javadoc JavadocMethod Expected an @return tag. 88

fr/paris/lutece/plugins/jmx/service/ResourceMBeansScannerDaemon.java

Severity Category Rule Message Line
 Error header Header Line does not match expected header line of ' * Copyright (c) 2002-2016, Mairie de Paris'. 2
 Error whitespace ParenPad ')' is not preceded with whitespace. 43