Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
881211280

Files

FilesInfosWarningsErrors
org/apache/maven/model/building/AbstractModelBuildingListener.java010
org/apache/maven/model/building/DefaultModelBuilder.java036111
org/apache/maven/model/building/DefaultModelBuilderFactory.java0221
org/apache/maven/model/building/DefaultModelBuildingRequest.java0450
org/apache/maven/model/building/DefaultModelBuildingResult.java010
org/apache/maven/model/building/DefaultModelProblem.java094
org/apache/maven/model/building/DefaultModelProblemCollector.java034
org/apache/maven/model/building/DefaultModelProcessor.java081
org/apache/maven/model/building/FileModelSource.java020
org/apache/maven/model/building/ModelData.java001
org/apache/maven/model/building/ModelProblem.java002
org/apache/maven/model/building/ModelProblemCollector.java002
org/apache/maven/model/building/ModelProblemCollectorRequest.java01217
org/apache/maven/model/building/ModelProblemUtils.java002
org/apache/maven/model/building/ModelProcessor.java102
org/apache/maven/model/building/ModelSource.java010
org/apache/maven/model/building/StringModelSource.java020
org/apache/maven/model/building/UrlModelSource.java020
org/apache/maven/model/composition/DefaultDependencyManagementImporter.java010
org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java012
org/apache/maven/model/interpolation/AbstractStringBasedModelInterpolator.java0123
org/apache/maven/model/interpolation/ProblemDetectingValueSource.java002
org/apache/maven/model/interpolation/StringSearchModelInterpolator.java046
org/apache/maven/model/io/DefaultModelReader.java030
org/apache/maven/model/io/DefaultModelWriter.java030
org/apache/maven/model/io/ModelReader.java003
org/apache/maven/model/locator/DefaultModelLocator.java010
org/apache/maven/model/management/DefaultDependencyManagementInjector.java012
org/apache/maven/model/management/DefaultPluginManagementInjector.java012
org/apache/maven/model/merge/MavenModelMerger.java0130
org/apache/maven/model/normalization/DefaultModelNormalizer.java020
org/apache/maven/model/path/DefaultModelPathTranslator.java030
org/apache/maven/model/path/DefaultModelUrlNormalizer.java030
org/apache/maven/model/path/DefaultPathTranslator.java010
org/apache/maven/model/path/DefaultUrlNormalizer.java010
org/apache/maven/model/plugin/DefaultPluginConfigurationExpander.java010
org/apache/maven/model/plugin/DefaultReportConfigurationExpander.java010
org/apache/maven/model/plugin/DefaultReportingConverter.java015
org/apache/maven/model/profile/DefaultProfileActivationContext.java0120
org/apache/maven/model/profile/DefaultProfileInjector.java014
org/apache/maven/model/profile/DefaultProfileSelector.java025
org/apache/maven/model/profile/activation/FileProfileActivator.java035
org/apache/maven/model/profile/activation/JdkVersionProfileActivator.java015
org/apache/maven/model/profile/activation/OperatingSystemProfileActivator.java010
org/apache/maven/model/profile/activation/PropertyProfileActivator.java014
org/apache/maven/model/superpom/DefaultSuperPomProvider.java030
org/apache/maven/model/validation/DefaultModelValidator.java0255

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
8Errors Error
RightCurly
  • option: "alone"
2Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
62Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
158Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
4Errors Error
JavadocVariable
  • scope: "protected"
1Infos Info
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName39Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports9Errors Error
MethodLength1Errors Error
ParameterNumber3Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
138Errors Error
WhitespaceAfter3Errors Error
WhitespaceAround0Errors Error
ModifierOrder1Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
1Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
53Warnings 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"
3Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows3Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType1Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/model/building/AbstractModelBuildingListener.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31

org/apache/maven/model/building/DefaultModelBuilder.java

ViolationMessageLine
WarningsMissing a Javadoc comment.128
Warnings'modelProcessor' hides a field.128
WarningsMissing a Javadoc comment.134
Warnings'modelValidator' hides a field.134
WarningsMissing a Javadoc comment.140
Warnings'modelNormalizer' hides a field.140
WarningsMissing a Javadoc comment.146
Warnings'modelInterpolator' hides a field.146
WarningsMissing a Javadoc comment.152
Warnings'modelPathTranslator' hides a field.152
WarningsMissing a Javadoc comment.158
Warnings'modelUrlNormalizer' hides a field.158
WarningsMissing a Javadoc comment.164
Warnings'superPomProvider' hides a field.164
WarningsMissing a Javadoc comment.170
Warnings'profileSelector' hides a field.170
WarningsMissing a Javadoc comment.176
Warnings'profileInjector' hides a field.176
WarningsMissing a Javadoc comment.182
Warnings'inheritanceAssembler' hides a field.182
WarningsMissing a Javadoc comment.188
WarningsMissing a Javadoc comment.194
WarningsMissing a Javadoc comment.200
Warnings'lifecycleBindingsInjector' hides a field.200
WarningsMissing a Javadoc comment.206
Warnings'pluginConfigurationExpander' hides a field.206
WarningsMissing a Javadoc comment.212
Warnings'pluginManagementInjector' hides a field.212
WarningsMissing a Javadoc comment.218
Warnings'reportConfigurationExpander' hides a field.218
WarningsMissing a Javadoc comment.224
Warnings'reportingConverter' hides a field.224
WarningsMissing a Javadoc comment.230
ErrorsLine is longer than 120 characters.320
Errors'(' is not followed by whitespace.320
Errors')' is not preceded with whitespace.320
Errors'(' is not followed by whitespace.320
Errors')' is not preceded with whitespace.320
Errors')' is not preceded with whitespace.320
WarningsMissing a Javadoc comment.363
Errors'(' is not followed by whitespace.412
Errors')' is not preceded with whitespace.412
Errors'(' is not followed by whitespace.474
Errors')' is not preceded with whitespace.474
Errors'(' is not followed by whitespace.475
Errors')' is not preceded with whitespace.475
Errors'(' is not followed by whitespace.476
Errors')' is not preceded with whitespace.476
Errors'(' is not followed by whitespace.480
Errors')' is not preceded with whitespace.480
Errors'(' is not followed by whitespace.481
Errors')' is not preceded with whitespace.481
Errors'(' is not followed by whitespace.482
Errors')' is not preceded with whitespace.482
Errors')' is not preceded with whitespace.482
Errors'(' is not followed by whitespace.494
Errors')' is not preceded with whitespace.494
Errors'(' is not followed by whitespace.495
Errors')' is not preceded with whitespace.495
Errors'(' is not followed by whitespace.496
Errors')' is not preceded with whitespace.496
Errors')' is not preceded with whitespace.496
Errors'(' is not followed by whitespace.514
Errors')' is not preceded with whitespace.514
Errors'(' is not followed by whitespace.515
Errors')' is not preceded with whitespace.515
Errors'(' is not followed by whitespace.516
Errors')' is not preceded with whitespace.516
Errors'(' is not followed by whitespace.525
Errors')' is not preceded with whitespace.525
Errors'(' is not followed by whitespace.565
Errors')' is not preceded with whitespace.565
Errors')' is not preceded with whitespace.566
Errors'(' is not followed by whitespace.567
Errors')' is not preceded with whitespace.567
Errors'(' is not followed by whitespace.568
Errors')' is not preceded with whitespace.568
Errors'(' is not followed by whitespace.620
Errors')' is not preceded with whitespace.620
Errors')' is not preceded with whitespace.621
Errors'(' is not followed by whitespace.622
Errors')' is not preceded with whitespace.622
Errors')' is not preceded with whitespace.622
Errors'(' is not followed by whitespace.697
Errors')' is not preceded with whitespace.697
ErrorsLine is longer than 120 characters.698
Errors')' is not preceded with whitespace.699
Errors'(' is not followed by whitespace.700
Errors')' is not preceded with whitespace.700
Errors')' is not preceded with whitespace.700
ErrorsLine is longer than 120 characters.748
Errors')' is not preceded with whitespace.752
Errors')' is not preceded with whitespace.753
Errors')' is not preceded with whitespace.754
Errors')' is not preceded with whitespace.754
Errors'(' is not followed by whitespace.846
Errors')' is not preceded with whitespace.846
Errors')' is not preceded with whitespace.847
Errors'(' is not followed by whitespace.848
Errors')' is not preceded with whitespace.848
Errors'(' is not followed by whitespace.849
Errors')' is not preceded with whitespace.849
Errors')' is not preceded with whitespace.849
ErrorsMethod length is 154 lines (max allowed is 150).878
Errors'(' is not followed by whitespace.915
Errors')' is not preceded with whitespace.915
ErrorsLine is longer than 120 characters.916
Errors')' is not preceded with whitespace.916
Errors')' is not preceded with whitespace.917
Errors')' is not preceded with whitespace.917
Errors')' is not preceded with whitespace.922
ErrorsLine is longer than 120 characters.923
Errors')' is not preceded with whitespace.923
Errors')' is not preceded with whitespace.924
Errors')' is not preceded with whitespace.924
Errors')' is not preceded with whitespace.929
ErrorsLine is longer than 120 characters.930
Errors')' is not preceded with whitespace.930
Errors')' is not preceded with whitespace.931
Errors')' is not preceded with whitespace.931
Errors')' is not preceded with whitespace.945
Errors')' is not preceded with whitespace.979
Errors')' is not preceded with whitespace.980
WarningsMissing a Javadoc comment.1079
Errors'(' is not followed by whitespace.1079
Errors')' is not preceded with whitespace.1079
Errors'{' should be on a new line.1079
Errors'(' is not followed by whitespace.1080
Errors')' is not preceded with whitespace.1080
Errors'{' should be on a new line.1080
Errors'(' is not followed by whitespace.1081
Errors'cast' is not followed by whitespace.1081
Errors')' is not preceded with whitespace.1081
Errors'}' should be alone on a line.1082
Errors'{' should be on a new line.1082
WarningsMissing a Javadoc comment.1090
Errors'(' is not followed by whitespace.1090
Errors')' is not preceded with whitespace.1090
Errors'{' should be on a new line.1090
Errors'(' is not followed by whitespace.1091
Errors')' is not preceded with whitespace.1091
Errors'{' should be on a new line.1091
Errors'(' is not followed by whitespace.1092
Errors'cast' is not followed by whitespace.1092
Errors')' is not preceded with whitespace.1092
Errors'}' should be alone on a line.1093
Errors'{' should be on a new line.1093

org/apache/maven/model/building/DefaultModelBuilderFactory.java

ViolationMessageLine
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.125
ErrorsLine is longer than 120 characters.129
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.187
WarningsMissing a Javadoc comment.192
WarningsMissing a Javadoc comment.197

org/apache/maven/model/building/DefaultModelBuildingRequest.java

ViolationMessageLine
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.105
Warnings'pomFile' hides a field.105
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.117
Warnings'modelSource' hides a field.117
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.129
Warnings'validationLevel' hides a field.129
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.141
Warnings'processPlugins' hides a field.141
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.153
Warnings'twoPhaseBuilding' hides a field.153
WarningsMissing a Javadoc comment.160
WarningsMissing a Javadoc comment.165
Warnings'locationTracking' hides a field.165
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.182
Warnings'profiles' hides a field.182
WarningsMissing a Javadoc comment.196
WarningsMissing a Javadoc comment.206
Warnings'activeProfileIds' hides a field.206
WarningsMissing a Javadoc comment.220
WarningsMissing a Javadoc comment.230
Warnings'inactiveProfileIds' hides a field.230
WarningsMissing a Javadoc comment.244
WarningsMissing a Javadoc comment.254
Warnings'systemProperties' hides a field.254
WarningsMissing a Javadoc comment.269
WarningsMissing a Javadoc comment.279
Warnings'userProperties' hides a field.279
WarningsMissing a Javadoc comment.294
WarningsMissing a Javadoc comment.299
Warnings'buildStartTime' hides a field.299
WarningsMissing a Javadoc comment.306
WarningsMissing a Javadoc comment.311
Warnings'modelResolver' hides a field.311
WarningsMissing a Javadoc comment.318
WarningsMissing a Javadoc comment.323
Warnings'modelBuildingListener' hides a field.323
WarningsMissing a Javadoc comment.330
WarningsMissing a Javadoc comment.335
Warnings'modelCache' hides a field.335

org/apache/maven/model/building/DefaultModelBuildingResult.java

ViolationMessageLine
Warnings'problems' hides a field.159

org/apache/maven/model/building/DefaultModelProblem.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.64
WarningsExpected @param tag for 'version'.64
ErrorsLine is longer than 120 characters.85
ErrorsMore than 7 parameters.85
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.144
WarningsMissing a Javadoc comment.149
Errors'{' should be on a new line.149

org/apache/maven/model/building/DefaultModelProblemCollector.java

ViolationMessageLine
ErrorsUnused import - org.apache.maven.model.InputLocation.26
ErrorsUnused import - org.apache.maven.model.building.ModelProblem.Severity.28
ErrorsUnused import - org.apache.maven.model.building.ModelProblem.Version.29
Warnings'problems' hides a field.136
Warnings'source' hides a field.150
ErrorsLine is longer than 120 characters.177
Warnings'result' hides a field.184

org/apache/maven/model/building/DefaultModelProcessor.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.45
Warnings'locator' hides a field.45
WarningsMissing a Javadoc comment.51
Warnings'reader' hides a field.51
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.74

org/apache/maven/model/building/FileModelSource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.58

org/apache/maven/model/building/ModelData.java

ViolationMessageLine
Errors'96' is a magic number.201

org/apache/maven/model/building/ModelProblem.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.44
Errors'{' should be on a new line.44

org/apache/maven/model/building/ModelProblemCollector.java

ViolationMessageLine
ErrorsUnused import - java.util.List.22
ErrorsUnused import - org.apache.maven.model.InputLocation.23

org/apache/maven/model/building/ModelProblemCollectorRequest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
Errors'(' is not followed by whitespace.41
WarningsExpected @param tag for 'severity'.41
Errors')' is not preceded with whitespace.41
Errors'(' is not followed by whitespace.45
Errors')' is not preceded with whitespace.45
Errors'(' is not followed by whitespace.47
Errors')' is not preceded with whitespace.47
Errors'(' is not followed by whitespace.49
Errors')' is not preceded with whitespace.49
Errors'(' is not followed by whitespace.51
Errors')' is not preceded with whitespace.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
Errors'(' is not followed by whitespace.70
Warnings'exception' hides a field.70
Errors')' is not preceded with whitespace.70
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
Errors'(' is not followed by whitespace.81
Warnings'message' hides a field.81
Errors')' is not preceded with whitespace.81
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
Errors'(' is not followed by whitespace.92
Warnings'location' hides a field.92
Errors')' is not preceded with whitespace.92

org/apache/maven/model/building/ModelProblemUtils.java

ViolationMessageLine
Errors'192' is a magic number.47
Errors'96' is a magic number.111

org/apache/maven/model/building/ModelProcessor.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.25
Errorsinterfaces should describe a type and hence have methods.25
InfosMissing a Javadoc comment.29

org/apache/maven/model/building/ModelSource.java

ViolationMessageLine
WarningsExpected @throws tag for 'IOException'.39

org/apache/maven/model/building/StringModelSource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.67

org/apache/maven/model/building/UrlModelSource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.57

org/apache/maven/model/composition/DefaultDependencyManagementImporter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44

org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java

ViolationMessageLine
WarningsMissing a Javadoc comment.51
ErrorsName 'mergePluginContainer_Plugins' must match pattern '^[a-z][a-zA-Z0-9]*$'.127
ErrorsName 'mergeReporting_Plugins' must match pattern '^[a-z][a-zA-Z0-9]*$'.208

org/apache/maven/model/interpolation/AbstractStringBasedModelInterpolator.java

ViolationMessageLine
ErrorsUnused import - org.apache.maven.model.building.ModelProblem.48
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.112
Warnings'pathTranslator' hides a field.112
WarningsMissing a Javadoc comment.118
Warnings'urlNormalizer' hides a field.118
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.216
ErrorsLine is longer than 120 characters.247
Errors')' is not preceded with whitespace.247
WarningsMissing a Javadoc comment.269
WarningsMissing a Javadoc comment.274
WarningsMissing a Javadoc comment.279
WarningsMissing a Javadoc comment.281

org/apache/maven/model/interpolation/ProblemDetectingValueSource.java

ViolationMessageLine
ErrorsUnused import - org.apache.maven.model.building.ModelProblem.23
Errors')' is not preceded with whitespace.68

org/apache/maven/model/interpolation/StringSearchModelInterpolator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.47
ErrorsName 'cachedEntries' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.85
Warnings'fields' hides a field.231
Errors'(' is not followed by whitespace.250
Errors')' is not preceded with whitespace.250
Errors'abstract' modifier out of order with the JLS suggestions.281
ErrorsEmpty catch block.452

org/apache/maven/model/io/DefaultModelReader.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.81

org/apache/maven/model/io/DefaultModelWriter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.87

org/apache/maven/model/io/ModelReader.java

ViolationMessageLine
ErrorsRedundant throws: 'ModelParseException' is subclass of 'IOException'.61
ErrorsRedundant throws: 'ModelParseException' is subclass of 'IOException'.74
ErrorsRedundant throws: 'ModelParseException' is subclass of 'IOException'.87

org/apache/maven/model/locator/DefaultModelLocator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36

org/apache/maven/model/management/DefaultDependencyManagementInjector.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
ErrorsName 'mergeDependency_Optional' must match pattern '^[a-z][a-zA-Z0-9]*$'.84
ErrorsName 'mergeDependency_Exclusions' must match pattern '^[a-z][a-zA-Z0-9]*$'.91

org/apache/maven/model/management/DefaultPluginManagementInjector.java

ViolationMessageLine
WarningsMissing a Javadoc comment.51
ErrorsName 'mergePluginContainer_Plugins' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
ErrorsName 'mergePlugin_Executions' must match pattern '^[a-z][a-zA-Z0-9]*$'.103

org/apache/maven/model/merge/MavenModelMerger.java

ViolationMessageLine
ErrorsName 'mergeModel_Name' must match pattern '^[a-z][a-zA-Z0-9]*$'.82
ErrorsName 'mergeModel_Url' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
ErrorsName 'mergeModel_Organization' must match pattern '^[a-z][a-zA-Z0-9]*$'.119
ErrorsName 'mergeModel_IssueManagement' must match pattern '^[a-z][a-zA-Z0-9]*$'.137
ErrorsName 'mergeModel_CiManagement' must match pattern '^[a-z][a-zA-Z0-9]*$'.155
ErrorsName 'mergeModel_ModelVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'.173
ErrorsName 'mergeModel_ArtifactId' must match pattern '^[a-z][a-zA-Z0-9]*$'.180
ErrorsName 'mergeModel_Profiles' must match pattern '^[a-z][a-zA-Z0-9]*$'.187
ErrorsName 'mergeModel_Prerequisites' must match pattern '^[a-z][a-zA-Z0-9]*$'.194
ErrorsName 'mergeModel_Licenses' must match pattern '^[a-z][a-zA-Z0-9]*$'.201
ErrorsName 'mergeModel_Developers' must match pattern '^[a-z][a-zA-Z0-9]*$'.211
ErrorsName 'mergeModel_Contributors' must match pattern '^[a-z][a-zA-Z0-9]*$'.221
ErrorsName 'mergeModel_MailingLists' must match pattern '^[a-z][a-zA-Z0-9]*$'.231
ErrorsName 'mergeModelBase_Modules' must match pattern '^[a-z][a-zA-Z0-9]*$'.241
ErrorsName 'mergeModelBase_Repositories' must match pattern '^[a-z][a-zA-Z0-9]*$'.276
WarningsMissing a Javadoc comment.316
ErrorsName 'mergeModelBase_PluginRepositories' must match pattern '^[a-z][a-zA-Z0-9]*$'.316
ErrorsName 'mergeBuildBase_Filters' must match pattern '^[a-z][a-zA-Z0-9]*$'.360
ErrorsName 'mergeBuildBase_Resources' must match pattern '^[a-z][a-zA-Z0-9]*$'.382
ErrorsName 'mergeBuildBase_TestResources' must match pattern '^[a-z][a-zA-Z0-9]*$'.392
ErrorsName 'mergeDistributionManagement_Repository' must match pattern '^[a-z][a-zA-Z0-9]*$'.402
ErrorsName 'mergeDistributionManagement_SnapshotRepository' must match pattern '^[a-z][a-zA-Z0-9]*$'.421
ErrorsName 'mergeDistributionManagement_Site' must match pattern '^[a-z][a-zA-Z0-9]*$'.441
ErrorsName 'mergeSite_Url' must match pattern '^[a-z][a-zA-Z0-9]*$'.459
ErrorsName 'mergeScm_Url' must match pattern '^[a-z][a-zA-Z0-9]*$'.478
ErrorsName 'mergeScm_Connection' must match pattern '^[a-z][a-zA-Z0-9]*$'.497
ErrorsName 'mergeScm_DeveloperConnection' must match pattern '^[a-z][a-zA-Z0-9]*$'.516
ErrorsName 'mergePlugin_Executions' must match pattern '^[a-z][a-zA-Z0-9]*$'.536
ErrorsName 'mergePluginExecution_Goals' must match pattern '^[a-z][a-zA-Z0-9]*$'.572
ErrorsName 'mergeReportPlugin_ReportSets' must match pattern '^[a-z][a-zA-Z0-9]*$'.594
ErrorsLine is longer than 120 characters.605

org/apache/maven/model/normalization/DefaultModelNormalizer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.107

org/apache/maven/model/path/DefaultModelPathTranslator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.47
Warnings'pathTranslator' hides a field.47
WarningsMissing a Javadoc comment.53

org/apache/maven/model/path/DefaultModelUrlNormalizer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44
Warnings'urlNormalizer' hides a field.44
WarningsMissing a Javadoc comment.50

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

ViolationMessageLine
WarningsMissing a Javadoc comment.36

org/apache/maven/model/path/DefaultUrlNormalizer.java

ViolationMessageLine
WarningsMissing a Javadoc comment.34

org/apache/maven/model/plugin/DefaultPluginConfigurationExpander.java

ViolationMessageLine
WarningsMissing a Javadoc comment.44

org/apache/maven/model/plugin/DefaultReportConfigurationExpander.java

ViolationMessageLine
WarningsMissing a Javadoc comment.41

org/apache/maven/model/plugin/DefaultReportingConverter.java

ViolationMessageLine
ErrorsUnused import - org.apache.maven.model.building.ModelProblem.30
WarningsMissing a Javadoc comment.49
Errors')' is not preceded with whitespace.111
ErrorsLine is longer than 120 characters.112
Errors')' is not preceded with whitespace.112
Errors')' is not preceded with whitespace.113

org/apache/maven/model/profile/DefaultProfileActivationContext.java

ViolationMessageLine
WarningsMissing a Javadoc comment.47
Warnings'activeProfileIds' hides a field.58
WarningsMissing a Javadoc comment.72
Warnings'inactiveProfileIds' hides a field.83
WarningsMissing a Javadoc comment.97
Warnings'systemProperties' hides a field.110
Warnings'systemProperties' hides a field.131
WarningsMissing a Javadoc comment.145
Warnings'userProperties' hides a field.159
Warnings'userProperties' hides a field.181
WarningsMissing a Javadoc comment.195
Warnings'projectDirectory' hides a field.207

org/apache/maven/model/profile/DefaultProfileInjector.java

ViolationMessageLine
WarningsMissing a Javadoc comment.56
ErrorsName 'mergePluginContainer_Plugins' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
ErrorsName 'mergePlugin_Executions' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
ErrorsName 'mergeReporting_Plugins' must match pattern '^[a-z][a-zA-Z0-9]*$'.178
ErrorsName 'mergeReportPlugin_ReportSets' must match pattern '^[a-z][a-zA-Z0-9]*$'.213

org/apache/maven/model/profile/DefaultProfileSelector.java

ViolationMessageLine
ErrorsUnused import - org.apache.maven.model.building.ModelProblem.29
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.60
Errors')' is not preceded with whitespace.119
Errors')' is not preceded with whitespace.120
Errors')' is not preceded with whitespace.121
Errors')' is not preceded with whitespace.122

org/apache/maven/model/profile/activation/FileProfileActivator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.53
Warnings'pathTranslator' hides a field.53
WarningsMissing a Javadoc comment.59
Errors')' is not preceded with whitespace.130
ErrorsLine is longer than 120 characters.131
Errors')' is not preceded with whitespace.131
Errors')' is not preceded with whitespace.132
Errors')' is not preceded with whitespace.133

org/apache/maven/model/profile/activation/JdkVersionProfileActivator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.45
Errors')' is not preceded with whitespace.61
Errors')' is not preceded with whitespace.62
Errors'(' is not followed by whitespace.63
Errors')' is not preceded with whitespace.63
Errors')' is not preceded with whitespace.63

org/apache/maven/model/profile/activation/OperatingSystemProfileActivator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40

org/apache/maven/model/profile/activation/PropertyProfileActivator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.43
Errors')' is not preceded with whitespace.66
Errors')' is not preceded with whitespace.67
Errors')' is not preceded with whitespace.68
Errors')' is not preceded with whitespace.68

org/apache/maven/model/superpom/DefaultSuperPomProvider.java

ViolationMessageLine
WarningsMissing a Javadoc comment.50
Warnings'modelProcessor' hides a field.50
WarningsMissing a Javadoc comment.56

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

ViolationMessageLine
Errors'(' is not followed by whitespace.65
Errors')' is not preceded with whitespace.65
WarningsMissing a Javadoc comment.73
ErrorsLine is longer than 120 characters.78
ErrorsLine is longer than 120 characters.80
ErrorsLine is longer than 120 characters.82
ErrorsLine is longer than 120 characters.96
ErrorsLine is longer than 120 characters.104
WarningsMissing a Javadoc comment.219
ErrorsLine is longer than 120 characters.221
ErrorsLine is longer than 120 characters.233
Errors',' is not followed by whitespace.233
ErrorsLine is longer than 120 characters.278
ErrorsLine is longer than 120 characters.288
ErrorsLine is longer than 120 characters.294
ErrorsLine is longer than 120 characters.297
ErrorsLine is longer than 120 characters.305
ErrorsLine is longer than 120 characters.313
ErrorsLine is longer than 120 characters.319
ErrorsLine is longer than 120 characters.343
ErrorsLine is longer than 120 characters.350
ErrorsLine is longer than 120 characters.435
ErrorsLine is longer than 120 characters.439
ErrorsLine is longer than 120 characters.445
ErrorsLine is longer than 120 characters.467
ErrorsLine is longer than 120 characters.469
ErrorsLine is longer than 120 characters.478
ErrorsLine is longer than 120 characters.480
ErrorsLine is longer than 120 characters.484
ErrorsLine is longer than 120 characters.486
ErrorsLine is longer than 120 characters.496
ErrorsLine is longer than 120 characters.517
ErrorsLine is longer than 120 characters.523
ErrorsLine is longer than 120 characters.547
ErrorsLine is longer than 120 characters.560
ErrorsLine is longer than 120 characters.577
ErrorsLine is longer than 120 characters.602
ErrorsLine is longer than 120 characters.620
ErrorsLine is longer than 120 characters.639
ErrorsLine is longer than 120 characters.658
ErrorsLine is longer than 120 characters.672
ErrorsLine is longer than 120 characters.697
ErrorsLine is longer than 120 characters.710
ErrorsLine is longer than 120 characters.723
ErrorsLine is longer than 120 characters.729
ErrorsMore than 7 parameters.729
ErrorsLine is longer than 120 characters.744
ErrorsLine is longer than 120 characters.750
ErrorsMore than 7 parameters.750
ErrorsLine is longer than 120 characters.771
ErrorsLine is longer than 120 characters.795
ErrorsLine is longer than 120 characters.805
ErrorsLine is longer than 120 characters.832
ErrorsLine is longer than 120 characters.840
ErrorsLine is longer than 120 characters.853
Errors')' is not preceded with whitespace.853
Errors')' is not preceded with whitespace.853