The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
114 | 0 | 0 | 226 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | DeclarationOrder | 1 | Error |
ExplicitInitialization | 3 | Error | |
design | VisibilityModifier | 74 | Error |
header | Header
|
4 | Error |
imports | UnusedImports | 1 | Error |
javadoc | JavadocMethod | 26 | Error |
JavadocType | 18 | Error | |
naming | PackageName
|
7 | Error |
StaticVariableName
|
65 | Error | |
TypeName | 27 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | ExplicitInitialization | Variable '_attributeMap' explicitly initialized to 'null' (default value for its type). | 62 |
Error | coding | ExplicitInitialization | Variable '_attributeDateMap' explicitly initialized to 'null' (default value for its type). | 65 |
Error | coding | ExplicitInitialization | Variable '_attributeNumMap' explicitly initialized to 'null' (default value for its type). | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable '_key' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable '_value' must be private and have accessor methods. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Type Javadoc comment is missing @param <E> tag. | 50 |
Error | design | VisibilityModifier | Variable '_key' must be private and have accessor methods. | 54 |
Error | design | VisibilityModifier | Variable '_value' must be private and have accessor methods. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'AbstractAttributeDate_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 48 |
Error | naming | StaticVariableName | Name 'owner' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
Error | design | VisibilityModifier | Variable 'owner' must be private and have accessor methods. | 51 |
Error | naming | StaticVariableName | Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 52 |
Error | naming | StaticVariableName | Name 'key' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
Error | design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable '_key' must be private and have accessor methods. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable '_key' must be private and have accessor methods. | 58 |
Error | design | VisibilityModifier | Variable '_value' must be private and have accessor methods. | 59 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'AbstractAttributeNum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 |
Error | naming | StaticVariableName | Name 'owner' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
Error | design | VisibilityModifier | Variable 'owner' must be private and have accessor methods. | 50 |
Error | naming | StaticVariableName | Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 51 |
Error | naming | StaticVariableName | Name 'key' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
Error | design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'AbstractAttribute_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 45 |
Error | naming | StaticVariableName | Name 'owner' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
Error | design | VisibilityModifier | Variable 'owner' must be private and have accessor methods. | 48 |
Error | naming | StaticVariableName | Name 'value' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
Error | design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 49 |
Error | naming | StaticVariableName | Name 'key' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
Error | design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'CategoryAttributeDate_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | coding | DeclarationOrder | Static variable definition in wrong order. | 91 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'CategoryAttributeNum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'CategoryAttribute_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'OfferAttributeDate_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'OfferAttributeNum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | TypeName | Name 'OfferAttribute_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 43 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | PackageName | Name 'fr.paris.lutece.plugins.stock.business.attribute.offer_genre' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | PackageName | Name 'fr.paris.lutece.plugins.stock.business.attribute.offer_genre' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | PackageName | Name 'fr.paris.lutece.plugins.stock.business.attribute.offer_genre' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. | 34 |
Error | naming | TypeName | Name 'OfferGenreAttributeDate_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | PackageName | Name 'fr.paris.lutece.plugins.stock.business.attribute.offer_genre' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | PackageName | Name 'fr.paris.lutece.plugins.stock.business.attribute.offer_genre' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. | 34 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | PackageName | Name 'fr.paris.lutece.plugins.stock.business.attribute.offer_genre' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. | 34 |
Error | naming | TypeName | Name 'OfferGenreAttributeNum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | naming | PackageName | Name 'fr.paris.lutece.plugins.stock.business.attribute.offer_genre' must match pattern '^fr\.paris\.[a-z][a-z0-9\.]*$'. | 34 |
Error | naming | TypeName | Name 'OfferGenreAttribute_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'ProductAttributeDate_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'ProductAttributeNum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'ProductAttribute_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'ProviderAttributeDate_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'ProviderAttributeNum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'ProviderAttribute_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable '_owner' must be private and have accessor methods. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'PurchaseAttributeDate_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'PurchaseAttributeNum_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 38 |
Error | naming | TypeName | Name 'PurchaseAttribute_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'join1'. | 151 |
Error | javadoc | JavadocMethod | Expected @param tag for 'key1'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 303 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 351 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | imports | UnusedImports | Unused import - org.apache.commons.lang3.BooleanUtils. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 47 |
Error | naming | TypeName | Name 'Category_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 48 |
Error | naming | StaticVariableName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 51 |
Error | naming | StaticVariableName | Name 'attributeNumList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
Error | design | VisibilityModifier | Variable 'attributeNumList' must be private and have accessor methods. | 52 |
Error | naming | StaticVariableName | Name 'attributeList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
Error | design | VisibilityModifier | Variable 'attributeList' must be private and have accessor methods. | 53 |
Error | naming | StaticVariableName | Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
Error | design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 54 |
Error | naming | StaticVariableName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 55 |
Error | naming | StaticVariableName | Name 'hashCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
Error | design | VisibilityModifier | Variable 'hashCode' must be private and have accessor methods. | 56 |
Error | naming | StaticVariableName | Name 'parent' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 57 |
Error | design | VisibilityModifier | Variable 'parent' must be private and have accessor methods. | 57 |
Error | naming | StaticVariableName | Name 'provider' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 58 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 58 |
Error | naming | StaticVariableName | Name 'childrenList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 59 |
Error | design | VisibilityModifier | Variable 'childrenList' must be private and have accessor methods. | 59 |
Error | naming | StaticVariableName | Name 'attributeDateList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 60 |
Error | design | VisibilityModifier | Variable 'attributeDateList' must be private and have accessor methods. | 60 |
Error | naming | StaticVariableName | Name 'productSet' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 61 |
Error | design | VisibilityModifier | Variable 'productSet' must be private and have accessor methods. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 43 |
Error | naming | TypeName | Name 'OfferGenre_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 44 |
Error | naming | StaticVariableName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 47 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 47 |
Error | naming | StaticVariableName | Name 'attributeNumList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 48 |
Error | design | VisibilityModifier | Variable 'attributeNumList' must be private and have accessor methods. | 48 |
Error | naming | StaticVariableName | Name 'attributeList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
Error | design | VisibilityModifier | Variable 'attributeList' must be private and have accessor methods. | 49 |
Error | naming | StaticVariableName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 50 |
Error | naming | StaticVariableName | Name 'attributeDateList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
Error | design | VisibilityModifier | Variable 'attributeDateList' must be private and have accessor methods. | 51 |
Error | naming | StaticVariableName | Name 'offersList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
Error | design | VisibilityModifier | Variable 'offersList' must be private and have accessor methods. | 52 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 45 |
Error | naming | TypeName | Name 'Offer_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 |
Error | naming | StaticVariableName | Name 'product' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
Error | design | VisibilityModifier | Variable 'product' must be private and have accessor methods. | 49 |
Error | naming | StaticVariableName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 50 |
Error | naming | StaticVariableName | Name 'attributeNumList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
Error | design | VisibilityModifier | Variable 'attributeNumList' must be private and have accessor methods. | 51 |
Error | naming | StaticVariableName | Name 'statut' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
Error | design | VisibilityModifier | Variable 'statut' must be private and have accessor methods. | 52 |
Error | naming | StaticVariableName | Name 'attributeList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
Error | design | VisibilityModifier | Variable 'attributeList' must be private and have accessor methods. | 53 |
Error | naming | StaticVariableName | Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
Error | design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 54 |
Error | naming | StaticVariableName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 55 |
Error | naming | StaticVariableName | Name 'quantity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
Error | design | VisibilityModifier | Variable 'quantity' must be private and have accessor methods. | 56 |
Error | naming | StaticVariableName | Name 'attributeDateList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 57 |
Error | design | VisibilityModifier | Variable 'attributeDateList' must be private and have accessor methods. | 57 |
Error | naming | StaticVariableName | Name 'type' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 58 |
Error | design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 58 |
Error | naming | StaticVariableName | Name 'minTickets' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 59 |
Error | design | VisibilityModifier | Variable 'minTickets' must be private and have accessor methods. | 59 |
Error | naming | StaticVariableName | Name 'maxTickets' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 60 |
Error | design | VisibilityModifier | Variable 'maxTickets' must be private and have accessor methods. | 60 |
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 @param tag for 'productId'. | 111 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Error | javadoc | JavadocMethod | Unused @param tag for 'timestamsEnd'. | 122 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timestampEnd'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Expected @param tag for 'realImage'. | 54 |
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 @param tag for 'productId'. | 371 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 381 |
Error | javadoc | JavadocMethod | Unused @param tag for 'timestamsEnd'. | 401 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timestampEnd'. | 405 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Error | naming | TypeName | Name 'Product_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 |
Error | naming | StaticVariableName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 50 |
Error | naming | StaticVariableName | Name 'attributeNumList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
Error | design | VisibilityModifier | Variable 'attributeNumList' must be private and have accessor methods. | 51 |
Error | naming | StaticVariableName | Name 'category' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
Error | design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 52 |
Error | naming | StaticVariableName | Name 'price' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
Error | design | VisibilityModifier | Variable 'price' must be private and have accessor methods. | 53 |
Error | naming | StaticVariableName | Name 'attributeList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
Error | design | VisibilityModifier | Variable 'attributeList' must be private and have accessor methods. | 54 |
Error | naming | StaticVariableName | Name 'description' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
Error | design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 55 |
Error | naming | StaticVariableName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 56 |
Error | naming | StaticVariableName | Name 'provider' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 57 |
Error | design | VisibilityModifier | Variable 'provider' must be private and have accessor methods. | 57 |
Error | naming | StaticVariableName | Name 'attributeDateList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 58 |
Error | design | VisibilityModifier | Variable 'attributeDateList' must be private and have accessor methods. | 58 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 322 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 46 |
Error | naming | TypeName | Name 'Provider_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 |
Error | naming | StaticVariableName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 50 |
Error | naming | StaticVariableName | Name 'mail' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
Error | design | VisibilityModifier | Variable 'mail' must be private and have accessor methods. | 51 |
Error | naming | StaticVariableName | Name 'attributeNumList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
Error | design | VisibilityModifier | Variable 'attributeNumList' must be private and have accessor methods. | 52 |
Error | naming | StaticVariableName | Name 'attributeList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
Error | design | VisibilityModifier | Variable 'attributeList' must be private and have accessor methods. | 53 |
Error | naming | StaticVariableName | Name 'phoneNumber' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
Error | design | VisibilityModifier | Variable 'phoneNumber' must be private and have accessor methods. | 54 |
Error | naming | StaticVariableName | Name 'address' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
Error | design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 55 |
Error | naming | StaticVariableName | Name 'contactName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 56 |
Error | design | VisibilityModifier | Variable 'contactName' must be private and have accessor methods. | 56 |
Error | naming | StaticVariableName | Name 'name' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 57 |
Error | design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 57 |
Error | naming | StaticVariableName | Name 'attributeDateList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 58 |
Error | design | VisibilityModifier | Variable 'attributeDateList' must be private and have accessor methods. | 58 |
Error | naming | StaticVariableName | Name 'comment' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 59 |
Error | design | VisibilityModifier | Variable 'comment' must be private and have accessor methods. | 59 |
Error | naming | StaticVariableName | Name 'products' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 60 |
Error | design | VisibilityModifier | Variable 'products' must be private and have accessor methods. | 60 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 318 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 45 |
Error | naming | TypeName | Name 'Purchase_' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 |
Error | naming | StaticVariableName | Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 49 |
Error | design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 49 |
Error | naming | StaticVariableName | Name 'attributeNumList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 50 |
Error | design | VisibilityModifier | Variable 'attributeNumList' must be private and have accessor methods. | 50 |
Error | naming | StaticVariableName | Name 'attributeList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 51 |
Error | design | VisibilityModifier | Variable 'attributeList' must be private and have accessor methods. | 51 |
Error | naming | StaticVariableName | Name 'userName' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 52 |
Error | design | VisibilityModifier | Variable 'userName' must be private and have accessor methods. | 52 |
Error | naming | StaticVariableName | Name 'quantity' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 53 |
Error | design | VisibilityModifier | Variable 'quantity' must be private and have accessor methods. | 53 |
Error | naming | StaticVariableName | Name 'offer' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 54 |
Error | design | VisibilityModifier | Variable 'offer' must be private and have accessor methods. | 54 |
Error | naming | StaticVariableName | Name 'attributeDateList' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. | 55 |
Error | design | VisibilityModifier | Variable 'attributeDateList' must be private and have accessor methods. | 55 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | design | VisibilityModifier | Variable '_purchaseId' must be private and have accessor methods. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Missing a Javadoc comment. | 42 |
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 @param tag for 'productId'. | 76 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 78 |
Error | javadoc | JavadocMethod | Unused @param tag for 'timestamsEnd'. | 96 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timestampEnd'. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocMethod | Unused @param tag for 'subscriptionProduct'. | 81 |
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 @param tag for 'productId'. | 87 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Error | javadoc | JavadocMethod | Unused @param tag for 'timestamsEnd'. | 116 |
Error | javadoc | JavadocMethod | Expected @param tag for 'timestampEnd'. | 120 |