Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
44 100 595 245

Files

Files Infos Warnings Errors
org/apache/maven/profiles/DefaultProfileManager.java 6 23 12
org/apache/maven/profiles/ProfileManager.java 0 14 1
org/apache/maven/profiles/activation/AlwaysOnProfileActivator.java 0 2 1
org/apache/maven/profiles/activation/DetectedProfileActivator.java 1 5 1
org/apache/maven/profiles/activation/FileProfileActivator.java 0 2 1
org/apache/maven/profiles/activation/JdkPrefixProfileActivator.java 1 2 1
org/apache/maven/profiles/activation/OperatingSystemProfileActivator.java 0 7 1
org/apache/maven/profiles/activation/ProfileActivationException.java 0 2 1
org/apache/maven/profiles/activation/ProfileActivator.java 1 2 2
org/apache/maven/profiles/activation/SystemPropertyProfileActivator.java 1 3 8
org/apache/maven/project/DefaultMavenProjectBuilder.java 17 62 83
org/apache/maven/project/DefaultMavenProjectHelper.java 1 5 3
org/apache/maven/project/DefaultProjectBuilderConfiguration.java 4 13 2
org/apache/maven/project/DuplicateProjectException.java 0 2 1
org/apache/maven/project/InvalidProjectModelException.java 2 6 1
org/apache/maven/project/MavenProject.java 34 170 53
org/apache/maven/project/MavenProjectBuilder.java 4 16 1
org/apache/maven/project/MavenProjectBuildingResult.java 0 2 0
org/apache/maven/project/MavenProjectHelper.java 1 5 1
org/apache/maven/project/ModelUtils.java 0 33 15
org/apache/maven/project/ProjectBuilderConfiguration.java 0 8 2
org/apache/maven/project/ProjectBuildingException.java 1 4 0
org/apache/maven/project/ProjectSorter.java 3 8 1
org/apache/maven/project/ProjectUtils.java 0 6 5
org/apache/maven/project/artifact/ActiveProjectArtifact.java 2 1 6
org/apache/maven/project/artifact/AttachedArtifact.java 1 23 12
org/apache/maven/project/artifact/InvalidDependencyVersionException.java 0 1 0
org/apache/maven/project/artifact/MavenMetadataSource.java 5 20 13
org/apache/maven/project/artifact/ProjectArtifactMetadata.java 1 11 0
org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java 0 13 3
org/apache/maven/project/inheritance/ModelInheritanceAssembler.java 1 3 0
org/apache/maven/project/injection/DefaultModelDefaultsInjector.java 0 5 0
org/apache/maven/project/injection/DefaultProfileInjector.java 0 13 1
org/apache/maven/project/injection/ModelDefaultsInjector.java 1 2 0
org/apache/maven/project/injection/ProfileInjector.java 1 1 1
org/apache/maven/project/interpolation/ModelInterpolationException.java 2 6 0
org/apache/maven/project/interpolation/ModelInterpolator.java 1 2 0
org/apache/maven/project/interpolation/RegexBasedModelInterpolator.java 2 6 3
org/apache/maven/project/overlay/BuildOverlay.java 3 44 0
org/apache/maven/project/path/DefaultPathTranslator.java 0 5 1
org/apache/maven/project/path/PathTranslator.java 1 4 0
org/apache/maven/project/validation/DefaultModelValidator.java 1 25 7
org/apache/maven/project/validation/ModelValidationResult.java 0 7 1
org/apache/maven/project/validation/ModelValidator.java 1 1 0

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
4 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
75 Errors Error
MemberName 0 Errors Error
JavadocMethod 579 Warnings Warning
JavadocType 21 Errors Error
JavadocVariable 100 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
3 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
FileLength 0 Errors Error
MethodLength 4 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 49 Errors Error
ParenPad
  • option: "space"
65 Errors Error
TabCharacter 1 Errors Error
WhitespaceAfter 5 Errors Error
WhitespaceAround 5 Errors Error
ModifierOrder 1 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
16 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 1 Errors 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, 128, 256, 512, 1024"
7 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/profiles/DefaultProfileManager.java

Violation Message Line
Errors Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Errors Line is longer than 120 characters. 56
Warnings Expected @param tag for 'container'. 59
Errors 'cast' is not followed by whitespace. 61
Errors ')' is not preceded with whitespace. 61
Warnings Expected @param tag for 'container'. 69
Warnings Expected @param tag for 'props'. 69
Errors 'cast' is not followed by whitespace. 71
Errors Line is longer than 120 characters. 76
Warnings Expected @param tag for 'container'. 79
Warnings Expected @param tag for 'settings'. 79
Warnings Expected @param tag for 'container'. 91
Warnings Expected @param tag for 'settings'. 91
Warnings Expected @param tag for 'props'. 91
Warnings Missing a Javadoc comment. 103
Errors '{' should be on a new line. 103
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 115
Errors '+' should be on a new line. 122
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 178
Warnings Missing a Javadoc comment. 191
Warnings Missing a Javadoc comment. 252
Errors '(' is not followed by whitespace. 262
Errors ')' is not preceded with whitespace. 262
Errors '(' is not followed by whitespace. 288
Errors ')' is not preceded with whitespace. 288
Warnings Missing a Javadoc comment. 306
Warnings Missing a Javadoc comment. 316
Warnings Missing a Javadoc comment. 324
Warnings Missing a Javadoc comment. 329
Warnings Missing a Javadoc comment. 334
Warnings Missing a Javadoc comment. 339

org/apache/maven/profiles/ProfileManager.java

Violation Message Line
Errors Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 60

org/apache/maven/profiles/activation/AlwaysOnProfileActivator.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 33

org/apache/maven/profiles/activation/DetectedProfileActivator.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 37
Warnings 'logger' hides a field. 37
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 52

org/apache/maven/profiles/activation/FileProfileActivator.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 42

org/apache/maven/profiles/activation/JdkPrefixProfileActivator.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Infos Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 58

org/apache/maven/profiles/activation/OperatingSystemProfileActivator.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 137

org/apache/maven/profiles/activation/ProfileActivationException.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Warnings Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 31

org/apache/maven/profiles/activation/ProfileActivator.java

Violation Message Line
Errors Missing a Javadoc comment. 24
Infos Missing a Javadoc comment. 26
Errors Redundant 'static' modifier. 26
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 30

org/apache/maven/profiles/activation/SystemPropertyProfileActivator.java

Violation Message Line
Errors Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Errors '(' is not followed by whitespace. 36
Errors ')' is not preceded with whitespace. 36
Errors 'cast' is not followed by whitespace. 38
Errors '(' is not followed by whitespace. 38
Errors ')' is not preceded with whitespace. 38
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 46
Errors '(' is not followed by whitespace. 64
Errors ')' is not preceded with whitespace. 64

org/apache/maven/project/DefaultMavenProjectBuilder.java

Violation Message Line
Infos Missing a Javadoc comment. 143
Infos Missing a Javadoc comment. 145
Infos Missing a Javadoc comment. 147
Infos Missing a Javadoc comment. 149
Infos Missing a Javadoc comment. 151
Infos Missing a Javadoc comment. 153
Infos Missing a Javadoc comment. 155
Infos Missing a Javadoc comment. 157
Infos Missing a Javadoc comment. 159
Infos Missing a Javadoc comment. 161
Infos Missing a Javadoc comment. 164
Infos Missing a Javadoc comment. 166
Infos Missing a Javadoc comment. 168
Infos Missing a Javadoc comment. 170
Infos Missing a Javadoc comment. 172
Infos Missing a Javadoc comment. 180
Infos Missing a Javadoc comment. 182
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 193
Warnings Missing a Javadoc comment. 200
Warnings Missing a Javadoc comment. 208
Errors Line is longer than 120 characters. 213
Warnings Missing a Javadoc comment. 217
Errors Line is longer than 120 characters. 223
Warnings Missing a Javadoc comment. 233
Errors Line is longer than 120 characters. 250
Warnings Missing a Javadoc comment. 256
Warnings Missing a Javadoc comment. 265
Errors Line is longer than 120 characters. 271
Errors Line is longer than 120 characters. 272
Warnings Missing a Javadoc comment. 275
Errors Line is longer than 120 characters. 279
Errors Line is longer than 120 characters. 280
Warnings Missing a Javadoc comment. 283
Warnings Missing a Javadoc comment. 337
Warnings Expected an @return tag. 348
Warnings Expected @param tag for 'projectDescriptor'. 348
Warnings Expected @param tag for 'localRepository'. 349
Warnings Expected @param tag for 'profileManager'. 350
Warnings Expected @param tag for 'transferListener'. 351
Warnings Expected @throws tag for 'ProjectBuildingException'. 352
Warnings Expected @throws tag for 'ArtifactResolutionException'. 352
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 352
Errors '+' should be on a new line. 385
Warnings Missing a Javadoc comment. 409
Warnings Missing a Javadoc comment. 426
Errors Inner assignments should be avoided. 433
Errors '&&' should be on a new line. 433
Errors '+' should be on a new line. 485
Warnings Missing a Javadoc comment. 498
Errors '&&' should be on a new line. 511
Errors Line is longer than 120 characters. 517
Warnings Missing a Javadoc comment. 524
Errors '+' should be on a new line. 589
Errors '+' should be on a new line. 602
Warnings Missing a Javadoc comment. 610
Errors Line is longer than 120 characters. 637
Errors Line is longer than 120 characters. 642
Warnings Missing a Javadoc comment. 656
Warnings Missing a Javadoc comment. 699
Errors Method length is 184 lines (max allowed is 150). 726
Warnings Missing a Javadoc comment. 726
Errors '+' should be on a new line. 847
Errors Line is longer than 120 characters. 889
Warnings Missing a Javadoc comment. 918
Warnings Missing a Javadoc comment. 938
Warnings Expected an @return tag. 961
Errors Method length is 156 lines (max allowed is 150). 961
Warnings Expected @param tag for 'pomLocation'. 961
Warnings Expected @param tag for 'project'. 962
Warnings Expected @param tag for 'config'. 963
Warnings Expected @param tag for 'projectDir'. 964
Warnings Expected @param tag for 'remoteRepositories'. 965
Warnings Expected @param tag for 'strict'. 966
Warnings Expected @param tag for 'isSuperPom'. 967
Warnings Expected @throws tag for 'ProjectBuildingException'. 968
Warnings Expected @throws tag for 'ModelInterpolationException'. 968
Warnings Expected @throws tag for 'InvalidRepositoryException'. 968
Errors Line is longer than 120 characters. 1002
Errors Line is longer than 120 characters. 1003
Errors Line is longer than 120 characters. 1004
Errors Line is longer than 120 characters. 1005
Errors Line is longer than 120 characters. 1020
Errors Line is longer than 120 characters. 1041
Warnings Expected an @return tag. 1131
Errors Method length is 266 lines (max allowed is 150). 1131
Warnings Expected @param tag for 'model'. 1131
Warnings Expected @param tag for 'lineage'. 1132
Warnings Expected @param tag for 'config'. 1133
Warnings Expected @param tag for 'projectDescriptor'. 1134
Warnings Expected @param tag for 'parentSearchRepositories'. 1135
Warnings Expected @param tag for 'aggregatedRemoteWagonRepositories'. 1136
Warnings Expected @param tag for 'strict'. 1137
Warnings Expected @throws tag for 'ProjectBuildingException'. 1138
Warnings Expected @throws tag for 'InvalidRepositoryException'. 1138
Errors '+' should be on a new line. 1181
Errors '&&' should be on a new line. 1222
Errors '+' should be on a new line. 1259
Errors '+' should be on a new line. 1267
Errors '+' should be on a new line. 1277
Errors '+' should be on a new line. 1278
Errors '&&' should be on a new line. 1315
Errors '&&' should be on a new line. 1316
Errors '+' should be on a new line. 1321
Errors '+' should be on a new line. 1326
Errors '+' should be on a new line. 1327
Errors '+' should be on a new line. 1363
Errors Line is longer than 120 characters. 1373
Errors '+' should be on a new line. 1377
Errors '+' should be on a new line. 1384
Errors Line is longer than 120 characters. 1401
Errors Line is longer than 120 characters. 1406
Warnings Missing a Javadoc comment. 1406
Errors '(' is not followed by whitespace. 1406
Errors ')' is not preceded with whitespace. 1406
Errors '(' is not followed by whitespace. 1411
Errors ')' is not preceded with whitespace. 1411
Errors '(' is not followed by whitespace. 1416
Errors ')' is not preceded with whitespace. 1416
Errors '(' is not followed by whitespace. 1425
Errors ')' is not preceded with whitespace. 1425
Errors '(' is not followed by whitespace. 1427
Errors ')' is not preceded with whitespace. 1427
Errors '(' is not followed by whitespace. 1429
Errors ')' is not preceded with whitespace. 1429
Errors 'cast' is not followed by whitespace. 1431
Errors Line is longer than 120 characters. 1435
Errors Line is longer than 120 characters. 1437
Errors '(' is not followed by whitespace. 1437
Errors ')' is not preceded with whitespace. 1437
Errors '(' is not followed by whitespace. 1441
Errors ')' is not preceded with whitespace. 1441
Errors '(' is not followed by whitespace. 1452
Errors '(' is not followed by whitespace. 1452
Errors ')' is not preceded with whitespace. 1452
Errors ')' is not preceded with whitespace. 1452
Errors '(' is not followed by whitespace. 1457
Errors ')' is not preceded with whitespace. 1457
Errors '(' is not followed by whitespace. 1461
Errors ')' is not preceded with whitespace. 1461
Errors '(' is not followed by whitespace. 1462
Errors ')' is not preceded with whitespace. 1462
Warnings Missing a Javadoc comment. 1467
Warnings Missing a Javadoc comment. 1501
Warnings Missing a Javadoc comment. 1543
Errors '+' should be on a new line. 1561
Warnings Missing a Javadoc comment. 1570
Errors Line is longer than 120 characters. 1580
Warnings Missing a Javadoc comment. 1596
Errors '+' should be on a new line. 1609
Warnings Missing a Javadoc comment. 1618
Warnings Missing a Javadoc comment. 1625
Errors '+' should be on a new line. 1653
Errors '+' should be on a new line. 1654
Warnings Missing a Javadoc comment. 1668
Errors '+' should be on a new line. 1698
Errors '+' should be on a new line. 1699
Warnings Missing a Javadoc comment. 1714
Errors '+' should be on a new line. 1745
Errors '+' should be on a new line. 1746
Warnings Missing a Javadoc comment. 1764
Warnings Missing a Javadoc comment. 1774

org/apache/maven/project/DefaultMavenProjectHelper.java

Violation Message Line
Errors Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 35
Errors Line is longer than 120 characters. 37
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 73
Errors Line is longer than 120 characters. 77
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 95

org/apache/maven/project/DefaultProjectBuilderConfiguration.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Missing a Javadoc comment. 8
Infos Missing a Javadoc comment. 12
Infos Missing a Javadoc comment. 14
Infos Missing a Javadoc comment. 16
Infos Missing a Javadoc comment. 18
Warnings Missing a Javadoc comment. 20
Warnings Missing a Javadoc comment. 24
Warnings 'globalProfileManager' hides a field. 24
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 35
Warnings 'localRepository' hides a field. 35
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 46
Warnings 'userProperties' hides a field. 46
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 67
Warnings 'executionProperties' hides a field. 67

org/apache/maven/project/DuplicateProjectException.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 37

org/apache/maven/project/InvalidProjectModelException.java

Violation Message Line
Errors Missing a Javadoc comment. 24
Infos Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63

org/apache/maven/project/MavenProject.java

Violation Message Line
Infos Missing a Javadoc comment. 85
Infos Missing a Javadoc comment. 87
Infos Missing a Javadoc comment. 89
Infos Missing a Javadoc comment. 91
Infos Missing a Javadoc comment. 93
Infos Missing a Javadoc comment. 95
Infos Missing a Javadoc comment. 97
Infos Missing a Javadoc comment. 99
Infos Missing a Javadoc comment. 101
Infos Missing a Javadoc comment. 103
Infos Missing a Javadoc comment. 105
Infos Missing a Javadoc comment. 107
Infos Missing a Javadoc comment. 109
Infos Missing a Javadoc comment. 111
Infos Missing a Javadoc comment. 113
Infos Missing a Javadoc comment. 115
Infos Missing a Javadoc comment. 117
Infos Missing a Javadoc comment. 119
Infos Missing a Javadoc comment. 121
Infos Missing a Javadoc comment. 123
Infos Missing a Javadoc comment. 125
Infos Missing a Javadoc comment. 127
Infos Missing a Javadoc comment. 130
Infos Missing a Javadoc comment. 132
Infos Missing a Javadoc comment. 134
Infos Missing a Javadoc comment. 136
Infos Missing a Javadoc comment. 138
Infos Missing a Javadoc comment. 140
Infos Missing a Javadoc comment. 142
Infos Missing a Javadoc comment. 144
Infos Missing a Javadoc comment. 146
Infos Missing a Javadoc comment. 148
Infos Missing a Javadoc comment. 150
Infos Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 154
Warnings 'model' hides a field. 156
Warnings Missing a Javadoc comment. 165
Warnings Expected @param tag for 'project'. 173
Warnings Missing a Javadoc comment. 178
Errors Redundant 'final' modifier. 178
Errors '(' is not followed by whitespace. 178
Errors ')' is not preceded with whitespace. 178
Errors '{' is not preceded with whitespace. 178
Errors '{' should be on a new line. 178
Errors Line is longer than 120 characters. 220
Warnings Missing a Javadoc comment. 285
Warnings Missing a Javadoc comment. 349
Warnings Missing a Javadoc comment. 354
Warnings Missing a Javadoc comment. 360
Warnings Missing a Javadoc comment. 365
Warnings Missing a Javadoc comment. 370
Warnings Missing a Javadoc comment. 375
Warnings Missing a Javadoc comment. 380
Warnings Missing a Javadoc comment. 385
Warnings Missing a Javadoc comment. 390
Warnings Missing a Javadoc comment. 395
Warnings Missing a Javadoc comment. 400
Warnings Missing a Javadoc comment. 413
Warnings Missing a Javadoc comment. 418
Warnings Missing a Javadoc comment. 423
Warnings Missing a Javadoc comment. 432
Warnings Missing a Javadoc comment. 447
Warnings Missing a Javadoc comment. 462
Warnings Missing a Javadoc comment. 477
Warnings Missing a Javadoc comment. 482
Warnings Missing a Javadoc comment. 487
Warnings Missing a Javadoc comment. 492
Errors '||' should be on a new line. 506
Warnings Missing a Javadoc comment. 516
Errors '||' should be on a new line. 528
Warnings Missing a Javadoc comment. 538
Warnings 'artifacts' hides a field. 540
Errors '||' should be on a new line. 554
Warnings Missing a Javadoc comment. 572
Warnings 'file' hides a field. 594
Warnings Missing a Javadoc comment. 605
Warnings Missing a Javadoc comment. 631
Warnings 'artifacts' hides a field. 633
Warnings Missing a Javadoc comment. 668
Warnings 'file' hides a field. 684
Warnings Missing a Javadoc comment. 696
Warnings Missing a Javadoc comment. 717
Warnings 'artifacts' hides a field. 719
Warnings Missing a Javadoc comment. 750
Warnings Missing a Javadoc comment. 773
Warnings Missing a Javadoc comment. 794
Warnings 'artifacts' hides a field. 796
Warnings Missing a Javadoc comment. 831
Warnings Missing a Javadoc comment. 836
Warnings Missing a Javadoc comment. 841
Warnings Missing a Javadoc comment. 846
Warnings Missing a Javadoc comment. 851
Warnings Missing a Javadoc comment. 863
Warnings Missing a Javadoc comment. 868
Warnings Missing a Javadoc comment. 873
Warnings Missing a Javadoc comment. 878
Warnings Missing a Javadoc comment. 891
Warnings Missing a Javadoc comment. 896
Warnings Missing a Javadoc comment. 908
Warnings Missing a Javadoc comment. 913
Warnings Missing a Javadoc comment. 918
Warnings Missing a Javadoc comment. 923
Warnings Missing a Javadoc comment. 928
Warnings Missing a Javadoc comment. 933
Warnings Missing a Javadoc comment. 938
Warnings Missing a Javadoc comment. 943
Warnings Missing a Javadoc comment. 948
Warnings Missing a Javadoc comment. 953
Warnings Missing a Javadoc comment. 958
Warnings Missing a Javadoc comment. 963
Warnings Missing a Javadoc comment. 968
Warnings Missing a Javadoc comment. 973
Warnings Missing a Javadoc comment. 978
Warnings Missing a Javadoc comment. 983
Warnings Missing a Javadoc comment. 988
Warnings Missing a Javadoc comment. 993
Warnings Missing a Javadoc comment. 998
Warnings Missing a Javadoc comment. 1003
Warnings Missing a Javadoc comment. 1008
Warnings Missing a Javadoc comment. 1013
Warnings Missing a Javadoc comment. 1018
Warnings Missing a Javadoc comment. 1023
Warnings Missing a Javadoc comment. 1028
Warnings Missing a Javadoc comment. 1033
Warnings Missing a Javadoc comment. 1038
Warnings Missing a Javadoc comment. 1043
Warnings Missing a Javadoc comment. 1048
Warnings Missing a Javadoc comment. 1055
Warnings Missing a Javadoc comment. 1065
Warnings Missing a Javadoc comment. 1070
Warnings Missing a Javadoc comment. 1075
Warnings Missing a Javadoc comment. 1080
Warnings Missing a Javadoc comment. 1085
Warnings Missing a Javadoc comment. 1090
Warnings Missing a Javadoc comment. 1095
Warnings Missing a Javadoc comment. 1100
Warnings Missing a Javadoc comment. 1105
Warnings Missing a Javadoc comment. 1110
Errors Line is longer than 120 characters. 1120
Warnings Missing a Javadoc comment. 1130
Warnings Missing a Javadoc comment. 1140
Warnings Missing a Javadoc comment. 1147
Warnings Missing a Javadoc comment. 1152
Warnings Missing a Javadoc comment. 1162
Warnings Missing a Javadoc comment. 1169
Warnings Missing a Javadoc comment. 1174
Warnings Missing a Javadoc comment. 1184
Warnings Missing a Javadoc comment. 1191
Warnings Missing a Javadoc comment. 1196
Warnings Missing a Javadoc comment. 1206
Warnings Missing a Javadoc comment. 1211
Warnings Missing a Javadoc comment. 1216
Warnings Missing a Javadoc comment. 1225
Warnings Missing a Javadoc comment. 1235
Warnings Missing a Javadoc comment. 1244
Warnings Missing a Javadoc comment. 1249
Warnings Missing a Javadoc comment. 1262
Warnings Missing a Javadoc comment. 1276
Warnings Missing a Javadoc comment. 1289
Warnings Missing a Javadoc comment. 1308
Warnings Missing a Javadoc comment. 1313
Warnings Missing a Javadoc comment. 1318
Warnings Missing a Javadoc comment. 1332
Errors Line is longer than 120 characters. 1334
Warnings Missing a Javadoc comment. 1338
Warnings Missing a Javadoc comment. 1343
Warnings Missing a Javadoc comment. 1348
Warnings Missing a Javadoc comment. 1353
Warnings 'artifact' hides a field. 1353
Warnings Missing a Javadoc comment. 1358
Warnings Missing a Javadoc comment. 1367
Warnings Missing a Javadoc comment. 1415
Warnings Missing a Javadoc comment. 1462
Warnings Missing a Javadoc comment. 1467
Warnings Missing a Javadoc comment. 1472
Warnings Missing a Javadoc comment. 1480
Warnings Missing a Javadoc comment. 1498
Warnings Missing a Javadoc comment. 1503
Warnings Missing a Javadoc comment. 1508
Warnings Missing a Javadoc comment. 1513
Warnings Missing a Javadoc comment. 1518
Warnings Missing a Javadoc comment. 1523
Warnings Missing a Javadoc comment. 1528
Warnings Missing a Javadoc comment. 1533
Warnings Missing a Javadoc comment. 1551
Warnings Missing a Javadoc comment. 1556
Warnings Expected @param tag for 'artifactFactory'. 1573
Warnings Expected @param tag for 'inheritedScope'. 1573
Warnings Expected @param tag for 'dependencyFilter'. 1574
Warnings Expected @throws tag for 'InvalidDependencyVersionException'. 1575
Warnings Missing a Javadoc comment. 1581
Errors Line is longer than 120 characters. 1583
Warnings Missing a Javadoc comment. 1586
Warnings Expected @param tag for 'type'. 1594
Warnings Expected @param tag for 'classifier'. 1594
Warnings 'file' hides a field. 1594
Warnings Expected @param tag for 'file'. 1594
Warnings Missing a Javadoc comment. 1598
Warnings Missing a Javadoc comment. 1603
Warnings Missing a Javadoc comment. 1608
Warnings Missing a Javadoc comment. 1613
Warnings Missing a Javadoc comment. 1618
Warnings Missing a Javadoc comment. 1623
Warnings Missing a Javadoc comment. 1629
Warnings Missing a Javadoc comment. 1634
Warnings Missing a Javadoc comment. 1639
Warnings Missing a Javadoc comment. 1644
Warnings Missing a Javadoc comment. 1649
Warnings Missing a Javadoc comment. 1654
Warnings Missing a Javadoc comment. 1659
Warnings Missing a Javadoc comment. 1664
Errors Line is longer than 120 characters. 1668
Errors 'while' is not followed by whitespace. 1691
Errors '(' is not followed by whitespace. 1691
Errors ')' is not preceded with whitespace. 1691
Errors '{' should be on a new line. 1691
Errors 'if' is not followed by whitespace. 1693
Errors '(' is not followed by whitespace. 1693
Errors ')' is not preceded with whitespace. 1693
Errors '{' should be on a new line. 1693
Errors Line is longer than 120 characters. 1695
Errors Line is longer than 120 characters. 1696
Errors Line is longer than 120 characters. 1697
Errors Line is longer than 120 characters. 1698
Errors Line is longer than 120 characters. 1699
Errors Line is longer than 120 characters. 1700
Errors Line is longer than 120 characters. 1701
Errors Line is longer than 120 characters. 1702
Errors Line is longer than 120 characters. 1703
Errors Line is longer than 120 characters. 1705
Errors Line is longer than 120 characters. 1706
Errors Line is longer than 120 characters. 1707
Errors Line is longer than 120 characters. 1708
Errors Line is longer than 120 characters. 1709
Errors Line is longer than 120 characters. 1710
Errors '=' is not preceded with whitespace. 1715
Errors '=' is not followed by whitespace. 1715
Errors '(' is not followed by whitespace. 1715
Errors ')' is not preceded with whitespace. 1715
Errors '(' is not followed by whitespace. 1716
Errors ')' is not preceded with whitespace. 1716
Warnings Missing a Javadoc comment. 1725
Errors '(' is not followed by whitespace. 1725
Errors ')' is not preceded with whitespace. 1725
Errors '(' is not followed by whitespace. 1733
Errors '(' is not followed by whitespace. 1733
Errors ')' is not preceded with whitespace. 1733
Errors ')' is not preceded with whitespace. 1733
Warnings 'file' hides a field. 1750
Warnings Expected an @return tag. 1762
Errors '(' is not followed by whitespace. 1764
Errors '30' is a magic number. 1764
Errors ')' is not preceded with whitespace. 1764
Errors '(' is not followed by whitespace. 1777
Errors ')' is not preceded with whitespace. 1777
Warnings Expected an @return tag. 1789
Warnings Expected @throws tag for 'CloneNotSupportedException'. 1790

org/apache/maven/project/MavenProjectBuilder.java

Violation Message Line
Errors Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 57
Warnings Expected @throws tag for 'ProjectBuildingException'. 76
Warnings Expected @throws tag for 'ProjectBuildingException'. 90
Warnings Expected an @return tag. 95
Warnings Expected @param tag for 'localRepository'. 95
Warnings Expected @throws tag for 'ProjectBuildingException'. 96
Warnings Expected an @return tag. 102
Warnings Expected @param tag for 'localRepository'. 102
Warnings Expected @param tag for 'profileManager'. 102
Warnings Expected @throws tag for 'ProjectBuildingException'. 103
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 112

org/apache/maven/project/MavenProjectBuildingResult.java

Violation Message Line
Warnings Expected @param tag for 'project'. 42
Warnings Missing a Javadoc comment. 49

org/apache/maven/project/MavenProjectHelper.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37

org/apache/maven/project/ModelUtils.java

Violation Message Line
Errors Unused import - org.apache.maven.model.RepositoryBase. 45
Errors Missing a Javadoc comment. 61
Warnings Expected @param tag for 'pluginContainer'. 76
Errors '(' is not followed by whitespace. 104
Errors ')' is not preceded with whitespace. 104
Warnings Expected @param tag for 'child'. 127
Warnings Expected @param tag for 'parent'. 127
Warnings Expected @param tag for 'handleAsInheritance'. 128
Errors '||' should be on a new line. 174
Warnings Missing a Javadoc comment. 211
Warnings Expected @param tag for 'child'. 276
Warnings Expected @param tag for 'parent'. 276
Warnings Expected @param tag for 'handleAsInheritance'. 276
Errors '||' should be on a new line. 322
Warnings Missing a Javadoc comment. 358
Errors Line is longer than 120 characters. 406
Errors '(' is not followed by whitespace. 426
Errors ')' is not preceded with whitespace. 426
Errors 'cast' is not followed by whitespace. 432
Errors '(' is not followed by whitespace. 436
Errors ')' is not preceded with whitespace. 436
Errors '(' is not followed by whitespace. 440
Errors ')' is not preceded with whitespace. 440
Warnings Missing a Javadoc comment. 447
Errors Line contains a tab character. 465
Warnings Missing a Javadoc comment. 529
Warnings Missing a Javadoc comment. 569
Warnings Missing a Javadoc comment. 604
Warnings Missing a Javadoc comment. 626
Warnings Missing a Javadoc comment. 696
Warnings Missing a Javadoc comment. 737
Warnings Missing a Javadoc comment. 766
Warnings Missing a Javadoc comment. 817
Warnings Missing a Javadoc comment. 889
Warnings Missing a Javadoc comment. 919
Warnings Missing a Javadoc comment. 943
Warnings Missing a Javadoc comment. 963
Warnings Missing a Javadoc comment. 990
Warnings Missing a Javadoc comment. 1006
Warnings Missing a Javadoc comment. 1038
Warnings Missing a Javadoc comment. 1073
Warnings Missing a Javadoc comment. 1111
Warnings Missing a Javadoc comment. 1120
Warnings Missing a Javadoc comment. 1135
Warnings Missing a Javadoc comment. 1159
Warnings Missing a Javadoc comment. 1191
Warnings Missing a Javadoc comment. 1203
Warnings Missing a Javadoc comment. 1215

org/apache/maven/project/ProjectBuilderConfiguration.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Errors Missing a Javadoc comment. 8
Warnings Missing a Javadoc comment. 11
Warnings Missing a Javadoc comment. 13
Warnings Missing a Javadoc comment. 15
Warnings Missing a Javadoc comment. 17
Warnings Missing a Javadoc comment. 19
Warnings Missing a Javadoc comment. 21
Warnings Missing a Javadoc comment. 23
Warnings Missing a Javadoc comment. 25

org/apache/maven/project/ProjectBuildingException.java

Violation Message Line
Infos Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48

org/apache/maven/project/ProjectSorter.java

Violation Message Line
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Warnings Expected @param tag for 'projects'. 64
Warnings Expected @throws tag for 'CycleDetectedException'. 65
Errors Line is longer than 120 characters. 114
Warnings 'sortedProjects' hides a field. 162
Warnings Missing a Javadoc comment. 174
Warnings Missing a Javadoc comment. 199
Warnings Missing a Javadoc comment. 216
Warnings Missing a Javadoc comment. 221
Warnings Missing a Javadoc comment. 226

org/apache/maven/project/ProjectUtils.java

Violation Message Line
Errors Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 67
Errors Line is longer than 120 characters. 68
Warnings Missing a Javadoc comment. 89
Errors Line is longer than 120 characters. 101
Errors Line is longer than 120 characters. 106
Warnings Missing a Javadoc comment. 123
Warnings Missing a Javadoc comment. 145
Errors '+' should be on a new line. 157

org/apache/maven/project/artifact/ActiveProjectArtifact.java

Violation Message Line
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 52
Errors '17' is a magic number. 350
Errors '37' is a magic number. 352
Errors '37' is a magic number. 353
Errors '37' is a magic number. 354
Errors '37' is a magic number. 357
Errors '37' is a magic number. 359

org/apache/maven/project/artifact/AttachedArtifact.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Errors Line is longer than 120 characters. 51
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 60
Errors Line is longer than 120 characters. 62
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 70
Errors Line is longer than 120 characters. 72
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 80
Errors Line is longer than 120 characters. 82
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 90
Errors Line is longer than 120 characters. 92
Warnings Missing a Javadoc comment. 95
Errors Line is longer than 120 characters. 97
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105
Errors Line is longer than 120 characters. 107
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
Errors Line is longer than 120 characters. 117
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 125
Errors Line is longer than 120 characters. 127
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 135
Errors Line is longer than 120 characters. 137
Warnings Missing a Javadoc comment. 140
Warnings Missing a Javadoc comment. 145
Errors Line is longer than 120 characters. 147
Warnings Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 155
Warnings Missing a Javadoc comment. 161

org/apache/maven/project/artifact/InvalidDependencyVersionException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31

org/apache/maven/project/artifact/MavenMetadataSource.java

Violation Message Line
Infos Missing a Javadoc comment. 69
Infos Missing a Javadoc comment. 71
Infos Missing a Javadoc comment. 73
Infos Missing a Javadoc comment. 75
Infos Missing a Javadoc comment. 78
Warnings Expected an @return tag. 83
Errors Line is longer than 120 characters. 83
Warnings Expected @param tag for 'artifact'. 83
Warnings Expected @param tag for 'localRepository'. 83
Warnings Expected @param tag for 'remoteRepositories'. 83
Warnings Expected @throws tag for 'ArtifactMetadataRetrievalException'. 84
Errors Line is longer than 120 characters. 108
Errors Line is longer than 120 characters. 112
Warnings Missing a Javadoc comment. 128
Errors Line is longer than 120 characters. 133
Warnings Missing a Javadoc comment. 133
Errors '+' should be on a new line. 159
Errors '+' should be on a new line. 183
Errors '&&' should be on a new line. 219
Errors '+' should be on a new line. 235
Errors '+' should be on a new line. 245
Errors '+' should be on a new line. 250
Warnings Expected an @return tag. 275
Warnings Expected @param tag for 'artifact'. 275
Warnings Expected @param tag for 'localRepository'. 275
Warnings Expected @param tag for 'remoteRepositories'. 275
Warnings Expected @throws tag for 'ArtifactMetadataRetrievalException'. 276
Errors '+' should be on a new line. 323
Warnings Missing a Javadoc comment. 336
Errors Line is longer than 120 characters. 343
Warnings Expected @param tag for 'artifactFactory'. 394
Warnings Expected @param tag for 'dependencies'. 394
Warnings Expected @param tag for 'inheritedScope'. 394
Warnings Expected @param tag for 'dependencyFilter'. 395
Warnings Expected @param tag for 'project'. 395
Warnings Expected @throws tag for 'InvalidDependencyVersionException'. 396
Errors '+' should be on a new line. 420
Warnings Missing a Javadoc comment. 479

org/apache/maven/project/artifact/ProjectArtifactMetadata.java

Violation Message Line
Infos Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 114

org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java

Violation Message Line
Errors Unused import - java.util.ArrayList. 35
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 186
Warnings Missing a Javadoc comment. 221
Warnings Missing a Javadoc comment. 249
Warnings Missing a Javadoc comment. 254
Warnings Missing a Javadoc comment. 347
Errors '&&' should be on a new line. 368
Errors Line is longer than 120 characters. 384
Warnings Missing a Javadoc comment. 384
Warnings Missing a Javadoc comment. 450
Warnings Missing a Javadoc comment. 468
Warnings Missing a Javadoc comment. 509

org/apache/maven/project/inheritance/ModelInheritanceAssembler.java

Violation Message Line
Infos Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36

org/apache/maven/project/injection/DefaultModelDefaultsInjector.java

Violation Message Line
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 118

org/apache/maven/project/injection/DefaultProfileInjector.java

Violation Message Line
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 92
Warnings Expected @param tag for 'profileContainer'. 154
Warnings Expected @param tag for 'modelContainer'. 154
Warnings Missing a Javadoc comment. 198
Errors Line is longer than 120 characters. 216
Warnings Missing a Javadoc comment. 315
Warnings Expected @param tag for 'profile'. 330
Warnings Expected @param tag for 'model'. 330
Warnings Missing a Javadoc comment. 359
Warnings Missing a Javadoc comment. 399
Warnings Missing a Javadoc comment. 442
Warnings Missing a Javadoc comment. 517
Warnings Missing a Javadoc comment. 595

org/apache/maven/project/injection/ModelDefaultsInjector.java

Violation Message Line
Infos Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34

org/apache/maven/project/injection/ProfileInjector.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 29

org/apache/maven/project/interpolation/ModelInterpolationException.java

Violation Message Line
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 65

org/apache/maven/project/interpolation/ModelInterpolator.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 38

org/apache/maven/project/interpolation/RegexBasedModelInterpolator.java

Violation Message Line
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 66
Warnings Expected @param tag for 'strict'. 82
Warnings Expected @throws tag for 'ModelInterpolationException'. 83
Warnings Missing a Javadoc comment. 121
Errors Line is longer than 120 characters. 135
Errors Line is longer than 120 characters. 159
Errors Line is longer than 120 characters. 172

org/apache/maven/project/overlay/BuildOverlay.java

Violation Message Line
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 129
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 144
Warnings Missing a Javadoc comment. 149
Warnings Missing a Javadoc comment. 154
Warnings Missing a Javadoc comment. 159
Warnings Missing a Javadoc comment. 164
Warnings Missing a Javadoc comment. 169
Warnings Missing a Javadoc comment. 174
Warnings Missing a Javadoc comment. 179
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 189
Warnings Missing a Javadoc comment. 194
Warnings Missing a Javadoc comment. 199
Warnings Missing a Javadoc comment. 204
Warnings Missing a Javadoc comment. 209
Warnings Missing a Javadoc comment. 214
Warnings Missing a Javadoc comment. 219
Warnings Missing a Javadoc comment. 224
Warnings Missing a Javadoc comment. 229
Warnings Missing a Javadoc comment. 234
Warnings Missing a Javadoc comment. 239
Warnings Missing a Javadoc comment. 244
Warnings Missing a Javadoc comment. 249
Warnings Missing a Javadoc comment. 254
Warnings Missing a Javadoc comment. 259
Warnings Missing a Javadoc comment. 264
Warnings Missing a Javadoc comment. 269
Warnings Missing a Javadoc comment. 274

org/apache/maven/project/path/DefaultPathTranslator.java

Violation Message Line
Errors Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 133
Warnings Missing a Javadoc comment. 177

org/apache/maven/project/path/PathTranslator.java

Violation Message Line
Infos Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40

org/apache/maven/project/validation/DefaultModelValidator.java

Violation Message Line
Infos Missing a Javadoc comment. 46
Errors Method length is 151 lines (max allowed is 150). 51
Warnings Missing a Javadoc comment. 51
Errors '+' should be on a new line. 65
Errors '&&' should be on a new line. 72
Errors '+' should be on a new line. 105
Errors Line is longer than 120 characters. 136
Errors '+' should be on a new line. 142
Warnings Missing a Javadoc comment. 204
Warnings Missing a Javadoc comment. 221
Warnings Missing a Javadoc comment. 233
Warnings Missing a Javadoc comment. 266
Warnings Expected an @return tag. 279
Errors Line is longer than 120 characters. 279
Warnings Expected @param tag for 'fieldName'. 279
Warnings Expected @param tag for 'result'. 279
Warnings Expected @param tag for 'string'. 279
Warnings Expected @param tag for 'sourceHint'. 279
Warnings Expected an @return tag. 312
Warnings Expected @param tag for 'subElementInstance'. 312
Warnings Expected @param tag for 'fieldName'. 312
Warnings Expected @param tag for 'result'. 313
Warnings Expected @param tag for 'string'. 313
Warnings Expected an @return tag. 337
Warnings Expected @param tag for 'fieldName'. 337
Warnings Expected @param tag for 'result'. 337
Warnings Expected @param tag for 'object'. 337
Warnings Expected @param tag for 'sourceHint'. 337
Warnings Expected an @return tag. 363
Warnings Expected @param tag for 'subElementInstance'. 363
Warnings Expected @param tag for 'fieldName'. 363
Warnings Expected @param tag for 'result'. 364
Warnings Expected @param tag for 'object'. 364

org/apache/maven/project/validation/ModelValidationResult.java

Violation Message Line
Errors 'static' modifier out of order with the JLS suggestions. 33
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68

org/apache/maven/project/validation/ModelValidator.java

Violation Message Line
Infos Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32