Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
330286361

Files

FilesInfosWarningsErrors
org/apache/archiva/rest/api/model/AdminRepositoryConsumer.java080
org/apache/archiva/rest/api/model/ArchivaRepositoryStatistics.java0211
org/apache/archiva/rest/api/model/ArtifactContent.java061
org/apache/archiva/rest/api/model/ArtifactContentEntry.java0104
org/apache/archiva/rest/api/model/ArtifactTransferRequest.java021
org/apache/archiva/rest/api/model/BrowseResult.java041
org/apache/archiva/rest/api/model/BrowseResultEntry.java072
org/apache/archiva/rest/api/model/CacheEntry.java0131
org/apache/archiva/rest/api/model/ConsumerScanningStatistics.java091
org/apache/archiva/rest/api/model/Dependency.java0136
org/apache/archiva/rest/api/model/Entry.java061
org/apache/archiva/rest/api/model/GroupIdList.java041
org/apache/archiva/rest/api/model/PolicyInformation.java0101
org/apache/archiva/rest/api/model/QueueEntry.java061
org/apache/archiva/rest/api/model/RepositoryScannerStatistics.java091
org/apache/archiva/rest/api/model/SearchRequest.java0322
org/apache/archiva/rest/api/model/StringList.java041
org/apache/archiva/rest/api/model/VersionsList.java041
org/apache/archiva/rest/api/services/ArchivaAdministrationService.java02728
org/apache/archiva/rest/api/services/ArchivaRestServiceException.java0102
org/apache/archiva/rest/api/services/BrowseService.java016232
org/apache/archiva/rest/api/services/CommonServices.java034
org/apache/archiva/rest/api/services/ManagedRepositoriesService.java088
org/apache/archiva/rest/api/services/MergeRepositoriesService.java023
org/apache/archiva/rest/api/services/NetworkProxyService.java056
org/apache/archiva/rest/api/services/PingService.java010
org/apache/archiva/rest/api/services/ProxyConnectorService.java099
org/apache/archiva/rest/api/services/RemoteRepositoriesService.java052
org/apache/archiva/rest/api/services/ReportRepositoriesService.java025
org/apache/archiva/rest/api/services/RepositoriesService.java01012
org/apache/archiva/rest/api/services/RepositoryGroupService.java078
org/apache/archiva/rest/api/services/SearchService.java067
org/apache/archiva/rest/api/services/SystemStatusService.java078

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
26Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
286Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports3Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
214Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier2Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
10Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows102Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/archiva/rest/api/model/AdminRepositoryConsumer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77

org/apache/archiva/rest/api/model/ArchivaRepositoryStatistics.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.133
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.153

org/apache/archiva/rest/api/model/ArtifactContent.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62

org/apache/archiva/rest/api/model/ArtifactContentEntry.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
Errors'31' is a magic number.134
Errors'31' is a magic number.135
Errors'31' is a magic number.136

org/apache/archiva/rest/api/model/ArtifactTransferRequest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41

org/apache/archiva/rest/api/model/BrowseResult.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53

org/apache/archiva/rest/api/model/BrowseResultEntry.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.68
Errors'31' is a magic number.114

org/apache/archiva/rest/api/model/CacheEntry.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.119

org/apache/archiva/rest/api/model/ConsumerScanningStatistics.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.79

org/apache/archiva/rest/api/model/Dependency.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.106
Errors'31' is a magic number.165
Errors'31' is a magic number.166
Errors'31' is a magic number.167
Errors'31' is a magic number.168
Errors'31' is a magic number.169

org/apache/archiva/rest/api/model/Entry.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59

org/apache/archiva/rest/api/model/GroupIdList.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50

org/apache/archiva/rest/api/model/PolicyInformation.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.89

org/apache/archiva/rest/api/model/QueueEntry.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62

org/apache/archiva/rest/api/model/RepositoryScannerStatistics.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.82

org/apache/archiva/rest/api/model/SearchRequest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.171
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.181
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.197
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.217
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.227
WarningsMissing a Javadoc comment.232
WarningsMissing a Javadoc comment.237
WarningsMissing a Javadoc comment.242
WarningsMissing a Javadoc comment.247
WarningsMissing a Javadoc comment.252
WarningsMissing a Javadoc comment.257
WarningsMissing a Javadoc comment.262
WarningsMissing a Javadoc comment.267
WarningsMissing a Javadoc comment.272
WarningsMissing a Javadoc comment.277
WarningsMissing a Javadoc comment.282

org/apache/archiva/rest/api/model/StringList.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53

org/apache/archiva/rest/api/model/VersionsList.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50

org/apache/archiva/rest/api/services/ArchivaAdministrationService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.47
ErrorsUnable to get class information for ArchivaRestServiceException.52
WarningsMissing a Javadoc comment.54
ErrorsUnable to get class information for ArchivaRestServiceException.60
WarningsMissing a Javadoc comment.62
ErrorsUnable to get class information for ArchivaRestServiceException.67
WarningsMissing a Javadoc comment.69
ErrorsUnable to get class information for ArchivaRestServiceException.74
WarningsMissing a Javadoc comment.76
ErrorsUnable to get class information for ArchivaRestServiceException.82
WarningsMissing a Javadoc comment.84
ErrorsUnable to get class information for ArchivaRestServiceException.89
WarningsMissing a Javadoc comment.91
ErrorsUnable to get class information for ArchivaRestServiceException.96
WarningsMissing a Javadoc comment.98
ErrorsUnable to get class information for ArchivaRestServiceException.103
WarningsMissing a Javadoc comment.105
ErrorsUnable to get class information for ArchivaRestServiceException.110
WarningsMissing a Javadoc comment.112
ErrorsUnable to get class information for ArchivaRestServiceException.117
WarningsMissing a Javadoc comment.120
ErrorsUnable to get class information for ArchivaRestServiceException.125
WarningsMissing a Javadoc comment.127
ErrorsUnable to get class information for ArchivaRestServiceException.132
WarningsMissing a Javadoc comment.134
ErrorsUnable to get class information for ArchivaRestServiceException.139
WarningsMissing a Javadoc comment.141
ErrorsUnable to get class information for ArchivaRestServiceException.146
WarningsMissing a Javadoc comment.148
ErrorsUnable to get class information for ArchivaRestServiceException.153
WarningsMissing a Javadoc comment.155
ErrorsUnable to get class information for ArchivaRestServiceException.160
WarningsMissing a Javadoc comment.162
ErrorsUnable to get class information for ArchivaRestServiceException.170
WarningsMissing a Javadoc comment.172
ErrorsUnable to get class information for ArchivaRestServiceException.180
WarningsMissing a Javadoc comment.182
ErrorsUnable to get class information for ArchivaRestServiceException.187
WarningsMissing a Javadoc comment.189
ErrorsUnable to get class information for ArchivaRestServiceException.194
WarningsMissing a Javadoc comment.196
ErrorsUnable to get class information for ArchivaRestServiceException.201
WarningsMissing a Javadoc comment.203
ErrorsUnable to get class information for ArchivaRestServiceException.208
WarningsMissing a Javadoc comment.210
ErrorsUnable to get class information for ArchivaRestServiceException.215
WarningsMissing a Javadoc comment.217
ErrorsUnable to get class information for ArchivaRestServiceException.222
WarningsMissing a Javadoc comment.224
ErrorsUnable to get class information for ArchivaRestServiceException.232
WarningsMissing a Javadoc comment.235
ErrorsUnable to get class information for ArchivaRestServiceException.240
WarningsMissing a Javadoc comment.242
ErrorsUnable to get class information for ArchivaRestServiceException.247

org/apache/archiva/rest/api/services/ArchivaRestServiceException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
Errors'500' is a magic number.29
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.90

org/apache/archiva/rest/api/services/BrowseService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsUnused import - org.apache.archiva.metadata.model.ArtifactMetadata.24
Errors'(' is not followed by whitespace.47
Errors')' is not preceded with whitespace.47
WarningsMissing a Javadoc comment.50
Errors'(' is not followed by whitespace.50
Errors')' is not preceded with whitespace.50
Errors'(' is not followed by whitespace.52
Errors')' is not preceded with whitespace.52
Errors'(' is not followed by whitespace.53
Errors')' is not preceded with whitespace.53
Errors'(' is not followed by whitespace.54
Errors')' is not preceded with whitespace.54
ErrorsUnable to get class information for ArchivaRestServiceException.55
WarningsMissing a Javadoc comment.57
Errors'(' is not followed by whitespace.57
Errors')' is not preceded with whitespace.57
Errors'(' is not followed by whitespace.59
Errors')' is not preceded with whitespace.59
Errors'(' is not followed by whitespace.60
Errors')' is not preceded with whitespace.60
Errors'(' is not followed by whitespace.61
Errors')' is not preceded with whitespace.61
Errors'(' is not followed by whitespace.62
Errors')' is not preceded with whitespace.62
ErrorsUnable to get class information for ArchivaRestServiceException.63
WarningsMissing a Javadoc comment.65
Errors'(' is not followed by whitespace.65
Errors')' is not preceded with whitespace.65
Errors'(' is not followed by whitespace.67
Errors')' is not preceded with whitespace.67
Errors'(' is not followed by whitespace.68
Errors')' is not preceded with whitespace.68
Errors'(' is not followed by whitespace.69
Errors')' is not preceded with whitespace.69
Errors'(' is not followed by whitespace.69
Errors')' is not preceded with whitespace.69
Errors'(' is not followed by whitespace.70
Errors')' is not preceded with whitespace.70
ErrorsUnable to get class information for ArchivaRestServiceException.71
WarningsMissing a Javadoc comment.73
Errors'(' is not followed by whitespace.73
Errors')' is not preceded with whitespace.73
Errors'(' is not followed by whitespace.75
Errors')' is not preceded with whitespace.75
Errors'(' is not followed by whitespace.76
Errors')' is not preceded with whitespace.76
Errors'(' is not followed by whitespace.77
Errors')' is not preceded with whitespace.77
Errors'(' is not followed by whitespace.78
Errors')' is not preceded with whitespace.78
Errors'(' is not followed by whitespace.79
Errors')' is not preceded with whitespace.79
ErrorsUnable to get class information for ArchivaRestServiceException.80
WarningsMissing a Javadoc comment.82
Errors'(' is not followed by whitespace.82
Errors')' is not preceded with whitespace.82
Errors'(' is not followed by whitespace.84
Errors')' is not preceded with whitespace.84
Errors'(' is not followed by whitespace.85
Errors')' is not preceded with whitespace.85
Errors'(' is not followed by whitespace.86
Errors')' is not preceded with whitespace.86
Errors'(' is not followed by whitespace.86
Errors')' is not preceded with whitespace.86
Errors'(' is not followed by whitespace.87
Errors')' is not preceded with whitespace.87
Errors'(' is not followed by whitespace.88
Errors')' is not preceded with whitespace.88
ErrorsUnable to get class information for ArchivaRestServiceException.89
WarningsMissing a Javadoc comment.91
Errors'(' is not followed by whitespace.91
Errors')' is not preceded with whitespace.91
Errors'(' is not followed by whitespace.93
Errors')' is not preceded with whitespace.93
Errors'(' is not followed by whitespace.94
Errors')' is not preceded with whitespace.94
ErrorsUnable to get class information for ArchivaRestServiceException.99
WarningsMissing a Javadoc comment.101
Errors'(' is not followed by whitespace.101
Errors')' is not preceded with whitespace.101
Errors'(' is not followed by whitespace.103
Errors')' is not preceded with whitespace.103
Errors'(' is not followed by whitespace.104
Errors')' is not preceded with whitespace.104
Errors'(' is not followed by whitespace.109
Errors')' is not preceded with whitespace.109
Errors'(' is not followed by whitespace.109
Errors')' is not preceded with whitespace.109
Errors'(' is not followed by whitespace.110
Errors')' is not preceded with whitespace.110
Errors'(' is not followed by whitespace.110
Errors')' is not preceded with whitespace.110
ErrorsUnable to get class information for ArchivaRestServiceException.111
WarningsMissing a Javadoc comment.113
Errors'(' is not followed by whitespace.113
Errors')' is not preceded with whitespace.113
Errors'(' is not followed by whitespace.115
Errors')' is not preceded with whitespace.115
Errors'(' is not followed by whitespace.116
Errors')' is not preceded with whitespace.116
Errors'(' is not followed by whitespace.120
Errors')' is not preceded with whitespace.120
Errors'(' is not followed by whitespace.120
Errors')' is not preceded with whitespace.120
Errors'(' is not followed by whitespace.121
Errors')' is not preceded with whitespace.121
Errors'(' is not followed by whitespace.121
Errors')' is not preceded with whitespace.121
ErrorsUnable to get class information for ArchivaRestServiceException.122
WarningsMissing a Javadoc comment.124
Errors'(' is not followed by whitespace.124
Errors')' is not preceded with whitespace.124
Errors'(' is not followed by whitespace.126
Errors')' is not preceded with whitespace.126
Errors'(' is not followed by whitespace.127
Errors')' is not preceded with whitespace.127
Errors'(' is not followed by whitespace.128
Errors')' is not preceded with whitespace.128
Errors'(' is not followed by whitespace.128
Errors')' is not preceded with whitespace.128
Errors'(' is not followed by whitespace.129
Errors')' is not preceded with whitespace.129
Errors'(' is not followed by whitespace.129
Errors')' is not preceded with whitespace.129
ErrorsUnable to get class information for ArchivaRestServiceException.130
WarningsMissing a Javadoc comment.132
Errors'(' is not followed by whitespace.132
Errors')' is not preceded with whitespace.132
Errors'(' is not followed by whitespace.134
Errors')' is not preceded with whitespace.134
Errors'(' is not followed by whitespace.135
Errors')' is not preceded with whitespace.135
Errors'(' is not followed by whitespace.136
Errors')' is not preceded with whitespace.136
Errors'(' is not followed by whitespace.136
Errors')' is not preceded with whitespace.136
Errors'(' is not followed by whitespace.137
Errors')' is not preceded with whitespace.137
Errors'(' is not followed by whitespace.137
Errors')' is not preceded with whitespace.137
Errors'(' is not followed by whitespace.138
Errors')' is not preceded with whitespace.138
Errors'(' is not followed by whitespace.138
Errors')' is not preceded with whitespace.138
ErrorsUnable to get class information for ArchivaRestServiceException.139
WarningsMissing a Javadoc comment.141
Errors'(' is not followed by whitespace.141
Errors')' is not preceded with whitespace.141
Errors'(' is not followed by whitespace.143
Errors')' is not preceded with whitespace.143
Errors'(' is not followed by whitespace.144
Errors')' is not preceded with whitespace.144
Errors'(' is not followed by whitespace.145
Errors')' is not preceded with whitespace.145
Errors'(' is not followed by whitespace.145
Errors')' is not preceded with whitespace.145
Errors'(' is not followed by whitespace.146
Errors')' is not preceded with whitespace.146
Errors'(' is not followed by whitespace.146
Errors')' is not preceded with whitespace.146
Errors'(' is not followed by whitespace.147
Errors')' is not preceded with whitespace.147
ErrorsUnable to get class information for ArchivaRestServiceException.148
WarningsMissing a Javadoc comment.150
Errors'(' is not followed by whitespace.150
Errors')' is not preceded with whitespace.150
Errors'(' is not followed by whitespace.152
Errors')' is not preceded with whitespace.152
Errors'(' is not followed by whitespace.153
Errors')' is not preceded with whitespace.153
Errors'(' is not followed by whitespace.154
Errors')' is not preceded with whitespace.154
Errors'(' is not followed by whitespace.155
Errors')' is not preceded with whitespace.155
Errors'(' is not followed by whitespace.156
Errors')' is not preceded with whitespace.156
Errors'(' is not followed by whitespace.157
Errors')' is not preceded with whitespace.157
Errors'(' is not followed by whitespace.158
Errors')' is not preceded with whitespace.158
Errors'(' is not followed by whitespace.158
Errors')' is not preceded with whitespace.158
Errors'(' is not followed by whitespace.159
Errors')' is not preceded with whitespace.159
ErrorsUnable to get class information for ArchivaRestServiceException.160
WarningsMissing a Javadoc comment.162
Errors'(' is not followed by whitespace.162
Errors')' is not preceded with whitespace.162
Errors'(' is not followed by whitespace.164
Errors')' is not preceded with whitespace.164
Errors'(' is not followed by whitespace.165
Errors')' is not preceded with whitespace.165
Errors'(' is not followed by whitespace.166
Errors')' is not preceded with whitespace.166
Errors'(' is not followed by whitespace.166
Errors')' is not preceded with whitespace.166
Errors'(' is not followed by whitespace.167
Errors')' is not preceded with whitespace.167
Errors'(' is not followed by whitespace.168
Errors')' is not preceded with whitespace.168
ErrorsUnable to get class information for ArchivaRestServiceException.169
WarningsMissing a Javadoc comment.171
Errors'(' is not followed by whitespace.171
Errors')' is not preceded with whitespace.171
Errors'(' is not followed by whitespace.173
Errors')' is not preceded with whitespace.173
Errors'(' is not followed by whitespace.174
Errors')' is not preceded with whitespace.174
Errors'(' is not followed by whitespace.178
Errors')' is not preceded with whitespace.178
Errors'(' is not followed by whitespace.178
Errors')' is not preceded with whitespace.178
Errors'(' is not followed by whitespace.179
Errors')' is not preceded with whitespace.179
Errors'(' is not followed by whitespace.179
Errors')' is not preceded with whitespace.179
Errors'(' is not followed by whitespace.180
Errors')' is not preceded with whitespace.180
Errors'(' is not followed by whitespace.180
Errors')' is not preceded with whitespace.180
Errors'(' is not followed by whitespace.181
Errors')' is not preceded with whitespace.181
ErrorsUnable to get class information for ArchivaRestServiceException.182
WarningsMissing a Javadoc comment.184
Errors'(' is not followed by whitespace.184
Errors')' is not preceded with whitespace.184
Errors'(' is not followed by whitespace.186
Errors')' is not preceded with whitespace.186
Errors'(' is not followed by whitespace.187
Errors')' is not preceded with whitespace.187
Errors'(' is not followed by whitespace.192
Errors')' is not preceded with whitespace.192
Errors'(' is not followed by whitespace.192
Errors')' is not preceded with whitespace.192
Errors'(' is not followed by whitespace.193
Errors')' is not preceded with whitespace.193
Errors'(' is not followed by whitespace.193
Errors')' is not preceded with whitespace.193
ErrorsUnable to get class information for ArchivaRestServiceException.194
WarningsMissing a Javadoc comment.196
Errors'(' is not followed by whitespace.196
Errors')' is not preceded with whitespace.196
Errors'(' is not followed by whitespace.198
Errors')' is not preceded with whitespace.198
Errors'(' is not followed by whitespace.199
Errors')' is not preceded with whitespace.199
ErrorsUnable to get class information for ArchivaRestServiceException.209

org/apache/archiva/rest/api/services/CommonServices.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.38
ErrorsUnable to get class information for ArchivaRestServiceException.48
WarningsMissing a Javadoc comment.50
ErrorsUnable to get class information for ArchivaRestServiceException.61
WarningsMissing a Javadoc comment.64
ErrorsUnable to get class information for ArchivaRestServiceException.69

org/apache/archiva/rest/api/services/ManagedRepositoriesService.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44
ErrorsUnable to get class information for ArchivaRestServiceException.49
WarningsMissing a Javadoc comment.51
ErrorsUnable to get class information for ArchivaRestServiceException.56
WarningsMissing a Javadoc comment.58
ErrorsUnable to get class information for ArchivaRestServiceException.64
WarningsMissing a Javadoc comment.67
ErrorsUnable to get class information for ArchivaRestServiceException.73
WarningsMissing a Javadoc comment.76
ErrorsUnable to get class information for ArchivaRestServiceException.82
WarningsMissing a Javadoc comment.84
ErrorsUnable to get class information for ArchivaRestServiceException.92
WarningsMissing a Javadoc comment.94
ErrorsUnable to get class information for ArchivaRestServiceException.103
WarningsMissing a Javadoc comment.105
ErrorsUnable to get class information for ArchivaRestServiceException.114

org/apache/archiva/rest/api/services/MergeRepositoriesService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.40
ErrorsUnable to get class information for ArchivaRestServiceException.50
WarningsMissing a Javadoc comment.52
ErrorsUnable to get class information for ArchivaRestServiceException.62

org/apache/archiva/rest/api/services/NetworkProxyService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.41
ErrorsUnable to get class information for ArchivaRestServiceException.46
WarningsMissing a Javadoc comment.48
ErrorsUnable to get class information for ArchivaRestServiceException.53
WarningsMissing a Javadoc comment.55
ErrorsUnable to get class information for ArchivaRestServiceException.61
WarningsMissing a Javadoc comment.63
ErrorsUnable to get class information for ArchivaRestServiceException.69
WarningsMissing a Javadoc comment.71
ErrorsUnable to get class information for ArchivaRestServiceException.76

org/apache/archiva/rest/api/services/PingService.java

ViolationMessageLine
WarningsExpected an @return tag.53

org/apache/archiva/rest/api/services/ProxyConnectorService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
ErrorsLine is longer than 120 characters.36
WarningsMissing a Javadoc comment.44
ErrorsUnable to get class information for ArchivaRestServiceException.49
WarningsMissing a Javadoc comment.51
ErrorsUnable to get class information for ArchivaRestServiceException.57
WarningsMissing a Javadoc comment.59
ErrorsUnable to get class information for ArchivaRestServiceException.65
WarningsMissing a Javadoc comment.67
ErrorsUnable to get class information for ArchivaRestServiceException.73
WarningsMissing a Javadoc comment.75
ErrorsUnable to get class information for ArchivaRestServiceException.84
WarningsExpected an @return tag.92
WarningsExpected @param tag for 'proxyConnector'.97
WarningsExpected @throws tag for 'ArchivaRestServiceException'.98
ErrorsUnable to get class information for ArchivaRestServiceException.98
WarningsMissing a Javadoc comment.100
ErrorsUnable to get class information for ArchivaRestServiceException.106

org/apache/archiva/rest/api/services/RemoteRepositoriesService.java

ViolationMessageLine
WarningsMissing a Javadoc comment.42
ErrorsUnable to get class information for ArchivaRestServiceException.47
WarningsMissing a Javadoc comment.49
ErrorsUnable to get class information for ArchivaRestServiceException.54
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.73

org/apache/archiva/rest/api/services/ReportRepositoriesService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.45
ErrorsRedundant 'public' modifier.49
ErrorsUnable to get class information for ArchivaRestServiceException.53
WarningsMissing a Javadoc comment.55
ErrorsRedundant 'public' modifier.59
ErrorsUnable to get class information for ArchivaRestServiceException.62

org/apache/archiva/rest/api/services/RepositoriesService.java

ViolationMessageLine
ErrorsUnused import - org.apache.archiva.metadata.model.ArtifactMetadata.23
ErrorsUnused import - java.util.List.37
WarningsMissing a Javadoc comment.47
ErrorsUnable to get class information for ArchivaRestServiceException.56
WarningsMissing a Javadoc comment.59
ErrorsUnable to get class information for ArchivaRestServiceException.68
WarningsMissing a Javadoc comment.71
ErrorsUnable to get class information for ArchivaRestServiceException.76
WarningsMissing a Javadoc comment.78
ErrorsUnable to get class information for ArchivaRestServiceException.83
WarningsMissing a Javadoc comment.85
ErrorsUnable to get class information for ArchivaRestServiceException.91
WarningsMissing a Javadoc comment.93
ErrorsUnable to get class information for ArchivaRestServiceException.103
WarningsMissing a Javadoc comment.105
ErrorsUnable to get class information for ArchivaRestServiceException.112
WarningsMissing a Javadoc comment.115
ErrorsUnable to get class information for ArchivaRestServiceException.125
WarningsMissing a Javadoc comment.127
ErrorsUnable to get class information for ArchivaRestServiceException.132
WarningsMissing a Javadoc comment.134
ErrorsUnable to get class information for ArchivaRestServiceException.144

org/apache/archiva/rest/api/services/RepositoryGroupService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.42
ErrorsUnable to get class information for ArchivaRestServiceException.47
WarningsMissing a Javadoc comment.49
ErrorsUnable to get class information for ArchivaRestServiceException.54
WarningsMissing a Javadoc comment.56
ErrorsUnable to get class information for ArchivaRestServiceException.62
WarningsMissing a Javadoc comment.64
ErrorsUnable to get class information for ArchivaRestServiceException.70
WarningsMissing a Javadoc comment.72
ErrorsUnable to get class information for ArchivaRestServiceException.77
WarningsMissing a Javadoc comment.79
ErrorsUnable to get class information for ArchivaRestServiceException.85
WarningsMissing a Javadoc comment.87
ErrorsUnable to get class information for ArchivaRestServiceException.93

org/apache/archiva/rest/api/services/SearchService.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.49
ErrorsUnable to get class information for ArchivaRestServiceException.57
WarningsMissing a Javadoc comment.59
ErrorsUnable to get class information for ArchivaRestServiceException.67
WarningsMissing a Javadoc comment.69
ErrorsUnable to get class information for ArchivaRestServiceException.78
WarningsMissing a Javadoc comment.80
ErrorsUnable to get class information for ArchivaRestServiceException.90
WarningsMissing a Javadoc comment.93
ErrorsUnable to get class information for ArchivaRestServiceException.101
WarningsMissing a Javadoc comment.103
ErrorsUnable to get class information for ArchivaRestServiceException.111

org/apache/archiva/rest/api/services/SystemStatusService.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.41
ErrorsUnable to get class information for ArchivaRestServiceException.46
WarningsMissing a Javadoc comment.48
ErrorsUnable to get class information for ArchivaRestServiceException.53
WarningsMissing a Javadoc comment.55
ErrorsUnable to get class information for ArchivaRestServiceException.60
WarningsMissing a Javadoc comment.62
ErrorsUnable to get class information for ArchivaRestServiceException.67
WarningsMissing a Javadoc comment.69
ErrorsUnable to get class information for ArchivaRestServiceException.74
WarningsMissing a Javadoc comment.76
ErrorsUnable to get class information for ArchivaRestServiceException.81
WarningsMissing a Javadoc comment.84
ErrorsUnable to get class information for ArchivaRestServiceException.89