Fork me on GitHub

Checkstyle Results

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

rss feed

Summary

Files
 Info
 Warnings
 Errors
19 0 0 34

Files

File
 I
 W
 E
fr/paris/lutece/portal/business/portlet/PortletStyleXslDAO.java 0 0 2
fr/paris/lutece/portal/business/style/IStyleDAO.java 0 0 1
fr/paris/lutece/portal/business/style/Style.java 0 0 1
fr/paris/lutece/portal/business/style/StyleDAO.java 0 0 1
fr/paris/lutece/portal/business/style/StyleHome.java 0 0 1
fr/paris/lutece/portal/business/stylesheet/IStyleSheetDAO.java 0 0 1
fr/paris/lutece/portal/business/stylesheet/StyleSheet.java 0 0 1
fr/paris/lutece/portal/business/stylesheet/StyleSheetDAO.java 0 0 1
fr/paris/lutece/portal/business/stylesheet/StyleSheetHome.java 0 0 1
fr/paris/lutece/portal/service/html/XmlTransformerCacheManager.java 0 0 2
fr/paris/lutece/portal/service/html/XmlTransformerCacheService.java 0 0 1
fr/paris/lutece/portal/service/html/XmlTransformerService.java 0 0 1
fr/paris/lutece/portal/service/portlet/PortletContentXslService.java 0 0 6
fr/paris/lutece/portal/web/style/StylesJspBean.java 0 0 2
fr/paris/lutece/portal/web/stylesheet/StyleSheetFileServlet.java 0 0 2
fr/paris/lutece/portal/web/stylesheet/StyleSheetJspBean.java 0 0 4
fr/paris/lutece/util/xml/XmlTransformer.java 0 0 6

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2
 Error
coding ArrayTrailingComma 2
 Error
DeclarationOrder 3
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace@4/target/checkstyle-header.txt"
17
 Error
imports UnusedImports 2
 Error
javadoc JavadocMethod 3
 Error
JavadocType 3
 Error
whitespace ParenPad
  • option: "space"
2
 Error

Details

fr/paris/lutece/portal/business/portlet/PortletStyleXslDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 40

fr/paris/lutece/portal/business/style/IStyleDAO.java

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

fr/paris/lutece/portal/business/style/Style.java

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

fr/paris/lutece/portal/business/style/StyleDAO.java

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

fr/paris/lutece/portal/business/style/StyleHome.java

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

fr/paris/lutece/portal/business/stylesheet/IStyleSheetDAO.java

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

fr/paris/lutece/portal/business/stylesheet/StyleSheet.java

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

fr/paris/lutece/portal/business/stylesheet/StyleSheetDAO.java

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

fr/paris/lutece/portal/business/stylesheet/StyleSheetHome.java

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

fr/paris/lutece/portal/service/html/XmlTransformerCacheManager.java

Severity Category Rule Message Line
 Error
header Header Missing a header - not enough lines in file. 1
 Error
javadoc JavadocType Missing a Javadoc comment. 5

fr/paris/lutece/portal/service/html/XmlTransformerCacheService.java

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

fr/paris/lutece/portal/service/html/XmlTransformerService.java

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

fr/paris/lutece/portal/service/portlet/PortletContentXslService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 52
 Error
coding DeclarationOrder Static variable definition in wrong order. 58
 Error
whitespace ParenPad '(' is not followed by whitespace. 61
 Error
whitespace ParenPad ')' is not preceded with whitespace. 61

fr/paris/lutece/portal/web/style/StylesJspBean.java

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

fr/paris/lutece/portal/web/stylesheet/StyleSheetFileServlet.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 69

fr/paris/lutece/portal/web/stylesheet/StyleSheetJspBean.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports UnusedImports Unused import - java.io.FileOutputStream. 38
 Error
imports UnusedImports Unused import - java.io.IOException. 39
 Error
coding ArrayTrailingComma Array should contain trailing comma. 417

fr/paris/lutece/util/xml/XmlTransformer.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
coding DeclarationOrder Variable access definition in wrong order. 68
 Error
coding DeclarationOrder Variable access definition in wrong order. 70
 Error
blocks LeftCurly '{' at column 46 should be on a new line. 106
 Error
javadoc JavadocMethod Expected @throws tag for 'TransformerException'. 194
 Error
blocks LeftCurly '{' at column 55 should be on a new line. 328