Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4756218358

Files

FilesInfosWarningsErrors
org/codehaus/mojo/unix/maven/MojoHelper.java31036
org/codehaus/mojo/unix/maven/deb/DebMojoUtil.java119
org/codehaus/mojo/unix/maven/deb/DebPackagingFormat.java022
org/codehaus/mojo/unix/maven/deb/DebUnixPackage.java01813
org/codehaus/mojo/unix/maven/deb/DebianDependency.java003
org/codehaus/mojo/unix/maven/logging/CommonsLogAdapter.java0193
org/codehaus/mojo/unix/maven/logging/MavenCommonLoggingLogFactory.java087
org/codehaus/mojo/unix/maven/plugin/AbstractFileSetOp.java01010
org/codehaus/mojo/unix/maven/plugin/AbstractPackageAttachedMojo.java035
org/codehaus/mojo/unix/maven/plugin/AbstractPackageMojo.java036
org/codehaus/mojo/unix/maven/plugin/AbstractUnixMojo.java004
org/codehaus/mojo/unix/maven/plugin/AssemblyOp.java21117
org/codehaus/mojo/unix/maven/plugin/CopyArtifact.java077
org/codehaus/mojo/unix/maven/plugin/CopyDirectory.java036
org/codehaus/mojo/unix/maven/plugin/CopyFile.java047
org/codehaus/mojo/unix/maven/plugin/DebSpecificSettings.java9912
org/codehaus/mojo/unix/maven/plugin/Defaults.java326
org/codehaus/mojo/unix/maven/plugin/DpkgScanPackagesMojo.java008
org/codehaus/mojo/unix/maven/plugin/ExtractArtifact.java036
org/codehaus/mojo/unix/maven/plugin/ExtractFile.java036
org/codehaus/mojo/unix/maven/plugin/MavenProjectWrapper.java11219
org/codehaus/mojo/unix/maven/plugin/Mkdirs.java025
org/codehaus/mojo/unix/maven/plugin/MojoFileAttributes.java579
org/codehaus/mojo/unix/maven/plugin/Package.java658
org/codehaus/mojo/unix/maven/plugin/PackageDebAttachedMojo.java005
org/codehaus/mojo/unix/maven/plugin/PackageDebMojo.java005
org/codehaus/mojo/unix/maven/plugin/PackageRpmAttachedMojo.java005
org/codehaus/mojo/unix/maven/plugin/PackageRpmMojo.java005
org/codehaus/mojo/unix/maven/plugin/PackageSysvPkgAttachedMojo.java005
org/codehaus/mojo/unix/maven/plugin/PackageSysvPkgMojo.java005
org/codehaus/mojo/unix/maven/plugin/PackageZipAttachedMojo.java004
org/codehaus/mojo/unix/maven/plugin/PackageZipMojo.java004
org/codehaus/mojo/unix/maven/plugin/PackagingFormat.java122
org/codehaus/mojo/unix/maven/plugin/PackagingMojoParameters.java9112
org/codehaus/mojo/unix/maven/plugin/PkgSpecificSettings.java235
org/codehaus/mojo/unix/maven/plugin/RpmSpecificSettings.java033
org/codehaus/mojo/unix/maven/plugin/SetAttributes.java088
org/codehaus/mojo/unix/maven/plugin/Symlink.java046
org/codehaus/mojo/unix/maven/plugin/UnknownArtifactException.java215
org/codehaus/mojo/unix/maven/rpm/RpmMojoUtil.java116
org/codehaus/mojo/unix/maven/rpm/RpmPackagingFormat.java043
org/codehaus/mojo/unix/maven/rpm/RpmUnixPackage.java01814
org/codehaus/mojo/unix/maven/sysvpkg/PkgMojoUtil.java116
org/codehaus/mojo/unix/maven/sysvpkg/PkgUnixPackage.java01718
org/codehaus/mojo/unix/maven/sysvpkg/SysvPkgPackagingFormat.java043
org/codehaus/mojo/unix/maven/zip/ZipPackagingFormat.java043
org/codehaus/mojo/unix/maven/zip/ZipUnixPackage.java01512

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
47Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
21Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
201Warnings Warning
JavadocType
  • scope: "protected"
3Errors Error
JavadocVariable
  • scope: "protected"
56Infos Info
ConstantName8Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName2Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport203Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber4Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap6Errors Error
ParenPad
  • option: "space"
2Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround3Errors Error
ModifierOrder2Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
17Warnings 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"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
46Errors Error
UpperEll0Errors Error

Details

org/codehaus/mojo/unix/maven/MojoHelper.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.34
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.40
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.artifact.*.41
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.42
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.logging.*.43
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.project.*.44
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.45
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.47
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.java.*.48
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.logging.*.50
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*.51
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.54
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.line.*.55
ErrorsUsing the '.*' form of import should be avoided - java.io.*.57
ErrorsUsing the '.*' form of import should be avoided - java.text.*.58
ErrorsUsing the '.*' form of import should be avoided - java.util.*.59
ErrorsLine is longer than 120 characters.69
InfosMissing a Javadoc comment.69
InfosMissing a Javadoc comment.70
InfosMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.80
ErrorsMore than 7 parameters.80
ErrorsLine is longer than 120 characters.87
ErrorsLine is longer than 120 characters.133
ErrorsLine is longer than 120 characters.217
ErrorsLine is longer than 120 characters.231
Errors'(' is not followed by whitespace.231
Errors')' is not preceded with whitespace.231
ErrorsMissing a Javadoc comment.238
WarningsMissing a Javadoc comment.248
ErrorsLine is longer than 120 characters.257
WarningsMissing a Javadoc comment.257
Errors'+' should be on a new line.280
Errors'+' should be on a new line.281
Errors'+' should be on a new line.282
Warnings'project' hides a field.309
Warnings'attachedMode' hides a field.309
ErrorsLine is longer than 120 characters.313
ErrorsLine is longer than 120 characters.314
WarningsMissing a Javadoc comment.339
ErrorsName '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'.347
ErrorsLine is longer than 120 characters.360
WarningsMissing a Javadoc comment.368
WarningsMissing a Javadoc comment.380
WarningsMissing a Javadoc comment.392
WarningsMissing a Javadoc comment.446
ErrorsLine is longer than 120 characters.501

org/codehaus/mojo/unix/maven/deb/DebMojoUtil.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.31
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.java.*.32
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*.33
ErrorsLine is longer than 120 characters.40
InfosMissing a Javadoc comment.40
ErrorsName 'validateMojoSettingsAndApplyFormatSpecificSettingsToPackage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
WarningsMissing a Javadoc comment.49
ErrorsLine is longer than 120 characters.54

org/codehaus/mojo/unix/maven/deb/DebPackagingFormat.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*.27
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40

org/codehaus/mojo/unix/maven/deb/DebUnixPackage.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.28
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.31
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.32
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.deb.*.33
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.34
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.line.*.35
ErrorsUsing the '.*' form of import should be avoided - java.io.*.38
Errors'static' modifier out of order with the JLS suggestions.58
ErrorsName 'scriptUtil' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.77
ErrorsMore than 7 parameters.77
Warnings'useFakeroot' hides a field.79
WarningsMissing a Javadoc comment.101
Warnings'workingDirectory' hides a field.101
WarningsMissing a Javadoc comment.108
Warnings'debug' hides a field.108
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.194
WarningsMissing a Javadoc comment.253

org/codehaus/mojo/unix/maven/deb/DebianDependency.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.artifact.*.27
ErrorsUsing the '.*' form of import should be avoided - java.io.*.29

org/codehaus/mojo/unix/maven/logging/CommonsLogAdapter.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.logging.*.27
ErrorsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.34
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
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.124

org/codehaus/mojo/unix/maven/logging/MavenCommonLoggingLogFactory.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.logging.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.logging.impl.*.28
ErrorsMissing a Javadoc comment.30
ErrorsName 'mavenLogger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
ErrorsRedundant throws: 'LogConfigurationException' is unchecked exception.47
WarningsMissing a Javadoc comment.60
ErrorsRedundant throws: 'LogConfigurationException' is unchecked exception.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.78

org/codehaus/mojo/unix/maven/plugin/AbstractFileSetOp.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.28
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.29
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.32
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.33
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.34
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.35
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.36
ErrorsUsing the '.*' form of import should be avoided - java.util.*.39
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
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102
Warnings'pattern' hides a field.106
ErrorsLine is longer than 120 characters.119

org/codehaus/mojo/unix/maven/plugin/AbstractPackageAttachedMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.*.30
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.56

org/codehaus/mojo/unix/maven/plugin/AbstractPackageMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.*.30
Errors'}' is not preceded with whitespace.42
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.62

org/codehaus/mojo/unix/maven/plugin/AbstractUnixMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.project.*.28
ErrorsUsing the '.*' form of import should be avoided - java.util.*.30

org/codehaus/mojo/unix/maven/plugin/AssemblyOp.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.artifact.*.29
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.31
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.32
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.33
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.plexus.util.*.34
ErrorsUsing the '.*' form of import should be avoided - java.io.*.36
ErrorsUsing the '.*' form of import should be avoided - java.util.*.37
InfosMissing a Javadoc comment.46
InfosMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83
ErrorsLine is longer than 120 characters.88
WarningsMissing a Javadoc comment.92
ErrorsLine is longer than 120 characters.97
ErrorsLine is longer than 120 characters.102
WarningsMissing a Javadoc comment.106
ErrorsLine is longer than 120 characters.113
WarningsMissing a Javadoc comment.127
Errors'+' should be on a new line.132
Errors'+' should be on a new line.138
WarningsMissing a Javadoc comment.145
Errors'+' should be on a new line.150
WarningsMissing a Javadoc comment.157

org/codehaus/mojo/unix/maven/plugin/CopyArtifact.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.31
ErrorsUsing the '.*' form of import should be avoided - java.io.*.34
WarningsMissing a Javadoc comment.50
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
Warnings'toFile' hides a field.81

org/codehaus/mojo/unix/maven/plugin/CopyDirectory.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.31
ErrorsUsing the '.*' form of import should be avoided - java.io.*.33
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53

org/codehaus/mojo/unix/maven/plugin/CopyFile.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.31
ErrorsUsing the '.*' form of import should be avoided - java.io.*.34
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65

org/codehaus/mojo/unix/maven/plugin/DebSpecificSettings.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.27
Errors'}' is not preceded with whitespace.33
InfosMissing a Javadoc comment.36
ErrorsVariable 'priority' must be private and have accessor methods.36
InfosMissing a Javadoc comment.38
ErrorsVariable 'section' must be private and have accessor methods.38
InfosMissing a Javadoc comment.40
ErrorsVariable 'depends' must be private and have accessor methods.40
InfosMissing a Javadoc comment.42
ErrorsVariable 'recommends' must be private and have accessor methods.42
InfosMissing a Javadoc comment.44
ErrorsVariable 'suggests' must be private and have accessor methods.44
InfosMissing a Javadoc comment.46
ErrorsVariable 'preDepends' must be private and have accessor methods.46
InfosMissing a Javadoc comment.48
ErrorsVariable 'provides' must be private and have accessor methods.48
InfosMissing a Javadoc comment.50
ErrorsVariable 'replaces' must be private and have accessor methods.50
InfosMissing a Javadoc comment.52
ErrorsVariable 'useFakeroot' must be private and have accessor methods.52
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
WarningsMissing a Javadoc comment.94

org/codehaus/mojo/unix/maven/plugin/Defaults.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsUsing the '.*' form of import should be avoided - fj.*.3
InfosMissing a Javadoc comment.34
ErrorsVariable 'fileAttributes' must be private and have accessor methods.34
InfosMissing a Javadoc comment.36
ErrorsVariable 'directoryAttributes' must be private and have accessor methods.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.42
InfosMissing a Javadoc comment.48
ErrorsVariable 'defaultsConstructor' must be private and have accessor methods.48
ErrorsName '_1' must match pattern '^[a-z][a-zA-Z0-9]*$'.50

org/codehaus/mojo/unix/maven/plugin/DpkgScanPackagesMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.plexus.util.*.29
ErrorsUsing the '.*' form of import should be avoided - java.io.*.31
ErrorsUsing the '.*' form of import should be avoided - java.util.zip.*.32
ErrorsLine is longer than 120 characters.109

org/codehaus/mojo/unix/maven/plugin/ExtractArtifact.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.30
ErrorsUsing the '.*' form of import should be avoided - java.io.*.32
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.52

org/codehaus/mojo/unix/maven/plugin/ExtractFile.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.31
ErrorsUsing the '.*' form of import should be avoided - java.io.*.33
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53

org/codehaus/mojo/unix/maven/plugin/MavenProjectWrapper.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.artifact.*.29
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.model.*.30
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.project.*.31
ErrorsUsing the '.*' form of import should be avoided - java.io.*.34
ErrorsUsing the '.*' form of import should be avoided - java.util.*.36
InfosMissing a Javadoc comment.46
ErrorsVariable 'groupId' must be private and have accessor methods.46
InfosMissing a Javadoc comment.48
ErrorsVariable 'artifactId' must be private and have accessor methods.48
InfosMissing a Javadoc comment.50
ErrorsVariable 'version' must be private and have accessor methods.50
InfosMissing a Javadoc comment.52
ErrorsVariable 'artifact' must be private and have accessor methods.52
InfosMissing a Javadoc comment.54
ErrorsVariable 'name' must be private and have accessor methods.54
InfosMissing a Javadoc comment.56
ErrorsVariable 'description' must be private and have accessor methods.56
InfosMissing a Javadoc comment.58
ErrorsVariable 'basedir' must be private and have accessor methods.58
InfosMissing a Javadoc comment.60
ErrorsVariable 'buildDirectory' must be private and have accessor methods.60
InfosMissing a Javadoc comment.62
ErrorsVariable 'artifacts' must be private and have accessor methods.62
InfosMissing a Javadoc comment.64
ErrorsVariable 'licenses' must be private and have accessor methods.64
InfosMissing a Javadoc comment.66
ErrorsVariable 'artifactConflictIdMap' must be private and have accessor methods.66
WarningsMissing a Javadoc comment.68
ErrorsMore than 7 parameters.68
WarningsMissing a Javadoc comment.86

org/codehaus/mojo/unix/maven/plugin/Mkdirs.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.30
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49

org/codehaus/mojo/unix/maven/plugin/MojoFileAttributes.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.31
InfosMissing a Javadoc comment.42
ErrorsVariable 'user' must be private and have accessor methods.42
InfosMissing a Javadoc comment.44
ErrorsVariable 'group' must be private and have accessor methods.44
InfosMissing a Javadoc comment.46
ErrorsVariable 'mode' must be private and have accessor methods.46
InfosMissing a Javadoc comment.48
ErrorsVariable 'tags' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
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
InfosMissing a Javadoc comment.86
ErrorsName 'create_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.86

org/codehaus/mojo/unix/maven/plugin/Package.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.27
InfosMissing a Javadoc comment.36
ErrorsVariable 'classifier' must be private and have accessor methods.36
InfosMissing a Javadoc comment.38
ErrorsVariable 'id' must be private and have accessor methods.38
InfosMissing a Javadoc comment.40
ErrorsVariable 'name' must be private and have accessor methods.40
InfosMissing a Javadoc comment.42
ErrorsVariable 'description' must be private and have accessor methods.42
InfosMissing a Javadoc comment.44
ErrorsVariable 'defaults' must be private and have accessor methods.44
InfosMissing a Javadoc comment.46
ErrorsVariable 'assembly' must be private and have accessor methods.46
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

org/codehaus/mojo/unix/maven/plugin/PackageDebAttachedMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.deb.*.30

org/codehaus/mojo/unix/maven/plugin/PackageDebMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.deb.*.30

org/codehaus/mojo/unix/maven/plugin/PackageRpmAttachedMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.rpm.*.30

org/codehaus/mojo/unix/maven/plugin/PackageRpmMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.rpm.*.30

org/codehaus/mojo/unix/maven/plugin/PackageSysvPkgAttachedMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.sysvpkg.*.30

org/codehaus/mojo/unix/maven/plugin/PackageSysvPkgMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.sysvpkg.*.30

org/codehaus/mojo/unix/maven/plugin/PackageZipAttachedMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29

org/codehaus/mojo/unix/maven/plugin/PackageZipMojo.java

ViolationMessageLine
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name0
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29

org/codehaus/mojo/unix/maven/plugin/PackagingFormat.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.27
InfosMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38

org/codehaus/mojo/unix/maven/plugin/PackagingMojoParameters.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.27
InfosMissing a Javadoc comment.39
ErrorsVariable 'name' must be private and have accessor methods.39
InfosMissing a Javadoc comment.40
ErrorsVariable 'revision' must be private and have accessor methods.40
InfosMissing a Javadoc comment.41
ErrorsVariable 'description' must be private and have accessor methods.41
InfosMissing a Javadoc comment.42
ErrorsVariable 'contact' must be private and have accessor methods.42
InfosMissing a Javadoc comment.43
ErrorsVariable 'contactEmail' must be private and have accessor methods.43
InfosMissing a Javadoc comment.44
ErrorsVariable 'architecture' must be private and have accessor methods.44
InfosMissing a Javadoc comment.45
ErrorsVariable 'defaults' must be private and have accessor methods.45
InfosMissing a Javadoc comment.46
ErrorsVariable 'assembly' must be private and have accessor methods.46
InfosMissing a Javadoc comment.47
ErrorsVariable 'packages' must be private and have accessor methods.47
WarningsMissing a Javadoc comment.49
ErrorsMore than 7 parameters.49

org/codehaus/mojo/unix/maven/plugin/PkgSpecificSettings.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.27
Errors'}' is not preceded with whitespace.35
InfosMissing a Javadoc comment.38
ErrorsVariable 'classes' must be private and have accessor methods.38
InfosMissing a Javadoc comment.40
ErrorsVariable 'category' must be private and have accessor methods.40
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54

org/codehaus/mojo/unix/maven/plugin/RpmSpecificSettings.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.lang.builder.*.29
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48

org/codehaus/mojo/unix/maven/plugin/SetAttributes.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.30
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.31
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.32
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.33
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.34
ErrorsUsing the '.*' form of import should be avoided - java.util.*.37
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
Warnings'basedir' hides a field.86

org/codehaus/mojo/unix/maven/plugin/Symlink.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.plugin.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.31
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59

org/codehaus/mojo/unix/maven/plugin/UnknownArtifactException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
ErrorsUsing the '.*' form of import should be avoided - org.apache.maven.artifact.*.3
ErrorsUsing the '.*' form of import should be avoided - java.util.*.5
InfosMissing a Javadoc comment.13
ErrorsVariable 'artifact' must be private and have accessor methods.13
InfosMissing a Javadoc comment.15
ErrorsVariable 'artifactMap' must be private and have accessor methods.15
WarningsMissing a Javadoc comment.17

org/codehaus/mojo/unix/maven/rpm/RpmMojoUtil.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*.29
ErrorsLine is longer than 120 characters.36
InfosMissing a Javadoc comment.36
ErrorsName 'validateMojoSettingsAndApplyFormatSpecificSettingsToPackage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.36
WarningsMissing a Javadoc comment.44

org/codehaus/mojo/unix/maven/rpm/RpmPackagingFormat.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*.28
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51

org/codehaus/mojo/unix/maven/rpm/RpmUnixPackage.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.29
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.core.*.32
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.rpm.*.33
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.35
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.line.*.36
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.vfs.*.37
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.plexus.util.*.38
ErrorsUsing the '.*' form of import should be avoided - org.joda.time.*.39
ErrorsUsing the '.*' form of import should be avoided - java.io.*.41
Errors'static' modifier out of order with the JLS suggestions.59
ErrorsName 'scriptUtil' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.92
Warnings'workingDirectory' hides a field.92
WarningsMissing a Javadoc comment.99
Warnings'debug' hides a field.99
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.114
Warnings'rpmbuildPath' hides a field.114
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.133
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.207

org/codehaus/mojo/unix/maven/sysvpkg/PkgMojoUtil.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.28
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*.29
InfosMissing a Javadoc comment.36
ErrorsLine is longer than 120 characters.37
ErrorsName 'validateMojoSettingsAndApplyFormatSpecificSettingsToPackage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.37
WarningsMissing a Javadoc comment.45

org/codehaus/mojo/unix/maven/sysvpkg/PkgUnixPackage.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.30
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.32
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.provider.local.*.33
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.34
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.UnixFsObject.*.36
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.sysvpkg.*.38
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.sysvpkg.prototype.*.39
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.40
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.line.*.42
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.plexus.util.*.44
ErrorsUsing the '.*' form of import should be avoided - org.joda.time.*.45
ErrorsUsing the '.*' form of import should be avoided - java.io.*.48
ErrorsUsing the '.*' form of import should be avoided - java.util.*.49
ErrorsUsing the '.*' form of import should be avoided - java.util.concurrent.*.50
ErrorsLine is longer than 120 characters.63
ErrorsName 'scriptUtil' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.63
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.104
Warnings'workingDirectory' hides a field.104
WarningsMissing a Javadoc comment.111
Warnings'debug' hides a field.111
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.133
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.220
WarningsMissing a Javadoc comment.237
WarningsMissing a Javadoc comment.242
WarningsMissing a Javadoc comment.250
WarningsMissing a Javadoc comment.258
WarningsMissing a Javadoc comment.266
WarningsMissing a Javadoc comment.271
WarningsMissing a Javadoc comment.280

org/codehaus/mojo/unix/maven/sysvpkg/SysvPkgPackagingFormat.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*.28
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51

org/codehaus/mojo/unix/maven/zip/ZipPackagingFormat.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.27
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.maven.plugin.*.28
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51

org/codehaus/mojo/unix/maven/zip/ZipUnixPackage.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUsing the '.*' form of import should be avoided - fj.*.27
ErrorsUsing the '.*' form of import should be avoided - fj.data.*.29
ErrorsUsing the '.*' form of import should be avoided - org.apache.commons.vfs.*.30
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.*.31
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.java.*.35
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.mojo.unix.util.*.36
ErrorsUsing the '.*' form of import should be avoided - org.codehaus.plexus.util.*.38
ErrorsUsing the '.*' form of import should be avoided - org.joda.time.*.39
ErrorsUsing the '.*' form of import should be avoided - java.io.*.41
ErrorsUsing the '.*' form of import should be avoided - java.util.concurrent.*.42
ErrorsUsing the '.*' form of import should be avoided - java.util.zip.*.43
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73
Warnings'directory' hides a field.73
WarningsMissing a Javadoc comment.84
Warnings'file' hides a field.84
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.112
Warnings'workingDirectory' hides a field.112
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.155
Warnings'file' hides a field.197