Apache Commons logo Commons Exec

Checkstyle Results

The following document contains the results of Checkstyle 10.23.0 with /Users/garygregory/git/commons-exec/src/conf/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
68 0 289 0

Files

File  I  W  E
org/apache/commons/exec/AbstractExecTest.java 0 4 0
org/apache/commons/exec/CommandLine.java 0 11 0
org/apache/commons/exec/CommandLineTest.java 0 31 0
org/apache/commons/exec/DaemonExecutor.java 0 3 0
org/apache/commons/exec/DefaultExecuteResultHandler.java 0 2 0
org/apache/commons/exec/DefaultExecutor.java 0 16 0
org/apache/commons/exec/DefaultExecutorTest.java 0 32 0
org/apache/commons/exec/ExecuteException.java 0 1 0
org/apache/commons/exec/ExecuteResultHandler.java 0 1 0
org/apache/commons/exec/ExecuteStreamHandler.java 0 1 0
org/apache/commons/exec/ExecuteWatchdog.java 0 13 0
org/apache/commons/exec/Executor.java 0 4 0
org/apache/commons/exec/InputStreamPumper.java 0 1 0
org/apache/commons/exec/LogOutputStream.java 0 6 0
org/apache/commons/exec/LogOutputStreamTest.java 0 8 0
org/apache/commons/exec/OS.java 0 7 0
org/apache/commons/exec/ProcessDestroyer.java 0 1 0
org/apache/commons/exec/PumpStreamHandler.java 0 9 0
org/apache/commons/exec/PumpStreamHandlerTest.java 0 1 0
org/apache/commons/exec/ShutdownHookProcessDestroyer.java 0 3 0
org/apache/commons/exec/StandAloneTest.java 0 2 0
org/apache/commons/exec/StreamPumper.java 0 1 0
org/apache/commons/exec/TestUtil.java 0 5 0
org/apache/commons/exec/ThreadUtil.java 0 2 0
org/apache/commons/exec/TimeoutObserver.java 0 1 0
org/apache/commons/exec/TutorialTest.java 0 5 0
org/apache/commons/exec/Watchdog.java 0 12 0
org/apache/commons/exec/environment/DefaultProcessingEnvironment.java 0 2 0
org/apache/commons/exec/environment/EnvironmentUtils.java 0 4 0
org/apache/commons/exec/environment/EnvironmentUtilsTest.java 0 3 0
org/apache/commons/exec/environment/OpenVmsProcessingEnvironment.java 0 1 0
org/apache/commons/exec/environment/package-info.java 0 1 0
org/apache/commons/exec/issues/Exec33Test.java 0 4 0
org/apache/commons/exec/issues/Exec34Test.java 0 6 0
org/apache/commons/exec/issues/Exec36Test.java 0 10 0
org/apache/commons/exec/issues/Exec41Test.java 0 3 0
org/apache/commons/exec/issues/Exec44Test.java 0 5 0
org/apache/commons/exec/issues/Exec49Test.java 0 5 0
org/apache/commons/exec/issues/Exec57Test.java 0 1 0
org/apache/commons/exec/issues/Exec60Test.java 0 4 0
org/apache/commons/exec/issues/Exec62Test.java 0 2 0
org/apache/commons/exec/issues/Exec65Test.java 0 2 0
org/apache/commons/exec/launcher/AbstractCommandLauncherTest.java 0 2 0
org/apache/commons/exec/launcher/CommandLauncher.java 0 7 0
org/apache/commons/exec/launcher/CommandLauncherFactory.java 0 2 0
org/apache/commons/exec/launcher/CommandLauncherFactoryTest.java 0 1 0
org/apache/commons/exec/launcher/CommandLauncherImpl.java 0 4 0
org/apache/commons/exec/launcher/CommandLauncherImplTest.java 0 1 0
org/apache/commons/exec/launcher/CommandLauncherProxy.java 0 1 0
org/apache/commons/exec/launcher/Java13CommandLauncher.java 0 1 0
org/apache/commons/exec/launcher/Java13CommandLauncherTest.java 0 1 0
org/apache/commons/exec/launcher/OS2CommandLauncher.java 0 1 0
org/apache/commons/exec/launcher/OS2CommandLauncherTest.java 0 1 0
org/apache/commons/exec/launcher/VmsCommandLauncher.java 0 2 0
org/apache/commons/exec/launcher/VmsCommandLauncherTest.java 0 2 0
org/apache/commons/exec/launcher/WinNTCommandLauncher.java 0 1 0
org/apache/commons/exec/launcher/WinNTCommandLauncherTest.java 0 1 0
org/apache/commons/exec/launcher/package-info.java 0 1 0
org/apache/commons/exec/package-info.java 0 1 0
org/apache/commons/exec/util/DebugUtils.java 0 3 0
org/apache/commons/exec/util/MapUtilTest.java 0 6 0
org/apache/commons/exec/util/MapUtils.java 0 3 0
org/apache/commons/exec/util/StringUtilTest.java 0 2 0
org/apache/commons/exec/util/StringUtils.java 0 8 0
org/apache/commons/exec/util/package-info.java 0 1 0

Details

org/apache/commons/exec/AbstractExecTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 24
 Warning javadoc JavadocVariable Missing a Javadoc comment. 25
 Warning javadoc JavadocVariable Missing a Javadoc comment. 27

org/apache/commons/exec/CommandLine.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning coding DeclarationOrder Instance variable definition in wrong order. 176
 Warning coding DeclarationOrder Instance variable definition in wrong order. 181
 Warning coding DeclarationOrder Instance variable definition in wrong order. 186
 Warning coding DeclarationOrder Instance variable definition in wrong order. 191
 Warning coding DeclarationOrder Constructor definition in wrong order. 198
 Warning coding DeclarationOrder Constructor definition in wrong order. 213
 Warning coding DeclarationOrder Constructor definition in wrong order. 224
 Warning coding DeclarationOrder Constructor definition in wrong order. 236

org/apache/commons/exec/CommandLineTest.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 44
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 52
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 58
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 60
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 68
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 76
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 84
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 99
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 109
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 119
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 128
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 137
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 166
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 172
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 178
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 183
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 189
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 195
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 213
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 260
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 282
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 292
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 293
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 305
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 328
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 352
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 369
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 383
 Warning naming MethodName Name 'testParseRealLifeCommandLine_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 412
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 430

org/apache/commons/exec/DaemonExecutor.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning coding DeclarationOrder Constructor definition in wrong order. 70
 Warning coding DeclarationOrder Constructor definition in wrong order. 75

org/apache/commons/exec/DefaultExecuteResultHandler.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/DefaultExecutor.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning javadoc JavadocVariable Missing a Javadoc comment. 63
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning coding DeclarationOrder Instance variable definition in wrong order. 169
 Warning coding DeclarationOrder Instance variable definition in wrong order. 172
 Warning coding DeclarationOrder Instance variable definition in wrong order. 175
 Warning coding DeclarationOrder Instance variable definition in wrong order. 178
 Warning coding DeclarationOrder Instance variable definition in wrong order. 181
 Warning coding DeclarationOrder Instance variable definition in wrong order. 184
 Warning coding DeclarationOrder Instance variable definition in wrong order. 187
 Warning coding DeclarationOrder Instance variable definition in wrong order. 190
 Warning coding DeclarationOrder Instance variable definition in wrong order. 195
 Warning coding DeclarationOrder Constructor definition in wrong order. 205
 Warning coding DeclarationOrder Constructor definition in wrong order. 210
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 530

org/apache/commons/exec/DefaultExecutorTest.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning naming StaticVariableName Name 'SUCCESS_STATUS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning naming StaticVariableName Name 'ERROR_STATUS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
 Warning coding DeclarationOrder Instance variable definition in wrong order. 74
 Warning javadoc JavadocVariable Missing a Javadoc comment. 74
 Warning coding DeclarationOrder Instance variable definition in wrong order. 76
 Warning javadoc JavadocVariable Missing a Javadoc comment. 76
 Warning coding DeclarationOrder Instance variable definition in wrong order. 77
 Warning javadoc JavadocVariable Missing a Javadoc comment. 77
 Warning coding DeclarationOrder Instance variable definition in wrong order. 78
 Warning javadoc JavadocVariable Missing a Javadoc comment. 78
 Warning coding DeclarationOrder Instance variable definition in wrong order. 79
 Warning javadoc JavadocVariable Missing a Javadoc comment. 79
 Warning coding DeclarationOrder Instance variable definition in wrong order. 80
 Warning javadoc JavadocVariable Missing a Javadoc comment. 80
 Warning coding DeclarationOrder Instance variable definition in wrong order. 81
 Warning javadoc JavadocVariable Missing a Javadoc comment. 81
 Warning coding DeclarationOrder Instance variable definition in wrong order. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 82
 Warning coding DeclarationOrder Instance variable definition in wrong order. 83
 Warning javadoc JavadocVariable Missing a Javadoc comment. 83
 Warning coding DeclarationOrder Instance variable definition in wrong order. 85
 Warning javadoc JavadocVariable Missing a Javadoc comment. 85
 Warning coding DeclarationOrder Instance variable definition in wrong order. 87
 Warning javadoc JavadocVariable Missing a Javadoc comment. 87
 Warning coding DeclarationOrder Instance variable definition in wrong order. 89
 Warning javadoc JavadocVariable Missing a Javadoc comment. 89
 Warning naming MethodName Name '_testExecuteStability' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
 Warning regexp RegexpSingleline Line has trailing spaces. 730

org/apache/commons/exec/ExecuteException.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/ExecuteResultHandler.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/ExecuteStreamHandler.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/ExecuteWatchdog.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 61
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Warning coding DeclarationOrder Instance variable definition in wrong order. 122
 Warning coding DeclarationOrder Instance variable definition in wrong order. 125
 Warning coding DeclarationOrder Instance variable definition in wrong order. 128
 Warning coding DeclarationOrder Instance variable definition in wrong order. 131
 Warning coding DeclarationOrder Instance variable definition in wrong order. 134
 Warning coding DeclarationOrder Instance variable definition in wrong order. 137
 Warning coding DeclarationOrder Instance variable definition in wrong order. 140
 Warning coding DeclarationOrder Instance variable definition in wrong order. 145
 Warning coding DeclarationOrder Constructor definition in wrong order. 153
 Warning coding DeclarationOrder Constructor definition in wrong order. 164

org/apache/commons/exec/Executor.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning modifier RedundantModifier Redundant 'final' modifier. 140
 Warning modifier RedundantModifier Redundant 'final' modifier. 148
 Warning modifier RedundantModifier Redundant 'final' modifier. 163

org/apache/commons/exec/InputStreamPumper.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/LogOutputStream.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning javadoc JavadocVariable Missing a Javadoc comment. 55
 Warning javadoc JavadocVariable Missing a Javadoc comment. 57
 Warning modifier RedundantModifier Redundant 'final' modifier. 143
 Warning modifier RedundantModifier Redundant 'final' modifier. 143

org/apache/commons/exec/LogOutputStreamTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning design VisibilityModifier Variable 'output' must be private and have accessor methods. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 64
 Warning javadoc JavadocVariable Missing a Javadoc comment. 65
 Warning javadoc JavadocVariable Missing a Javadoc comment. 66
 Warning javadoc JavadocVariable Missing a Javadoc comment. 68
 Warning javadoc JavadocVariable Missing a Javadoc comment. 70

org/apache/commons/exec/OS.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 78
 Warning javadoc JavadocVariable Missing a Javadoc comment. 80
 Warning javadoc JavadocVariable Missing a Javadoc comment. 81
 Warning javadoc JavadocVariable Missing a Javadoc comment. 82
 Warning javadoc JavadocVariable Missing a Javadoc comment. 83
 Warning coding DeclarationOrder Constructor definition in wrong order. 320

org/apache/commons/exec/ProcessDestroyer.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/PumpStreamHandler.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning javadoc JavadocVariable Missing a Javadoc comment. 51

org/apache/commons/exec/PumpStreamHandlerTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/ShutdownHookProcessDestroyer.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 30
 Warning modifier RedundantModifier Redundant 'public' modifier. 32

org/apache/commons/exec/StandAloneTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocPackage Missing package-info.java file. 1

org/apache/commons/exec/StreamPumper.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/TestUtil.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 37
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 40
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 43
 Warning coding DeclarationOrder Constructor definition in wrong order. 67

org/apache/commons/exec/ThreadUtil.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 25

org/apache/commons/exec/TimeoutObserver.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/TutorialTest.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43
 Warning modifier RedundantModifier Redundant 'public' modifier. 45
 Warning modifier RedundantModifier Redundant 'public' modifier. 49

org/apache/commons/exec/Watchdog.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning coding DeclarationOrder Instance variable definition in wrong order. 93
 Warning javadoc JavadocVariable Missing a Javadoc comment. 93
 Warning coding DeclarationOrder Instance variable definition in wrong order. 95
 Warning javadoc JavadocVariable Missing a Javadoc comment. 95
 Warning coding DeclarationOrder Instance variable definition in wrong order. 97
 Warning javadoc JavadocVariable Missing a Javadoc comment. 97
 Warning coding DeclarationOrder Instance variable definition in wrong order. 102
 Warning coding DeclarationOrder Constructor definition in wrong order. 110
 Warning coding DeclarationOrder Constructor definition in wrong order. 121

org/apache/commons/exec/environment/DefaultProcessingEnvironment.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 113

org/apache/commons/exec/environment/EnvironmentUtils.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning design FinalClass Class EnvironmentUtils should be declared as final. 27
 Warning javadoc JavadocVariable Missing a Javadoc comment. 29
 Warning coding DeclarationOrder Constructor definition in wrong order. 94

org/apache/commons/exec/environment/EnvironmentUtilsTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocPackage Missing package-info.java file. 1
 Warning whitespace NoWhitespaceAfter '{' is followed by whitespace. 116

org/apache/commons/exec/environment/OpenVmsProcessingEnvironment.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/environment/package-info.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/issues/Exec33Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40

org/apache/commons/exec/issues/Exec34Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning javadoc JavadocVariable Missing a Javadoc comment. 41
 Warning naming MethodName Name 'testExec34_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
 Warning naming MethodName Name 'testExec34_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 72

org/apache/commons/exec/issues/Exec36Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning javadoc JavadocVariable Missing a Javadoc comment. 46
 Warning javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning javadoc JavadocVariable Missing a Javadoc comment. 49
 Warning naming MethodName Name '_testExec36_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. 56
 Warning naming MethodName Name '_testExec36_5' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
 Warning naming MethodName Name '_testExec36_6' must match pattern '^[a-z][a-zA-Z0-9]*$'. 99
 Warning naming MethodName Name 'testExec36_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 130
 Warning naming MethodName Name 'testExec36_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 163

org/apache/commons/exec/issues/Exec41Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39

org/apache/commons/exec/issues/Exec44Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocPackage Missing package-info.java file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning javadoc JavadocVariable Missing a Javadoc comment. 40

org/apache/commons/exec/issues/Exec49Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning naming MethodName Name 'testExec49_1' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
 Warning naming MethodName Name 'testExec49_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80

org/apache/commons/exec/issues/Exec57Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/issues/Exec60Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning naming MethodName Name 'testExec_60' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47

org/apache/commons/exec/issues/Exec62Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocVariable Missing a Javadoc comment. 43

org/apache/commons/exec/issues/Exec65Test.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning misc TodoComment Comment matches to-do format 'TODO:'. 54

org/apache/commons/exec/launcher/AbstractCommandLauncherTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocPackage Missing package-info.java file. 1

org/apache/commons/exec/launcher/CommandLauncher.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning modifier RedundantModifier Redundant 'final' modifier. 40
 Warning modifier RedundantModifier Redundant 'final' modifier. 40
 Warning modifier RedundantModifier Redundant 'final' modifier. 51
 Warning modifier RedundantModifier Redundant 'final' modifier. 51
 Warning modifier RedundantModifier Redundant 'final' modifier. 51
 Warning modifier RedundantModifier Redundant 'final' modifier. 78

org/apache/commons/exec/launcher/CommandLauncherFactory.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning coding DeclarationOrder Constructor definition in wrong order. 37

org/apache/commons/exec/launcher/CommandLauncherFactoryTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/CommandLauncherImpl.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning modifier RedundantModifier Redundant 'final' modifier. 46
 Warning modifier RedundantModifier Redundant 'final' modifier. 46
 Warning modifier RedundantModifier Redundant 'final' modifier. 46

org/apache/commons/exec/launcher/CommandLauncherImplTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/CommandLauncherProxy.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/Java13CommandLauncher.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/Java13CommandLauncherTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/OS2CommandLauncher.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/OS2CommandLauncherTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/VmsCommandLauncher.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning whitespace WhitespaceAround '{' is not followed by whitespace. 81

org/apache/commons/exec/launcher/VmsCommandLauncherTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 42

org/apache/commons/exec/launcher/WinNTCommandLauncher.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/WinNTCommandLauncherTest.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/launcher/package-info.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/package-info.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/util/DebugUtils.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 23
 Warning coding DeclarationOrder Constructor definition in wrong order. 80

org/apache/commons/exec/util/MapUtilTest.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Warning header Header Missing a header - not enough lines in file. 1
 Warning javadoc JavadocPackage Missing package-info.java file. 1
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 38
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 58
 Warning coding IllegalType Usage of type 'HashMap' is not allowed. 72

org/apache/commons/exec/util/MapUtils.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 27
 Warning coding DeclarationOrder Constructor definition in wrong order. 87

org/apache/commons/exec/util/StringUtilTest.java

Severity Category Rule Message Line
 Warning misc NewlineAtEndOfFile File does not end with a newline. 1
 Warning header Header Missing a header - not enough lines in file. 1

org/apache/commons/exec/util/StringUtils.java

Severity Category Rule Message Line
 Warning header Header Line does not match expected header line of ''. 1
 Warning design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 32
 Warning javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocVariable Missing a Javadoc comment. 35
 Warning javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning javadoc JavadocVariable Missing a Javadoc comment. 37
 Warning javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning coding DeclarationOrder Constructor definition in wrong order. 240

org/apache/commons/exec/util/package-info.java

Severity Category Rule Message Line
 Warning header Header Missing a header - not enough lines in file. 1