Résultats Checkstyle

Le document suivant contient les résultats de Checkstylerss feed

Résumé

FichiersInfos InfosAvertissements AvertissementsErreurs Erreurs
14802578

Fichiers

FichiersInfosAvertissementsErreurs
fr/paris/lutece/plugins/digglike/business/Category.java003
fr/paris/lutece/plugins/digglike/business/DefaultMessage.java0019
fr/paris/lutece/plugins/digglike/business/DefaultMessageDAO.java0020
fr/paris/lutece/plugins/digglike/business/Digg.java0040
fr/paris/lutece/plugins/digglike/business/DiggDAO.java0060
fr/paris/lutece/plugins/digglike/business/DiggSubmitDAO.java005
fr/paris/lutece/plugins/digglike/business/DiggSubmitHome.java002
fr/paris/lutece/plugins/digglike/business/DiggSubmitType.java002
fr/paris/lutece/plugins/digglike/business/DiggSubmitTypeDAO.java001
fr/paris/lutece/plugins/digglike/business/DiggUserInfo.java0013
fr/paris/lutece/plugins/digglike/business/DiggUserInfoDAO.java001
fr/paris/lutece/plugins/digglike/business/EntryDAO.java002
fr/paris/lutece/plugins/digglike/business/EntryTypeEditorBbcode.java001
fr/paris/lutece/plugins/digglike/business/EntryTypeText.java001
fr/paris/lutece/plugins/digglike/business/FormError.java003
fr/paris/lutece/plugins/digglike/business/ICategoryDAO.java001
fr/paris/lutece/plugins/digglike/business/IDiggSubmitDAO.java001
fr/paris/lutece/plugins/digglike/business/ImageResourceDAO.java001
fr/paris/lutece/plugins/digglike/business/ReportedMessageDAO.java001
fr/paris/lutece/plugins/digglike/business/SearchFields.java0021
fr/paris/lutece/plugins/digglike/business/SubmitFilter.java002
fr/paris/lutece/plugins/digglike/business/attribute/DiggAttribute.java001
fr/paris/lutece/plugins/digglike/business/attribute/DiggAttributeHome.java001
fr/paris/lutece/plugins/digglike/service/CommentSubmitService.java001
fr/paris/lutece/plugins/digglike/service/DiggSubmitService.java001
fr/paris/lutece/plugins/digglike/service/DiggUserInfoService.java002
fr/paris/lutece/plugins/digglike/service/DigglikePlugin.java002
fr/paris/lutece/plugins/digglike/service/DigglikeService.java0016
fr/paris/lutece/plugins/digglike/service/ICommentSubmitService.java001
fr/paris/lutece/plugins/digglike/service/IDiggSubmitService.java007
fr/paris/lutece/plugins/digglike/service/IDiggUserInfoService.java002
fr/paris/lutece/plugins/digglike/service/digglikesearch/DigglikeSearchService.java001
fr/paris/lutece/plugins/digglike/service/search/DigglikeIndexer.java002
fr/paris/lutece/plugins/digglike/service/subscription/DiggSubscribersNotificationDaemon.java0049
fr/paris/lutece/plugins/digglike/service/subscription/DigglikeSubscriptionProviderService.java001
fr/paris/lutece/plugins/digglike/utils/DiggIndexerUtils.java001
fr/paris/lutece/plugins/digglike/utils/DiggUtils.java0033
fr/paris/lutece/plugins/digglike/utils/ProcessBBCode.java0156
fr/paris/lutece/plugins/digglike/web/DefaultMessageJspBean.java0065
fr/paris/lutece/plugins/digglike/web/DiggApp.java0022
fr/paris/lutece/plugins/digglike/web/DiggJspBean.java0191
fr/paris/lutece/plugins/digglike/web/action/DigglikeAdminSearchFields.java0018
fr/paris/lutece/plugins/digglike/web/action/IDigglikeAction.java005

Régles

RéglesViolationsSévèrité
Translation0Erreurs Error
LeftCurly
  • option: "nl"
22Erreurs Error
RightCurly
  • option: "alone"
0Erreurs Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
6Erreurs Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Erreurs Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Erreurs Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
11Erreurs Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Erreurs Error
JavadocMethod129Erreurs Error
JavadocType9Erreurs Error
ConstantName
  • format: "[A-Z0-9]*$"
0Erreurs Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
0Erreurs Error
TypeName0Erreurs Error
LocalFinalVariableName
  • format: "[A-Z0-9]*$"
0Erreurs Error
AvoidStarImport0Erreurs Error
IllegalImport0Erreurs Error
RedundantImport0Erreurs Error
UnusedImports9Erreurs Error
ParameterNumber1Avertissements Warning
ParenPad
  • option: "space"
273Erreurs Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
75Erreurs Error
ModifierOrder0Erreurs Error
RedundantModifier0Erreurs Error
AvoidNestedBlocks0Erreurs Error
EmptyBlock1Erreurs Error
NeedBraces0Erreurs Error
EmptyStatement1Erreurs Error
EqualsHashCode2Erreurs Error
HiddenField14Erreurs Error
IllegalInstantiation0Erreurs Error
InnerAssignment0Erreurs Error
MissingSwitchDefault0Erreurs Error
SimplifyBooleanExpression0Erreurs Error
SimplifyBooleanReturn0Erreurs Error
ArrayTrailingComma0Erreurs Error
CovariantEquals0Erreurs Error
DeclarationOrder3Erreurs Error
ExplicitInitialization3Erreurs Error
InnerAssignment0Erreurs Error
NestedIfDepth
  • max: "3"
3Erreurs Error
NestedTryDepth
  • max: "3"
0Erreurs Error
PackageDeclaration0Erreurs Error
ParameterAssignment8Erreurs Error
ReturnCount
  • max: "5"
1Avertissements Warning
StringLiteralEquality0Erreurs Error
SuperClone0Erreurs Error
SuperFinalize0Erreurs Error
FinalClass0Erreurs Error
HideUtilityClassConstructor2Erreurs Error
InterfaceIsType0Erreurs Error
VisibilityModifier4Erreurs Error
MutableException3Erreurs Error
ArrayTypeStyle
  • javaStyle: "true"
0Erreurs Error
RegexpSinglelineJava
  • format: "System\.out\.println"
0Erreurs Error
RegexpSinglelineJava
  • format: "System\.exit"
0Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''printStackTrace''."
  • format: "[.]*\.printStackTrace"
0Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''SELECT *''."
  • format: "[.]*SELECT \*"
  • ignoreCase: "true"
0Erreurs Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''WHERE 1''."
  • format: "[.]*WHERE 1 "
  • ignoreCase: "true"
0Erreurs Error
Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/collab-plugin-digglike-doc-QA/workspace/target/checkstyle-header.txt"
0Erreurs Error

Détails

fr/paris/lutece/plugins/digglike/business/Category.java

ViolationMessageLigne
ErreursVariable access definition in wrong order.49
ErreursVariable access definition in wrong order.50
ErreursDefinition of 'equals()' without corresponding definition of 'hashCode()'.96

fr/paris/lutece/plugins/digglike/business/DefaultMessage.java

ViolationMessageLigne
Erreurs'{' should be on a new line.62
Erreurs'_strNotificationNewCommentTitle' hides a field.71
ErreursName '_strNotificationNewCommentTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
Erreurs')' is not preceded with whitespace.71
Erreurs'{' should be on a new line.71
Erreurs'{' should be on a new line.79
Erreurs'_strNotificationNewCommentBody' hides a field.87
ErreursName '_strNotificationNewCommentBody' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
Erreurs')' is not preceded with whitespace.87
Erreurs'{' should be on a new line.87
Erreurs'{' should be on a new line.95
Erreurs'_strNotificationNewDiggSubmitTitle' hides a field.103
ErreursName '_strNotificationNewDiggSubmitTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'.103
Erreurs')' is not preceded with whitespace.103
Erreurs'{' should be on a new line.103
Erreurs'{' should be on a new line.110
ErreursName '_strNotificationDiggSubmitBody' must match pattern '^[a-z][a-zA-Z0-9]*$'.118
Erreurs')' is not preceded with whitespace.118
Erreurs'{' should be on a new line.118

fr/paris/lutece/plugins/digglike/business/DefaultMessageDAO.java

ViolationMessageLigne
Erreurs')' is not preceded with whitespace.70
Erreurs')' is not preceded with whitespace.71
Erreurs')' is not preceded with whitespace.72
Erreurs')' is not preceded with whitespace.73
Erreurs'(' is not followed by whitespace.102
Erreurs'(' is not followed by whitespace.102
Erreurs')' is not preceded with whitespace.102
Erreurs')' is not preceded with whitespace.102
Erreurs'(' is not followed by whitespace.103
Erreurs'(' is not followed by whitespace.103
Erreurs')' is not preceded with whitespace.103
Erreurs')' is not preceded with whitespace.103
Erreurs'(' is not followed by whitespace.104
Erreurs'(' is not followed by whitespace.104
Erreurs')' is not preceded with whitespace.104
Erreurs')' is not preceded with whitespace.104
Erreurs'(' is not followed by whitespace.105
Erreurs'(' is not followed by whitespace.105
Erreurs')' is not preceded with whitespace.105
Erreurs')' is not preceded with whitespace.105

fr/paris/lutece/plugins/digglike/business/Digg.java

ViolationMessageLigne
Erreurs'{' should be on a new line.1288
Erreurs'_strNotificationNewCommentSenderName' hides a field.1297
ErreursExpected @param tag for '_strNotificationNewCommentSenderName'.1297
ErreursName '_strNotificationNewCommentSenderName' must match pattern '^[a-z][a-zA-Z0-9]*$'.1297
Erreurs')' is not preceded with whitespace.1297
Erreurs'{' should be on a new line.1297
ErreursExpected an @return tag.1305
Erreurs'{' should be on a new line.1305
Erreurs'_strNotificationNewCommentTitle' hides a field.1313
ErreursExpected @param tag for '_strNotificationNewCommentTitle'.1313
ErreursName '_strNotificationNewCommentTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'.1313
Erreurs')' is not preceded with whitespace.1313
Erreurs'{' should be on a new line.1313
ErreursExpected an @return tag.1320
Erreurs'{' should be on a new line.1320
Erreurs'_strNotificationNewCommentBody' hides a field.1328
ErreursExpected @param tag for '_strNotificationNewCommentBody'.1328
ErreursName '_strNotificationNewCommentBody' must match pattern '^[a-z][a-zA-Z0-9]*$'.1328
Erreurs')' is not preceded with whitespace.1328
Erreurs'{' should be on a new line.1328
ErreursExpected an @return tag.1335
Erreurs'{' should be on a new line.1335
Erreurs'_strNotificationNewDiggSubmitSenderName' hides a field.1343
ErreursExpected @param tag for '_strNotificationNewDiggSubmitSenderName'.1343
ErreursName '_strNotificationNewDiggSubmitSenderName' must match pattern '^[a-z][a-zA-Z0-9]*$'.1343
Erreurs')' is not preceded with whitespace.1343
Erreurs'{' should be on a new line.1343
ErreursExpected an @return tag.1350
Erreurs'{' should be on a new line.1350
Erreurs'_strNotificationNewDiggSubmitTitle' hides a field.1358
ErreursExpected @param tag for '_strNotificationNewDiggSubmitTitle'.1358
ErreursName '_strNotificationNewDiggSubmitTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'.1358
Erreurs')' is not preceded with whitespace.1358
Erreurs'{' should be on a new line.1358
ErreursExpected an @return tag.1365
Erreurs'{' should be on a new line.1365
ErreursExpected @param tag for '_strNotificationDiggSubmitBody'.1373
ErreursName '_strNotificationDiggSubmitBody' must match pattern '^[a-z][a-zA-Z0-9]*$'.1373
Erreurs')' is not preceded with whitespace.1373
Erreurs'{' should be on a new line.1373

fr/paris/lutece/plugins/digglike/business/DiggDAO.java

ViolationMessageLigne
Erreurs')' is not preceded with whitespace.187
Erreurs')' is not preceded with whitespace.188
Erreurs')' is not preceded with whitespace.189
Erreurs')' is not preceded with whitespace.190
Erreurs')' is not preceded with whitespace.191
Erreurs')' is not preceded with whitespace.192
Erreurs'(' is not followed by whitespace.261
Erreurs'(' is not followed by whitespace.261
Erreurs')' is not preceded with whitespace.261
Erreurs')' is not preceded with whitespace.261
Erreurs'(' is not followed by whitespace.262
Erreurs'(' is not followed by whitespace.262
Erreurs')' is not preceded with whitespace.262
Erreurs')' is not preceded with whitespace.262
Erreurs'(' is not followed by whitespace.263
Erreurs'(' is not followed by whitespace.263
Erreurs')' is not preceded with whitespace.263
Erreurs')' is not preceded with whitespace.263
Erreurs'(' is not followed by whitespace.264
Erreurs'(' is not followed by whitespace.264
Erreurs')' is not preceded with whitespace.264
Erreurs')' is not preceded with whitespace.264
Erreurs'(' is not followed by whitespace.265
Erreurs'(' is not followed by whitespace.265
Erreurs')' is not preceded with whitespace.265
Erreurs')' is not preceded with whitespace.265
Erreurs'(' is not followed by whitespace.266
Erreurs'(' is not followed by whitespace.266
Erreurs')' is not preceded with whitespace.266
Erreurs')' is not preceded with whitespace.266
Erreurs')' is not preceded with whitespace.337
Erreurs')' is not preceded with whitespace.338
Erreurs')' is not preceded with whitespace.339
Erreurs')' is not preceded with whitespace.340
Erreurs')' is not preceded with whitespace.341
Erreurs')' is not preceded with whitespace.342
Erreurs'(' is not followed by whitespace.461
Erreurs'(' is not followed by whitespace.461
Erreurs')' is not preceded with whitespace.461
Erreurs')' is not preceded with whitespace.461
Erreurs'(' is not followed by whitespace.462
Erreurs'(' is not followed by whitespace.462
Erreurs')' is not preceded with whitespace.462
Erreurs')' is not preceded with whitespace.462
Erreurs'(' is not followed by whitespace.463
Erreurs'(' is not followed by whitespace.463
Erreurs')' is not preceded with whitespace.463
Erreurs')' is not preceded with whitespace.463
Erreurs'(' is not followed by whitespace.464
Erreurs'(' is not followed by whitespace.464
Erreurs')' is not preceded with whitespace.464
Erreurs')' is not preceded with whitespace.464
Erreurs'(' is not followed by whitespace.465
Erreurs'(' is not followed by whitespace.465
Erreurs')' is not preceded with whitespace.465
Erreurs')' is not preceded with whitespace.465
Erreurs'(' is not followed by whitespace.466
Erreurs'(' is not followed by whitespace.466
Erreurs')' is not preceded with whitespace.466
Erreurs')' is not preceded with whitespace.466

fr/paris/lutece/plugins/digglike/business/DiggSubmitDAO.java

ViolationMessageLigne
Erreurs')' is not preceded with whitespace.511
Erreurs')' is not preceded with whitespace.513
Erreurs')' is not preceded with whitespace.606
Erreurs')' is not preceded with whitespace.608
ErreursExpected @param tag for 'bListPinned'.906

fr/paris/lutece/plugins/digglike/business/DiggSubmitHome.java

ViolationMessageLigne
ErreursUnused @param tag for 'bLoadCommentList'.178
ErreursExpected @param tag for 'bListPinned'.315

fr/paris/lutece/plugins/digglike/business/DiggSubmitType.java

ViolationMessageLigne
ErreursVariable access definition in wrong order.49
ErreursDefinition of 'equals()' without corresponding definition of 'hashCode()'.177

fr/paris/lutece/plugins/digglike/business/DiggSubmitTypeDAO.java

ViolationMessageLigne
ErreursExpected @param tag for 'nIdDigg'.244

fr/paris/lutece/plugins/digglike/business/DiggUserInfo.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.39
ErreursMissing a Javadoc comment.48
ErreursMissing a Javadoc comment.53
ErreursMissing a Javadoc comment.58
ErreursMissing a Javadoc comment.63
ErreursMissing a Javadoc comment.68
ErreursMissing a Javadoc comment.73
ErreursMissing a Javadoc comment.78
ErreursMissing a Javadoc comment.83
ErreursMissing a Javadoc comment.88
ErreursMissing a Javadoc comment.93
ErreursMissing a Javadoc comment.98
ErreursMissing a Javadoc comment.103

fr/paris/lutece/plugins/digglike/business/DiggUserInfoDAO.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.40

fr/paris/lutece/plugins/digglike/business/EntryDAO.java

ViolationMessageLigne
ErreursUnused @param tag for 'nIdEntry'.456
ErreursExpected @param tag for 'nIdExpression'.460

fr/paris/lutece/plugins/digglike/business/EntryTypeEditorBbcode.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.68

fr/paris/lutece/plugins/digglike/business/EntryTypeText.java

ViolationMessageLigne
ErreursUnused @param tag for 'response'.315

fr/paris/lutece/plugins/digglike/business/FormError.java

ViolationMessageLigne
ErreursThe field '_strTitleQuestion' must be declared final.44
ErreursThe field '_strErrorMessage' must be declared final.45
ErreursThe field '_bMandatoryError' must be declared final.46

fr/paris/lutece/plugins/digglike/business/ICategoryDAO.java

ViolationMessageLigne
ErreursExpected @param tag for 'nIdDigg'.93

fr/paris/lutece/plugins/digglike/business/IDiggSubmitDAO.java

ViolationMessageLigne
ErreursExpected @param tag for 'bListPinned'.121

fr/paris/lutece/plugins/digglike/business/ImageResourceDAO.java

ViolationMessageLigne
ErreursExpected an @return tag.103

fr/paris/lutece/plugins/digglike/business/ReportedMessageDAO.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.43

fr/paris/lutece/plugins/digglike/business/SearchFields.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.39
ErreursMissing a Javadoc comment.50
ErreursMissing a Javadoc comment.55
ErreursMissing a Javadoc comment.60
ErreursMissing a Javadoc comment.65
ErreursMissing a Javadoc comment.70
ErreursMissing a Javadoc comment.75
ErreursMissing a Javadoc comment.80
ErreursMissing a Javadoc comment.85
ErreursMissing a Javadoc comment.90
ErreursMissing a Javadoc comment.95
ErreursMissing a Javadoc comment.100
ErreursMissing a Javadoc comment.105
ErreursMissing a Javadoc comment.110
Erreurs'{' should be on a new line.110
ErreursMissing a Javadoc comment.114
Erreurs'(' is not followed by whitespace.114
Erreurs'_strLuteceUserName' hides a field.114
ErreursName '_strLuteceUserName' must match pattern '^[a-z][a-zA-Z0-9]*$'.114
Erreurs')' is not preceded with whitespace.114
Erreurs'{' should be on a new line.114

fr/paris/lutece/plugins/digglike/business/SubmitFilter.java

ViolationMessageLigne
ErreursVariable '_strLuteceUserKey' explicitly initialized to 'null' (default value for its type).84
Erreurs')' is not preceded with whitespace.445

fr/paris/lutece/plugins/digglike/business/attribute/DiggAttribute.java

ViolationMessageLigne
ErreursUnused Javadoc tag.55

fr/paris/lutece/plugins/digglike/business/attribute/DiggAttributeHome.java

ViolationMessageLigne
ErreursUtility classes should not have a public or default constructor.50

fr/paris/lutece/plugins/digglike/service/CommentSubmitService.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.46

fr/paris/lutece/plugins/digglike/service/DiggSubmitService.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.67

fr/paris/lutece/plugins/digglike/service/DiggUserInfoService.java

ViolationMessageLigne
Erreurs'(' is not followed by whitespace.94
Erreurs')' is not preceded with whitespace.94

fr/paris/lutece/plugins/digglike/service/DigglikePlugin.java

ViolationMessageLigne
Erreurs'(' is not followed by whitespace.71
Erreurs')' is not preceded with whitespace.71

fr/paris/lutece/plugins/digglike/service/DigglikeService.java

ViolationMessageLigne
Erreurs')' is not preceded with whitespace.84
Erreurs'=' is not preceded with whitespace.88
Erreurs'=' is not followed by whitespace.88
ErreursEmpty statement.88
Erreurs'=' is not preceded with whitespace.89
Erreurs'=' is not followed by whitespace.89
Erreurs'(' is not followed by whitespace.90
Erreurs')' is not preceded with whitespace.90
Erreurs'=' is not preceded with whitespace.92
Erreurs'=' is not followed by whitespace.92
Erreurs'(' is not followed by whitespace.94
Erreurs')' is not preceded with whitespace.94
Erreurs'=' is not preceded with whitespace.96
Erreurs'(' is not followed by whitespace.96
Erreurs')' is not preceded with whitespace.96
Erreurs'(' is not followed by whitespace.122

fr/paris/lutece/plugins/digglike/service/ICommentSubmitService.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.45

fr/paris/lutece/plugins/digglike/service/IDiggSubmitService.java

ViolationMessageLigne
ErreursUnused import - fr.paris.lutece.portal.business.style.Theme.40
ErreursMissing a Javadoc comment.50
ErreursExpected @param tag for 'locale'.60
ErreursExpected @param tag for 'diggSubmit'.88
ErreursExpected @param tag for 'bUpdateIndex'.88
ErreursExpected @param tag for 'plugin'.88
ErreursExpected @param tag for 'locale'.212

fr/paris/lutece/plugins/digglike/service/IDiggUserInfoService.java

ViolationMessageLigne
ErreursUnused import - fr.paris.lutece.portal.service.security.UserNotSignedException.39
ErreursUnused @throws tag for 'UserNotSignedException'.54

fr/paris/lutece/plugins/digglike/service/digglikesearch/DigglikeSearchService.java

ViolationMessageLigne
ErreursUnused import - fr.paris.lutece.plugins.digglike.business.DiggSubmit.36

fr/paris/lutece/plugins/digglike/service/search/DigglikeIndexer.java

ViolationMessageLigne
ErreursUnused @param tag for 'strIdDigg'.163
ErreursExpected @param tag for 'strIdDiggSubmit'.169

fr/paris/lutece/plugins/digglike/service/subscription/DiggSubscribersNotificationDaemon.java

ViolationMessageLigne
Erreurs')' is not preceded with whitespace.115
ErreursNested if-else depth is 4 (max allowed is 3).140
ErreursNested if-else depth is 4 (max allowed is 3).183
ErreursNested if-else depth is 4 (max allowed is 3).209
Erreurs'(' is not followed by whitespace.218
Erreurs'(' is not followed by whitespace.306
Erreurs')' is not preceded with whitespace.306
Erreurs'=' is not preceded with whitespace.311
Erreurs'=' is not followed by whitespace.311
Erreurs'(' is not followed by whitespace.313
Erreurs')' is not preceded with whitespace.313
Erreurs'(' is not followed by whitespace.316
Erreurs'==' is not preceded with whitespace.316
Erreurs'==' is not followed by whitespace.316
Erreurs')' is not preceded with whitespace.316
Erreurs'(' is not followed by whitespace.319
Erreurs')' is not preceded with whitespace.319
Erreurs'(' is not followed by whitespace.324
Erreurs')' is not preceded with whitespace.324
Erreurs'(' is not followed by whitespace.326
Erreurs'(' is not followed by whitespace.340
Erreurs'(' is not followed by whitespace.353
Erreurs')' is not preceded with whitespace.353
Erreurs'(' is not followed by whitespace.354
Erreurs')' is not preceded with whitespace.354
Erreurs'(' is not followed by whitespace.355
Erreurs')' is not preceded with whitespace.355
Erreurs'(' is not followed by whitespace.402
Erreurs'(' is not followed by whitespace.407
Erreurs')' is not preceded with whitespace.407
Erreurs'=' is not preceded with whitespace.412
Erreurs'=' is not followed by whitespace.412
Erreurs'(' is not followed by whitespace.414
Erreurs')' is not preceded with whitespace.414
Erreurs'(' is not followed by whitespace.417
Erreurs'==' is not preceded with whitespace.417
Erreurs'==' is not followed by whitespace.417
Erreurs')' is not preceded with whitespace.417
Erreurs'(' is not followed by whitespace.420
Erreurs')' is not preceded with whitespace.420
Erreurs'(' is not followed by whitespace.425
Erreurs')' is not preceded with whitespace.425
Erreurs'(' is not followed by whitespace.427
Erreurs'(' is not followed by whitespace.455
Erreurs')' is not preceded with whitespace.455
Erreurs'(' is not followed by whitespace.456
Erreurs')' is not preceded with whitespace.456
Erreurs'(' is not followed by whitespace.457
Erreurs')' is not preceded with whitespace.457

fr/paris/lutece/plugins/digglike/service/subscription/DigglikeSubscriptionProviderService.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.276

fr/paris/lutece/plugins/digglike/utils/DiggIndexerUtils.java

ViolationMessageLigne
ErreursUtility classes should not have a public or default constructor.46

fr/paris/lutece/plugins/digglike/utils/DiggUtils.java

ViolationMessageLigne
ErreursUnused import - fr.paris.lutece.portal.service.message.SiteMessageException.62
ErreursExpected an @return tag.682
ErreursExpected @param tag for 'digg'.682
ErreursExpected @param tag for 'plugin'.682
ErreursExpected @param tag for 'locale'.682
ErreursExpected @param tag for 'nIdDefaultCategory'.683
ErreursExpected @param tag for 'bBackOffice'.683
ErreursExpected an @return tag.909
ErreursExpected @param tag for 'request'.909
ErreursExpected @param tag for 'diggSubmit'.909
ErreursExpected @param tag for 'plugin'.909
ErreursExpected @param tag for 'locale'.910
ErreursExpected @param tag for 'model'.1620
ErreursExpected @param tag for 'luteceUserInfo'.1620
Erreurs')' is not preceded with whitespace.1620
Erreurs'(' is not followed by whitespace.1623
Erreurs')' is not preceded with whitespace.1623
Erreurs'(' is not followed by whitespace.1626
Erreurs'(' is not followed by whitespace.1626
Erreurs')' is not preceded with whitespace.1626
Erreurs')' is not preceded with whitespace.1626
Erreurs'(' is not followed by whitespace.1628
Erreurs'(' is not followed by whitespace.1628
Erreurs')' is not preceded with whitespace.1628
Erreurs')' is not preceded with whitespace.1628
Erreurs'(' is not followed by whitespace.1630
Erreurs'(' is not followed by whitespace.1630
Erreurs')' is not preceded with whitespace.1630
Erreurs')' is not preceded with whitespace.1630
Erreurs'(' is not followed by whitespace.1632
Erreurs'(' is not followed by whitespace.1632
Erreurs')' is not preceded with whitespace.1632
Erreurs')' is not preceded with whitespace.1632

fr/paris/lutece/plugins/digglike/utils/ProcessBBCode.java

ViolationMessageLigne
ErreursName 'acceptHTML' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'.77
ErreursVariable 'acceptHTML' explicitly initialized to 'false' (default value for its type).77
ErreursName 'acceptBBCode' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'.80
Erreurs'acceptBBCode' hides a field.93
Erreurs'acceptHTML' hides a field.109
ErreursExpected @param tag for 'texto'.118
ErreursAssignment of parameter 'texto' is not allowed.122
ErreursAssignment of parameter 'texto' is not allowed.127
ErreursExpected @param tag for 'string'.137
ErreursAssignment of parameter 'string' is not allowed.139
ErreursMissing a Javadoc comment.188
ErreursExpected @param tag for 'content'.233
ErreursAssignment of parameter 'content' is not allowed.236
ErreursAssignment of parameter 'content' is not allowed.239
ErreursAssignment of parameter 'content' is not allowed.242
ErreursAssignment of parameter 'content' is not allowed.243
ErreursExpected @param tag for 'content'.252
ErreursAssignment of parameter 'content' is not allowed.255
ErreursMissing a Javadoc comment.263
AvertissementsMore than 7 parameters.302
ErreursExpected @param tag for 'buffer'.302
ErreursExpected @param tag for 'tagName'.302
ErreursExpected @param tag for 'openSubstWithParam'.302
ErreursExpected @param tag for 'closeSubstWithParam'.303
ErreursExpected @param tag for 'openSubstWithoutParam'.303
ErreursExpected @param tag for 'closeSubstWithoutParam'.303
ErreursExpected @param tag for 'internalSubst'.303
ErreursExpected @param tag for 'processInternalTags'.304
ErreursExpected @param tag for 'acceptParam'.304
ErreursExpected @param tag for 'requiresQuotedParam'.304
ErreursMust have at least one statement.384
ErreursMissing a Javadoc comment.451
ErreursName 'base' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'.454
ErreursVariable 'base' must be private and have accessor methods.454
ErreursName 'start' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'.457
ErreursVariable 'start' must be private and have accessor methods.457
ErreursName 'length' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'.460
ErreursVariable 'length' must be private and have accessor methods.460
ErreursName 'param' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'.463
ErreursVariable 'param' explicitly initialized to 'null' (default value for its type).463
ErreursVariable 'param' must be private and have accessor methods.463
Erreurs'base' hides a field.477
ErreursExpected @param tag for 'base'.477
Erreurs'start' hides a field.477
ErreursExpected @param tag for 'start'.477
Erreurs'length' hides a field.477
ErreursExpected @param tag for 'length'.477
ErreursExpected an @return tag.485
ErreursExpected an @return tag.493
ErreursExpected @param tag for 'index'.493
ErreursExpected an @return tag.501
ErreursExpected @param tag for 'pStart'.501
ErreursExpected @param tag for 'end'.501
ErreursExpected @param tag for 'pBase'.512
ErreursExpected @param tag for 'pStart'.512
ErreursExpected @param tag for 'pLength'.512
ErreursExpected an @return tag.524

fr/paris/lutece/plugins/digglike/web/DefaultMessageJspBean.java

ViolationMessageLigne
Erreurs'=' is not preceded with whitespace.89
Erreurs'=' is not followed by whitespace.89
Erreurs'=' is not preceded with whitespace.90
Erreurs'=' is not followed by whitespace.90
Erreurs'=' is not preceded with whitespace.91
Erreurs'=' is not followed by whitespace.91
Erreurs'=' is not preceded with whitespace.92
Erreurs'=' is not followed by whitespace.92
Erreurs'=' is not preceded with whitespace.107
Erreurs'=' is not followed by whitespace.107
Erreurs'=' is not preceded with whitespace.108
Erreurs'=' is not followed by whitespace.108
Erreurs'=' is not preceded with whitespace.109
Erreurs'=' is not followed by whitespace.109
Erreurs'=' is not preceded with whitespace.110
Erreurs'=' is not followed by whitespace.110
Erreurs'=' is not preceded with whitespace.179
Erreurs'=' is not followed by whitespace.179
Erreurs'(' is not followed by whitespace.179
Erreurs')' is not preceded with whitespace.179
Erreurs'=' is not preceded with whitespace.180
Erreurs'=' is not followed by whitespace.180
Erreurs'(' is not followed by whitespace.180
Erreurs')' is not preceded with whitespace.180
Erreurs'=' is not preceded with whitespace.181
Erreurs'=' is not followed by whitespace.181
Erreurs'(' is not followed by whitespace.181
Erreurs')' is not preceded with whitespace.181
Erreurs'=' is not preceded with whitespace.182
Erreurs'=' is not followed by whitespace.182
Erreurs'(' is not followed by whitespace.182
Erreurs')' is not preceded with whitespace.182
Erreurs'(' is not followed by whitespace.194
Erreurs')' is not preceded with whitespace.194
Erreurs'(' is not followed by whitespace.199
Erreurs')' is not preceded with whitespace.199
Erreurs'(' is not followed by whitespace.203
Erreurs'(' is not followed by whitespace.208
Erreurs'(' is not followed by whitespace.212
Erreurs'(' is not followed by whitespace.212
Erreurs')' is not preceded with whitespace.212
Erreurs'(' is not followed by whitespace.217
Erreurs'(' is not followed by whitespace.217
Erreurs')' is not preceded with whitespace.217
Erreurs')' is not preceded with whitespace.217
Erreurs'(' is not followed by whitespace.222
Erreurs'(' is not followed by whitespace.222
Erreurs')' is not preceded with whitespace.222
Erreurs')' is not preceded with whitespace.222
Erreurs'(' is not followed by whitespace.228
Erreurs'(' is not followed by whitespace.228
Erreurs')' is not preceded with whitespace.228
Erreurs')' is not preceded with whitespace.228
Erreurs'(' is not followed by whitespace.233
Erreurs'(' is not followed by whitespace.233
Erreurs')' is not preceded with whitespace.233
Erreurs')' is not preceded with whitespace.233
Erreurs'(' is not followed by whitespace.272
Erreurs')' is not preceded with whitespace.272
Erreurs'(' is not followed by whitespace.273
Erreurs')' is not preceded with whitespace.273
Erreurs'(' is not followed by whitespace.274
Erreurs')' is not preceded with whitespace.274
Erreurs'(' is not followed by whitespace.275
Erreurs')' is not preceded with whitespace.275

fr/paris/lutece/plugins/digglike/web/DiggApp.java

ViolationMessageLigne
Erreurs'(' is not followed by whitespace.428
Erreurs'(' is not followed by whitespace.595
Erreurs')' is not preceded with whitespace.595
Erreurs'(' is not followed by whitespace.596
Erreurs')' is not preceded with whitespace.596
Erreurs'(' is not followed by whitespace.597
Erreurs')' is not preceded with whitespace.597
Erreurs'(' is not followed by whitespace.1200
Erreurs')' is not preceded with whitespace.1200
ErreursUnused @param tag for 'strDiggDetail'.1286
ErreursExpected @param tag for 'plugin'.1295
Erreurs'(' is not followed by whitespace.1318
Erreurs')' is not preceded with whitespace.1318
ErreursExpected @param tag for 'plugin'.1340
Erreurs'(' is not followed by whitespace.1360
Erreurs')' is not preceded with whitespace.1360
Erreurs'(' is not followed by whitespace.1428
Erreurs')' is not preceded with whitespace.1428
ErreursUnused @param tag for 'strVoteTypeTemplateName'.1466
ErreursUnused @param tag for 'nIdDiggSubmit'.1470
ErreursExpected @param tag for 'diggSubmit'.1479
ErreursExpected @param tag for 'strContentDigg'.1871

fr/paris/lutece/plugins/digglike/web/DiggJspBean.java

ViolationMessageLigne
Erreurs'=' is not followed by whitespace.193
Erreurs'=' is not preceded with whitespace.194
Erreurs'=' is not followed by whitespace.194
Erreurs'=' is not preceded with whitespace.195
Erreurs'=' is not followed by whitespace.195
Erreurs'=' is not preceded with whitespace.196
Erreurs'=' is not followed by whitespace.196
Erreurs'=' is not preceded with whitespace.197
Erreurs'=' is not followed by whitespace.197
Erreurs'=' is not preceded with whitespace.198
Erreurs'=' is not followed by whitespace.198
Erreurs'=' is not followed by whitespace.405
Erreurs'=' is not preceded with whitespace.406
Erreurs'=' is not followed by whitespace.406
Erreurs'=' is not preceded with whitespace.407
Erreurs'=' is not followed by whitespace.407
Erreurs'=' is not preceded with whitespace.408
Erreurs'=' is not followed by whitespace.408
Erreurs'=' is not preceded with whitespace.409
Erreurs'=' is not followed by whitespace.409
Erreurs'=' is not preceded with whitespace.410
Erreurs'=' is not followed by whitespace.410
AvertissementsReturn count is 10 (max allowed is 5).1617
Erreurs'=' is not preceded with whitespace.1620
Erreurs'=' is not followed by whitespace.1620
Erreurs'=' is not preceded with whitespace.1668
Erreurs'=' is not followed by whitespace.1668
Erreurs'(' is not followed by whitespace.1668
Erreurs')' is not preceded with whitespace.1668
Erreurs'=' is not preceded with whitespace.1669
Erreurs'=' is not followed by whitespace.1669
Erreurs'(' is not followed by whitespace.1669
Erreurs')' is not preceded with whitespace.1669
Erreurs'=' is not preceded with whitespace.1670
Erreurs'=' is not followed by whitespace.1670
Erreurs'(' is not followed by whitespace.1670
Erreurs')' is not preceded with whitespace.1670
Erreurs'=' is not preceded with whitespace.1671
Erreurs'=' is not followed by whitespace.1671
Erreurs'(' is not followed by whitespace.1671
Erreurs')' is not preceded with whitespace.1671
Erreurs'=' is not preceded with whitespace.1672
Erreurs'=' is not followed by whitespace.1672
Erreurs'(' is not followed by whitespace.1672
Erreurs')' is not preceded with whitespace.1672
Erreurs'=' is not preceded with whitespace.1673
Erreurs'=' is not followed by whitespace.1673
Erreurs'(' is not followed by whitespace.1673
Erreurs')' is not preceded with whitespace.1673
Erreurs'(' is not followed by whitespace.1690
Erreurs')' is not preceded with whitespace.1690
Erreurs')' is not preceded with whitespace.1690
Erreurs'(' is not followed by whitespace.1695
Erreurs')' is not preceded with whitespace.1700
Erreurs')' is not preceded with whitespace.1700
Erreurs')' is not preceded with whitespace.1708
Erreurs'(' is not followed by whitespace.1750
Erreurs'(' is not followed by whitespace.1750
Erreurs')' is not preceded with whitespace.1750
Erreurs')' is not preceded with whitespace.1750
Erreurs'(' is not followed by whitespace.1755
Erreurs'(' is not followed by whitespace.1755
Erreurs')' is not preceded with whitespace.1755
Erreurs')' is not preceded with whitespace.1755
Erreurs'(' is not followed by whitespace.1761
Erreurs'(' is not followed by whitespace.1761
Erreurs')' is not preceded with whitespace.1761
Erreurs')' is not preceded with whitespace.1761
Erreurs'(' is not followed by whitespace.1766
Erreurs'(' is not followed by whitespace.1766
Erreurs')' is not preceded with whitespace.1766
Erreurs')' is not preceded with whitespace.1766
Erreurs'(' is not followed by whitespace.1891
Erreurs'(' is not followed by whitespace.1891
Erreurs')' is not preceded with whitespace.1891
Erreurs')' is not preceded with whitespace.1897
Erreurs'(' is not followed by whitespace.1910
Erreurs')' is not preceded with whitespace.1910
Erreurs'(' is not followed by whitespace.1911
Erreurs')' is not preceded with whitespace.1911
Erreurs'(' is not followed by whitespace.1912
Erreurs')' is not preceded with whitespace.1912
Erreurs'(' is not followed by whitespace.1913
Erreurs')' is not preceded with whitespace.1913
Erreurs'(' is not followed by whitespace.1914
Erreurs')' is not preceded with whitespace.1914
Erreurs'(' is not followed by whitespace.1915
Erreurs')' is not preceded with whitespace.1915
ErreursUnused @param tag for 'strIdParentCommentSubmit'.2990
ErreursExpected @param tag for 'bListPinned'.3236
ErreursMissing a Javadoc comment.3516
ErreursMissing a Javadoc comment.3570

fr/paris/lutece/plugins/digglike/web/action/DigglikeAdminSearchFields.java

ViolationMessageLigne
ErreursMissing a Javadoc comment.63
ErreursMissing a Javadoc comment.68
ErreursMissing a Javadoc comment.73
ErreursMissing a Javadoc comment.78
ErreursMissing a Javadoc comment.83
ErreursMissing a Javadoc comment.88
ErreursMissing a Javadoc comment.93
ErreursMissing a Javadoc comment.98
ErreursMissing a Javadoc comment.103
ErreursMissing a Javadoc comment.108
ErreursMissing a Javadoc comment.113
ErreursMissing a Javadoc comment.118
ErreursMissing a Javadoc comment.123
ErreursMissing a Javadoc comment.128
ErreursMissing a Javadoc comment.133
ErreursMissing a Javadoc comment.138
ErreursMissing a Javadoc comment.143
ErreursMissing a Javadoc comment.148

fr/paris/lutece/plugins/digglike/web/action/IDigglikeAction.java

ViolationMessageLigne
ErreursUnused import - fr.paris.lutece.portal.business.user.AdminUser.36
ErreursUnused import - fr.paris.lutece.portal.web.pluginaction.DefaultPluginActionResult.37
ErreursUnused import - java.util.Map.40
ErreursUnused import - javax.servlet.http.HttpServletRequest.42
ErreursUnused import - javax.servlet.http.HttpServletResponse.43