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

Files

File
 I
 W
 E
fr/paris/lutece/plugins/notifygru/modules/ticketing/Constants.java 0 0 1
fr/paris/lutece/plugins/notifygru/modules/ticketing/NotifyGruTicketingPlugin.java 0 0 1
fr/paris/lutece/plugins/notifygru/modules/ticketing/service/provider/TicketProvider.java 0 0 15
fr/paris/lutece/plugins/notifygru/modules/ticketing/service/provider/TicketProviderManager.java 0 0 1

Rules

Category Rule Violations Severity
blocks RightCurly
  • option: "alone"
6
 Error
coding DeclarationOrder 1
 Error
ExplicitInitialization 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/datas/jenkins/home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
4
 Error
javadoc JavadocMethod 5
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
1
 Error

Details

fr/paris/lutece/plugins/notifygru/modules/ticketing/Constants.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/plugins/notifygru/modules/ticketing/NotifyGruTicketingPlugin.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/plugins/notifygru/modules/ticketing/service/provider/TicketProvider.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
naming MemberName Name 'nIdActionRelance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 101
 Error
coding DeclarationOrder Static variable definition in wrong order. 103
 Error
coding ExplicitInitialization Variable '_bTicketingUnitChanged' explicitly initialized to 'false' (default value for its type). 107
 Error
javadoc JavadocMethod Expected @param tag for 'request'. 115
 Error
javadoc JavadocMethod Expected @param tag for 'categorie'. 324
 Error
javadoc JavadocMethod Expected @param tag for 'categorie'. 354
 Error
javadoc JavadocMethod Expected @param tag for 'categorie'. 372
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 378
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 384
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 390
 Error
javadoc JavadocMethod Expected @param tag for 'categorie'. 405
 Error
blocks RightCurly '}' at column 9 should be alone on a line. 411
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 417
 Error
blocks RightCurly '}' at column 13 should be alone on a line. 423

fr/paris/lutece/plugins/notifygru/modules/ticketing/service/provider/TicketProviderManager.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