Fork me on GitHub

Résultats Checkstyle

Le document suivant contient les résultats de Checkstyle 6.11.2 avec les règles build-config/lutece_checks.xml. rss feed

Résumé

Fichiers  Infos  Avertissements  Erreurs
44 0 0 121

Fichiers

Fichier  I  A  E
fr/paris/lutece/plugins/phraseanet/business/account/Account.java 0 0 3
fr/paris/lutece/plugins/phraseanet/business/account/AccountDAO.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/account/AccountHome.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/account/IAccountDAO.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/databox/Collection.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/databox/Databox.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/embed/Embed.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/embed/EmbedItem.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/embed/Metadata.java 0 0 2
fr/paris/lutece/plugins/phraseanet/business/embed/Permalink.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/media/IMediaHandlerDAO.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/media/MediaHandler.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/media/MediaHandlerDAO.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/media/MediaHandlerHome.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/record/Metadata.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/record/MetadataValue.java 0 0 7
fr/paris/lutece/plugins/phraseanet/business/record/Record.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/record/TechnicalInformations.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/record/Thumbnail.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/response/Meta.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/search/SearchResults.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/template/ITemplateDAO.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/template/Template.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/template/TemplateDAO.java 0 0 1
fr/paris/lutece/plugins/phraseanet/business/template/TemplateHome.java 0 0 1
fr/paris/lutece/plugins/phraseanet/dto/recordtype/RecordTypeDTO.java 0 0 1
fr/paris/lutece/plugins/phraseanet/resources/phraseanet_messages.properties 0 0 1
fr/paris/lutece/plugins/phraseanet/service/Constants.java 0 0 1
fr/paris/lutece/plugins/phraseanet/service/MediaManagerService.java 0 0 1
fr/paris/lutece/plugins/phraseanet/service/PhraseanetService.java 0 0 9
fr/paris/lutece/plugins/phraseanet/service/SearchCriterias.java 0 0 1
fr/paris/lutece/plugins/phraseanet/service/api/PhraseanetApiAuthentication.java 0 0 5
fr/paris/lutece/plugins/phraseanet/service/api/PhraseanetApiCallException.java 0 0 1
fr/paris/lutece/plugins/phraseanet/service/api/PhraseanetApiCallService.java 0 0 3
fr/paris/lutece/plugins/phraseanet/service/parsers/CollectionsJsonParser.java 0 0 2
fr/paris/lutece/plugins/phraseanet/service/parsers/DataboxesJsonParser.java 0 0 2
fr/paris/lutece/plugins/phraseanet/service/parsers/EmbedJsonParser.java 0 0 10
fr/paris/lutece/plugins/phraseanet/service/parsers/MetaJsonParser.java 0 0 1
fr/paris/lutece/plugins/phraseanet/service/parsers/MetadatasJsonParser.java 0 0 6
fr/paris/lutece/plugins/phraseanet/service/parsers/RecordJsonParser.java 0 0 12
fr/paris/lutece/plugins/phraseanet/service/parsers/SearchResultsJsonParser.java 0 0 13
fr/paris/lutece/plugins/phraseanet/web/PhraseanetJspBean.java 0 0 14
fr/paris/lutece/plugins/phraseanet/web/PhraseanetLinkService.java 0 0 4

Règles

Catégorie Règle Violations Sévérité
blocks LeftCurly
  • option: "nl"
2  Erreur
header Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/multimedia-plugin-phraseanet-doc-QA/workspace/target/checkstyle-header.txt"
42  Erreur
imports UnusedImports 8  Erreur
javadoc JavadocMethod 7  Erreur
misc Translation 1  Erreur
naming LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
5  Erreur
whitespace ParenPad
  • option: "space"
55  Erreur
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
1  Erreur

Détails

fr/paris/lutece/plugins/phraseanet/business/account/Account.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur javadoc JavadocMethod Unused @param tag for 'strPassword'. 209
 Erreur javadoc JavadocMethod Expected @param tag for 'strToken'. 211

fr/paris/lutece/plugins/phraseanet/business/account/AccountDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/account/AccountHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/account/IAccountDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/databox/Collection.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/databox/Databox.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/embed/Embed.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/embed/EmbedItem.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/embed/Metadata.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Missing a header - not enough lines in file. 1
 Erreur blocks LeftCurly '{' at column 23 should be on a new line. 11

fr/paris/lutece/plugins/phraseanet/business/embed/Permalink.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/media/IMediaHandlerDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/media/MediaHandler.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/media/MediaHandlerDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/media/MediaHandlerHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/record/Metadata.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/record/MetadataValue.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur blocks LeftCurly '{' at column 28 should be on a new line. 44
 Erreur javadoc JavadocMethod Unused @param tag for 'id'. 51
 Erreur javadoc JavadocMethod Unused @param tag for 'Metadata'. 52
 Erreur javadoc JavadocMethod Expected @param tag for 'name'. 54
 Erreur javadoc JavadocMethod Expected @param tag for 'value'. 54
 Erreur javadoc JavadocMethod Missing a Javadoc comment. 59

fr/paris/lutece/plugins/phraseanet/business/record/Record.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/record/TechnicalInformations.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/record/Thumbnail.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/response/Meta.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/search/SearchResults.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/template/ITemplateDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/template/Template.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/template/TemplateDAO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/business/template/TemplateHome.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/dto/recordtype/RecordTypeDTO.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/resources/phraseanet_messages.properties

Sévérité Catégorie Règle Message Ligne
 Erreur misc Translation Key 'manage_media_handlers.tabLabel' missing.

fr/paris/lutece/plugins/phraseanet/service/Constants.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/service/MediaManagerService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/service/PhraseanetService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur whitespace ParenPad '(' is not followed by whitespace. 131
 Erreur whitespace ParenPad '(' is not followed by whitespace. 133
 Erreur whitespace ParenPad '(' is not followed by whitespace. 170
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 170
 Erreur whitespace ParenPad '(' is not followed by whitespace. 175
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 175
 Erreur whitespace ParenPad '(' is not followed by whitespace. 229
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 229

fr/paris/lutece/plugins/phraseanet/service/SearchCriterias.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/service/api/PhraseanetApiAuthentication.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.util.httpaccess.HttpAccess. 38
 Erreur imports UnusedImports Unused import - fr.paris.lutece.util.httpaccess.HttpAccessException. 39
 Erreur imports UnusedImports Unused import - fr.paris.lutece.util.url.UrlItem. 40
 Erreur imports UnusedImports Unused import - org.apache.commons.lang.StringUtils. 41

fr/paris/lutece/plugins/phraseanet/service/api/PhraseanetApiCallException.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/service/api/PhraseanetApiCallService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur whitespace ParenPad '(' is not followed by whitespace. 65
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 65

fr/paris/lutece/plugins/phraseanet/service/parsers/CollectionsJsonParser.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.plugins.phraseanet.service.api.PhraseanetApiCallService. 38

fr/paris/lutece/plugins/phraseanet/service/parsers/DataboxesJsonParser.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - net.sf.json.JSONArray. 41

fr/paris/lutece/plugins/phraseanet/service/parsers/EmbedJsonParser.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur whitespace ParenPad '(' is not followed by whitespace. 71
 Erreur whitespace ParenPad '(' is not followed by whitespace. 76
 Erreur whitespace ParenPad '(' is not followed by whitespace. 76
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 76
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 76
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 78
 Erreur whitespace ParenPad '(' is not followed by whitespace. 108
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 108
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 130

fr/paris/lutece/plugins/phraseanet/service/parsers/MetaJsonParser.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2

fr/paris/lutece/plugins/phraseanet/service/parsers/MetadatasJsonParser.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.plugins.phraseanet.business.record.MetadataValue. 37
 Erreur whitespace ParenPad '(' is not followed by whitespace. 117
 Erreur whitespace ParenPad '(' is not followed by whitespace. 118
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 118
 Erreur whitespace ParenPad '(' is not followed by whitespace. 119

fr/paris/lutece/plugins/phraseanet/service/parsers/RecordJsonParser.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur naming LocalVariableName Name 'record_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
 Erreur whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur whitespace ParenPad '(' is not followed by whitespace. 100
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 100
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 100
 Erreur whitespace ParenPad '(' is not followed by whitespace. 102
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 102
 Erreur whitespace ParenPad '(' is not followed by whitespace. 105
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 105
 Erreur whitespace ParenPad '(' is not followed by whitespace. 116
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 116

fr/paris/lutece/plugins/phraseanet/service/parsers/SearchResultsJsonParser.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur whitespace ParenPad '(' is not followed by whitespace. 62
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 62
 Erreur naming LocalVariableName Name 'total_results' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
 Erreur naming LocalVariableName Name 'per_page' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
 Erreur naming LocalVariableName Name 'total_pages' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
 Erreur whitespace ParenPad '(' is not followed by whitespace. 80
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 80
 Erreur naming LocalVariableName Name 'offset_start' must match pattern '^[a-z][a-zA-Z0-9]*$'. 81
 Erreur whitespace ParenPad '(' is not followed by whitespace. 81
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 81
 Erreur whitespace ParenPad '(' is not followed by whitespace. 101
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 101

fr/paris/lutece/plugins/phraseanet/web/PhraseanetJspBean.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur whitespace WhitespaceAround '=' is not followed by whitespace. 173
 Erreur whitespace ParenPad '(' is not followed by whitespace. 626
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 626
 Erreur whitespace ParenPad '(' is not followed by whitespace. 634
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 634
 Erreur whitespace ParenPad '(' is not followed by whitespace. 642
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 642
 Erreur whitespace ParenPad '(' is not followed by whitespace. 680
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 680
 Erreur whitespace ParenPad '(' is not followed by whitespace. 1046
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 1046
 Erreur whitespace ParenPad '(' is not followed by whitespace. 1049
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 1049

fr/paris/lutece/plugins/phraseanet/web/PhraseanetLinkService.java

Sévérité Catégorie Règle Message Ligne
 Erreur header Header Line does not match expected header line of ' * Copyright (c) 2002-2019, Mairie de Paris'. 2
 Erreur imports UnusedImports Unused import - fr.paris.lutece.plugins.phraseanet.business.record.MetadataValue. 42
 Erreur whitespace ParenPad '(' is not followed by whitespace. 247
 Erreur whitespace ParenPad ')' is not preceded with whitespace. 247