Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 8.19 with build-config/lutece_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
26 0 0 217

Files

File
 I
 W
 E
fr/paris/lutece/plugins/deviceregistration/business/AbstractFilterDao.java 0 0 46
fr/paris/lutece/plugins/deviceregistration/business/deviceregistration/DeviceRegistration.java 0 0 8
fr/paris/lutece/plugins/deviceregistration/business/deviceregistration/DeviceRegistrationDAO.java 0 0 17
fr/paris/lutece/plugins/deviceregistration/business/deviceregistration/DeviceRegistrationHome.java 0 0 1
fr/paris/lutece/plugins/deviceregistration/business/deviceregistration/IDeviceRegistrationDAO.java 0 0 4
fr/paris/lutece/plugins/deviceregistration/business/history/ChangeType.java 0 0 2
fr/paris/lutece/plugins/deviceregistration/business/history/DeviceRegistrationHistory.java 0 0 30
fr/paris/lutece/plugins/deviceregistration/business/history/DeviceRegistrationHistoryDAO.java 0 0 7
fr/paris/lutece/plugins/deviceregistration/business/history/DeviceRegistrationHistoryHome.java 0 0 4
fr/paris/lutece/plugins/deviceregistration/business/history/IDeviceRegistrationHistoryDAO.java 0 0 4
fr/paris/lutece/plugins/deviceregistration/dto/DeviceRegistrationRequest.java 0 0 13
fr/paris/lutece/plugins/deviceregistration/dto/DeviceRegistrationResponse.java 0 0 12
fr/paris/lutece/plugins/deviceregistration/dto/ErrorResponse.java 0 0 11
fr/paris/lutece/plugins/deviceregistration/exception/DeviceRegistrationException.java 0 0 7
fr/paris/lutece/plugins/deviceregistration/rs/Constants.java 0 0 1
fr/paris/lutece/plugins/deviceregistration/rs/DeviceRegistrationRest.java 0 0 12
fr/paris/lutece/plugins/deviceregistration/rs/SwaggerRest.java 0 0 1
fr/paris/lutece/plugins/deviceregistration/rs/error/UncaughtDeviceRegistrationExceptionMapper.java 0 0 2
fr/paris/lutece/plugins/deviceregistration/service/DeviceRegistrationHistoryService.java 0 0 4
fr/paris/lutece/plugins/deviceregistration/service/DeviceRegistrationService.java 0 0 10
fr/paris/lutece/plugins/deviceregistration/service/DeviceRegistrationValidator.java 0 0 5
fr/paris/lutece/plugins/deviceregistration/web/AbstractJspBean.java 0 0 10
fr/paris/lutece/plugins/deviceregistration/web/DeviceRegistrationHistoryJspBean.java 0 0 2
fr/paris/lutece/plugins/deviceregistration/web/DeviceRegistrationJspBean.java 0 0 4

Rules

Category Rule Violations Severity
blocks LeftCurly
  • option: "nl"
2
 Error
coding DeclarationOrder 20
 Error
HiddenField 15
 Error
design FinalClass 3
 Error
VisibilityModifier 1
 Error
header Header
  • fileExtensions: "java"
  • headerFile: "/var/jenkins_home/jobs/admin-github-build/workspace/target/checkstyle-header.txt"
24
 Error
imports AvoidStarImport 1
 Error
javadoc JavadocMethod 67
 Error
JavadocType 15
 Error
modifier ModifierOrder 18
 Error
RedundantModifier 13
 Error
naming MemberName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
16
 Error
ParameterName
  • format: "^[a-z][a-zA-Z0-9]*$"
1
 Error
StaticVariableName
  • format: "^_[a-z](_?[a-zA-Z0-9])*$"
2
 Error
regexp RegexpSinglelineJava
  • format: "System\.exit"
1
 Error
RegexpSinglelineJava
  • format: "System\.out\.println"
1
 Error
whitespace ParenPad
  • option: "space"
18
 Error

Details

fr/paris/lutece/plugins/deviceregistration/business/AbstractFilterDao.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 44
 Error
design VisibilityModifier Variable '_mapSql' must be private and have accessor methods. 48
 Error
coding DeclarationOrder Static variable definition in wrong order. 51
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 51
 Error
coding DeclarationOrder Static variable definition in wrong order. 52
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 52
 Error
regexp RegexpSinglelineJava Line matches the illegal pattern 'WHERE 1'. 55
 Error
coding DeclarationOrder Static variable definition in wrong order. 55
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 55
 Error
coding DeclarationOrder Static variable definition in wrong order. 56
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 56
 Error
coding DeclarationOrder Static variable definition in wrong order. 57
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 57
 Error
coding DeclarationOrder Static variable definition in wrong order. 58
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 58
 Error
coding DeclarationOrder Static variable definition in wrong order. 59
 Error
coding DeclarationOrder Static variable definition in wrong order. 60
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 60
 Error
coding DeclarationOrder Static variable definition in wrong order. 61
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 61
 Error
coding DeclarationOrder Static variable definition in wrong order. 62
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 62
 Error
coding DeclarationOrder Static variable definition in wrong order. 63
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 63
 Error
coding DeclarationOrder Static variable definition in wrong order. 66
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Error
coding DeclarationOrder Static variable definition in wrong order. 67
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 67
 Error
coding DeclarationOrder Static variable definition in wrong order. 68
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 68
 Error
coding DeclarationOrder Static variable definition in wrong order. 69
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 69
 Error
coding DeclarationOrder Static variable definition in wrong order. 70
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 70
 Error
coding DeclarationOrder Static variable definition in wrong order. 71
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 71
 Error
coding DeclarationOrder Static variable definition in wrong order. 74
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 74
 Error
coding DeclarationOrder Static variable definition in wrong order. 75
 Error
modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 75
 Error
javadoc JavadocMethod Expected @param tag for 'selectStatement'. 90
 Error
javadoc JavadocMethod Expected @param tag for 'mapFilterCriteria'. 165
 Error
javadoc JavadocMethod Expected @param tag for 'strAttributeName'. 217
 Error
javadoc JavadocMethod Expected @param tag for 'strPrefixToCut'. 217
 Error
javadoc JavadocMethod Expected @param tag for 'businessClass'. 247

fr/paris/lutece/plugins/deviceregistration/business/deviceregistration/DeviceRegistration.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Missing a Javadoc comment. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69
 Error
whitespace ParenPad '(' is not followed by whitespace. 69
 Error
whitespace ParenPad ')' is not preceded with whitespace. 69
 Error
blocks LeftCurly '{' at column 117 should be on a new line. 69
 Error
javadoc JavadocMethod Missing a Javadoc comment. 160
 Error
javadoc JavadocMethod Missing a Javadoc comment. 165

fr/paris/lutece/plugins/deviceregistration/business/deviceregistration/DeviceRegistrationDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
modifier RedundantModifier Redundant 'final' modifier. 79
 Error
modifier RedundantModifier Redundant 'final' modifier. 98
 Error
modifier RedundantModifier Redundant 'final' modifier. 112
 Error
modifier RedundantModifier Redundant 'final' modifier. 122
 Error
javadoc JavadocMethod Missing a Javadoc comment. 131
 Error
modifier RedundantModifier Redundant 'final' modifier. 148
 Error
modifier RedundantModifier Redundant 'final' modifier. 169
 Error
modifier RedundantModifier Redundant 'final' modifier. 189
 Error
modifier RedundantModifier Redundant 'final' modifier. 223
 Error
modifier RedundantModifier Redundant 'final' modifier. 255
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad '(' is not followed by whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
whitespace ParenPad ')' is not preceded with whitespace. 280
 Error
modifier RedundantModifier Redundant 'final' modifier. 284
 Error
javadoc JavadocMethod Missing a Javadoc comment. 303

fr/paris/lutece/plugins/deviceregistration/business/deviceregistration/DeviceRegistrationHome.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/deviceregistration/business/deviceregistration/IDeviceRegistrationDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Missing a Javadoc comment. 78
 Error
javadoc JavadocMethod Missing a Javadoc comment. 94
 Error
naming ParameterName Name '_plugin' must match pattern '^[a-z][a-zA-Z0-9]*$'. 138

fr/paris/lutece/plugins/deviceregistration/business/history/ChangeType.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 36

fr/paris/lutece/plugins/deviceregistration/business/history/DeviceRegistrationHistory.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 38
 Error
naming MemberName Name 'id' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 40
 Error
naming MemberName Name 'createdAt' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 41
 Error
naming MemberName Name 'changeType' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 42
 Error
naming MemberName Name 'customerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 43
 Error
naming MemberName Name 'connectionId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 44
 Error
naming MemberName Name 'registrationToken' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 45
 Error
naming MemberName Name 'tokenIssuer' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 46
 Error
javadoc JavadocMethod Missing a Javadoc comment. 48
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
coding HiddenField 'id' hides a field. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 58
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
coding HiddenField 'createdAt' hides a field. 63
 Error
javadoc JavadocMethod Missing a Javadoc comment. 68
 Error
javadoc JavadocMethod Missing a Javadoc comment. 73
 Error
coding HiddenField 'changeType' hides a field. 73
 Error
javadoc JavadocMethod Missing a Javadoc comment. 78
 Error
javadoc JavadocMethod Missing a Javadoc comment. 83
 Error
coding HiddenField 'customerId' hides a field. 83
 Error
javadoc JavadocMethod Missing a Javadoc comment. 88
 Error
javadoc JavadocMethod Missing a Javadoc comment. 93
 Error
coding HiddenField 'connectionId' hides a field. 93
 Error
javadoc JavadocMethod Missing a Javadoc comment. 98
 Error
javadoc JavadocMethod Missing a Javadoc comment. 103
 Error
coding HiddenField 'registrationToken' hides a field. 103
 Error
javadoc JavadocMethod Missing a Javadoc comment. 108
 Error
javadoc JavadocMethod Missing a Javadoc comment. 113
 Error
coding HiddenField 'tokenIssuer' hides a field. 113

fr/paris/lutece/plugins/deviceregistration/business/history/DeviceRegistrationHistoryDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 47
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Error
modifier RedundantModifier Redundant 'final' modifier. 65
 Error
modifier RedundantModifier Redundant 'final' modifier. 86
 Error
modifier RedundantModifier Redundant 'final' modifier. 130
 Error
javadoc JavadocMethod Missing a Javadoc comment. 148

fr/paris/lutece/plugins/deviceregistration/business/history/DeviceRegistrationHistoryHome.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 61

fr/paris/lutece/plugins/deviceregistration/business/history/IDeviceRegistrationHistoryDAO.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 41
 Error
javadoc JavadocMethod Missing a Javadoc comment. 54
 Error
javadoc JavadocMethod Missing a Javadoc comment. 56

fr/paris/lutece/plugins/deviceregistration/dto/DeviceRegistrationRequest.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 43
 Error
naming MemberName Name 'customerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 48
 Error
naming MemberName Name 'connectionId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 52
 Error
naming MemberName Name 'registrationToken' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 59
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
coding HiddenField 'customerId' hides a field. 63
 Error
coding HiddenField 'connectionId' hides a field. 63
 Error
coding HiddenField 'registrationToken' hides a field. 63
 Error
javadoc JavadocMethod Missing a Javadoc comment. 70
 Error
javadoc JavadocMethod Missing a Javadoc comment. 75
 Error
javadoc JavadocMethod Missing a Javadoc comment. 80

fr/paris/lutece/plugins/deviceregistration/dto/DeviceRegistrationResponse.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 41
 Error
naming MemberName Name 'customerId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 44
 Error
naming MemberName Name 'connectionId' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 47
 Error
naming MemberName Name 'registrationTokens' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 50
 Error
javadoc JavadocMethod Missing a Javadoc comment. 52
 Error
coding HiddenField 'customerId' hides a field. 52
 Error
coding HiddenField 'connectionId' hides a field. 52
 Error
coding HiddenField 'registrationTokens' hides a field. 52
 Error
javadoc JavadocMethod Missing a Javadoc comment. 59
 Error
javadoc JavadocMethod Missing a Javadoc comment. 64
 Error
javadoc JavadocMethod Missing a Javadoc comment. 69

fr/paris/lutece/plugins/deviceregistration/dto/ErrorResponse.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 43
 Error
naming MemberName Name 'status' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 46
 Error
naming MemberName Name 'messages' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 49
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
coding HiddenField 'status' hides a field. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 56
 Error
coding HiddenField 'status' hides a field. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63
 Error
javadoc JavadocMethod Missing a Javadoc comment. 68
 Error
javadoc JavadocMethod Missing a Javadoc comment. 76

fr/paris/lutece/plugins/deviceregistration/exception/DeviceRegistrationException.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 41
 Error
naming MemberName Name 'response' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 43
 Error
javadoc JavadocMethod Missing a Javadoc comment. 45
 Error
javadoc JavadocMethod Missing a Javadoc comment. 50
 Error
javadoc JavadocMethod Missing a Javadoc comment. 56
 Error
javadoc JavadocMethod Missing a Javadoc comment. 63

fr/paris/lutece/plugins/deviceregistration/rs/Constants.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/deviceregistration/rs/DeviceRegistrationRest.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocMethod Missing a Javadoc comment. 71
 Error
whitespace ParenPad '(' is not followed by whitespace. 72
 Error
whitespace ParenPad ')' is not preceded with whitespace. 72
 Error
javadoc JavadocMethod Missing a Javadoc comment. 92
 Error
whitespace ParenPad '(' is not followed by whitespace. 93
 Error
whitespace ParenPad ')' is not preceded with whitespace. 93
 Error
whitespace ParenPad '(' is not followed by whitespace. 106
 Error
whitespace ParenPad ')' is not preceded with whitespace. 106
 Error
javadoc JavadocMethod Missing a Javadoc comment. 111
 Error
whitespace ParenPad '(' is not followed by whitespace. 112
 Error
whitespace ParenPad ')' is not preceded with whitespace. 112

fr/paris/lutece/plugins/deviceregistration/rs/SwaggerRest.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2

fr/paris/lutece/plugins/deviceregistration/rs/error/UncaughtDeviceRegistrationExceptionMapper.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 44

fr/paris/lutece/plugins/deviceregistration/service/DeviceRegistrationHistoryService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
design FinalClass Class DeviceRegistrationHistoryService should be declared as final. 41
 Error
javadoc JavadocType Missing a Javadoc comment. 41
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 44

fr/paris/lutece/plugins/deviceregistration/service/DeviceRegistrationService.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
design FinalClass Class DeviceRegistrationService should be declared as final. 48
 Error
javadoc JavadocType Missing a Javadoc comment. 48
 Error
naming StaticVariableName Name 'instance' must match pattern '^_[a-z](_?[a-zA-Z0-9])*$'. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 53
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57
 Error
javadoc JavadocMethod Missing a Javadoc comment. 66
 Error
javadoc JavadocMethod Missing a Javadoc comment. 81
 Error
javadoc JavadocMethod Missing a Javadoc comment. 107
 Error
javadoc JavadocMethod Missing a Javadoc comment. 131

fr/paris/lutece/plugins/deviceregistration/service/DeviceRegistrationValidator.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
design FinalClass Class DeviceRegistrationValidator should be declared as final. 48
 Error
javadoc JavadocType Missing a Javadoc comment. 48
 Error
javadoc JavadocMethod Missing a Javadoc comment. 51
 Error
javadoc JavadocMethod Missing a Javadoc comment. 55

fr/paris/lutece/plugins/deviceregistration/web/AbstractJspBean.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
javadoc JavadocType Missing a Javadoc comment. 50
 Error
coding DeclarationOrder Variable access definition in wrong order. 59
 Error
javadoc JavadocMethod Expected @param tag for '<T>'. 89
 Error
javadoc JavadocMethod Missing a Javadoc comment. 118
 Error
javadoc JavadocMethod Expected @return tag. 174
 Error
whitespace ParenPad '(' is not followed by whitespace. 177
 Error
whitespace ParenPad '(' is not followed by whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177
 Error
whitespace ParenPad ')' is not preceded with whitespace. 177

fr/paris/lutece/plugins/deviceregistration/web/DeviceRegistrationHistoryJspBean.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
blocks LeftCurly '{' at column 72 should be on a new line. 117

fr/paris/lutece/plugins/deviceregistration/web/DeviceRegistrationJspBean.java

Severity Category Rule Message Line
 Error
header Header Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. 2
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 52
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 216
 Error
javadoc JavadocMethod Expected @throws tag for 'AccessDeniedException'. 311