Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
50085

Files

FilesIWE
gov/noaa/mptools/MPException.java 001
gov/noaa/mptools/MPException.java 008
gov/noaa/mptools/MPRunner.java 0075
gov/noaa/mptools/package.html 001

gov/noaa/mptools/MPException.java

ErrorLine
Error File does not end with a newline. 0

gov/noaa/mptools/MPException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error '{' is not preceded with whitespace. 8
Error First sentence should end with a period. 10
Error Line has trailing spaces. 11
Error First sentence should end with a period. 16
Error Line has trailing spaces. 17
Error Parameter msg should be final. 18
Error '{' is not preceded with whitespace. 18

gov/noaa/mptools/MPRunner.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.io.*. 13
Error Line is longer than 80 characters. 15
Error Line has trailing spaces. 20
Error Variable 'tempDir' must be private and have accessor methods. 21
Error Line is longer than 80 characters. 22
Error Line has trailing spaces. 24
Error Variable 'mpCommand' must be private and have accessor methods. 25
Error Line has trailing spaces. 28
Error Variable 'configFile' must be private and have accessor methods. 29
Error Line has trailing spaces. 31
Error Variable 'aliasFile' must be private and have accessor methods. 32
Error First sentence should end with a period. 34
Error Line has trailing spaces. 35
Error Line has trailing spaces. 41
Error Method 'setTempDir' is not designed for extension - needs to be abstract, final or empty. 42
Error Parameter tDir should be final. 42
Error '{' is not preceded with whitespace. 42
Error '=' is not preceded with whitespace. 43
Error '=' is not followed by whitespace. 43
Error Line is longer than 80 characters. 47
Error Line has trailing spaces. 49
Error Method 'setMPCommand' is not designed for extension - needs to be abstract, final or empty. 50
Error Parameter str should be final. 50
Error '{' is not preceded with whitespace. 50
Error '=' is not preceded with whitespace. 51
Error '=' is not followed by whitespace. 51
Error Line is longer than 80 characters. 55
Error Line has trailing spaces. 57
Error Method 'setConfigFile' is not designed for extension - needs to be abstract, final or empty. 58
Error Parameter conf should be final. 58
Error '{' is not preceded with whitespace. 58
Error '=' is not preceded with whitespace. 59
Error '=' is not followed by whitespace. 59
Error Line has trailing spaces. 64
Error Method 'setAliasFile' is not designed for extension - needs to be abstract, final or empty. 65
Error Parameter alias should be final. 65
Error '{' is not preceded with whitespace. 65
Error '=' is not preceded with whitespace. 66
Error '=' is not followed by whitespace. 66
Error Method 'runMPWithFileName' is not designed for extension - needs to be abstract, final or empty. 74
Error Parameter mpFile should be final. 74
Error '{' is not preceded with whitespace. 74
Error '{' is not preceded with whitespace. 77
Error '{' is not preceded with whitespace. 80
Error '}' should be on the same line. 89
Error '{' is not preceded with whitespace. 90
Error '=' is not preceded with whitespace. 99
Error '=' is not followed by whitespace. 99
Error '!=' is not preceded with whitespace. 101
Error '!=' is not followed by whitespace. 101
Error '{' is not preceded with whitespace. 101
Error Line has trailing spaces. 106
Error Line has trailing spaces. 107
Error '}' should be on the same line. 110
Error '{' is not preceded with whitespace. 111
Error '}' should be on the same line. 118
Error '{' is not preceded with whitespace. 119
Error Line has trailing spaces. 120
Error '{' is not preceded with whitespace. 124
Error Line is longer than 80 characters. 125
Error '+' is not preceded with whitespace. 125
Error '+' is not followed by whitespace. 125
Error '+' is not preceded with whitespace. 125
Error '+' is not followed by whitespace. 125
Error Line contains a tab character. 126
Error First sentence should end with a period. 137
Error Line is longer than 80 characters. 137
Error Method 'runMPWithXMLString' is not designed for extension - needs to be abstract, final or empty. 143
Error Parameter xml should be final. 143
Error ',' is not followed by whitespace. 148
Error '}' should be on the same line. 159
Error '{' is not preceded with whitespace. 160
Error '+' is not preceded with whitespace. 161
Error '+' is not followed by whitespace. 161

gov/noaa/mptools/package.html

ErrorLine
Error Missing package documentation file.0