Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
14802578

Files

FilesInfosWarningsErrors
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

Rules

RulesViolationsSeverity
Translation0Errors Error
LeftCurly
  • option: "nl"
22Errors Error
RightCurly
  • option: "alone"
0Errors Error
MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
6Errors Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
0Errors Error
MethodName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
11Errors Error
LocalVariableName
  • format: "^[a-z][a-zA-Z0-9]*$"
0Errors Error
JavadocMethod129Errors Error
JavadocType9Errors Error
ConstantName
  • format: "[A-Z0-9]*$"
0Errors Error
PackageName
  • format: "^fr\.paris\.[a-z][a-z0-9\.]*$"
0Errors Error
TypeName0Errors Error
LocalFinalVariableName
  • format: "[A-Z0-9]*$"
0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports9Errors Error
ParameterNumber1Warnings Warning
ParenPad
  • option: "space"
273Errors Error
WhitespaceAround
  • tokens: "ASSIGN,EQUAL"
75Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock1Errors Error
NeedBraces0Errors Error
EmptyStatement1Errors Error
EqualsHashCode2Errors Error
HiddenField14Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
ArrayTrailingComma0Errors Error
CovariantEquals0Errors Error
DeclarationOrder3Errors Error
ExplicitInitialization3Errors Error
InnerAssignment0Errors Error
NestedIfDepth
  • max: "3"
3Errors Error
NestedTryDepth
  • max: "3"
0Errors Error
PackageDeclaration0Errors Error
ParameterAssignment8Errors Error
ReturnCount
  • max: "5"
1Warnings Warning
StringLiteralEquality0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier4Errors Error
MutableException3Errors Error
ArrayTypeStyle
  • javaStyle: "true"
0Errors Error
RegexpSinglelineJava
  • format: "System\.out\.println"
0Errors Error
RegexpSinglelineJava
  • format: "System\.exit"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''printStackTrace''."
  • format: "[.]*\.printStackTrace"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''SELECT *''."
  • format: "[.]*SELECT \*"
  • ignoreCase: "true"
0Errors Error
RegexpSinglelineJava
  • message: "Line matches the illegal pattern ''WHERE 1''."
  • format: "[.]*WHERE 1 "
  • ignoreCase: "true"
0Errors Error
Header
  • fileExtensions: "java"
  • headerFile: "/opt/data/jenkins/home/jobs/collab-plugin-digglike-doc-QA/workspace/target/checkstyle-header.txt"
0Errors Error

Details

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

ViolationMessageLine
ErrorsVariable access definition in wrong order.49
ErrorsVariable access definition in wrong order.50
ErrorsDefinition of 'equals()' without corresponding definition of 'hashCode()'.96

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

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

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

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

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

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

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

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

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

ViolationMessageLine
Errors')' is not preceded with whitespace.511
Errors')' is not preceded with whitespace.513
Errors')' is not preceded with whitespace.606
Errors')' is not preceded with whitespace.608
ErrorsExpected @param tag for 'bListPinned'.906

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

ViolationMessageLine
ErrorsUnused @param tag for 'bLoadCommentList'.178
ErrorsExpected @param tag for 'bListPinned'.315

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

ViolationMessageLine
ErrorsVariable access definition in wrong order.49
ErrorsDefinition of 'equals()' without corresponding definition of 'hashCode()'.177

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

ViolationMessageLine
ErrorsExpected @param tag for 'nIdDigg'.244

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

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

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.40

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

ViolationMessageLine
ErrorsUnused @param tag for 'nIdEntry'.456
ErrorsExpected @param tag for 'nIdExpression'.460

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.68

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

ViolationMessageLine
ErrorsUnused @param tag for 'response'.315

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

ViolationMessageLine
ErrorsThe field '_strTitleQuestion' must be declared final.44
ErrorsThe field '_strErrorMessage' must be declared final.45
ErrorsThe field '_bMandatoryError' must be declared final.46

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

ViolationMessageLine
ErrorsExpected @param tag for 'nIdDigg'.93

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

ViolationMessageLine
ErrorsExpected @param tag for 'bListPinned'.121

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

ViolationMessageLine
ErrorsExpected an @return tag.103

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.43

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

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

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

ViolationMessageLine
ErrorsVariable '_strLuteceUserKey' explicitly initialized to 'null' (default value for its type).84
Errors')' is not preceded with whitespace.445

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

ViolationMessageLine
ErrorsUnused Javadoc tag.55

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

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.50

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.46

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.67

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

ViolationMessageLine
Errors'(' is not followed by whitespace.94
Errors')' is not preceded with whitespace.94

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

ViolationMessageLine
Errors'(' is not followed by whitespace.71
Errors')' is not preceded with whitespace.71

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

ViolationMessageLine
Errors')' is not preceded with whitespace.84
Errors'=' is not preceded with whitespace.88
Errors'=' is not followed by whitespace.88
ErrorsEmpty statement.88
Errors'=' is not preceded with whitespace.89
Errors'=' is not followed by whitespace.89
Errors'(' is not followed by whitespace.90
Errors')' is not preceded with whitespace.90
Errors'=' is not preceded with whitespace.92
Errors'=' is not followed by whitespace.92
Errors'(' is not followed by whitespace.94
Errors')' is not preceded with whitespace.94
Errors'=' is not preceded with whitespace.96
Errors'(' is not followed by whitespace.96
Errors')' is not preceded with whitespace.96
Errors'(' is not followed by whitespace.122

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.45

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

ViolationMessageLine
ErrorsUnused import - fr.paris.lutece.portal.business.style.Theme.40
ErrorsMissing a Javadoc comment.50
ErrorsExpected @param tag for 'locale'.60
ErrorsExpected @param tag for 'diggSubmit'.88
ErrorsExpected @param tag for 'bUpdateIndex'.88
ErrorsExpected @param tag for 'plugin'.88
ErrorsExpected @param tag for 'locale'.212

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

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

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

ViolationMessageLine
ErrorsUnused import - fr.paris.lutece.plugins.digglike.business.DiggSubmit.36

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

ViolationMessageLine
ErrorsUnused @param tag for 'strIdDigg'.163
ErrorsExpected @param tag for 'strIdDiggSubmit'.169

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

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

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.276

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

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.46

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

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

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

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

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

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

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

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

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

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

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

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

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

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