Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1301650

Details

at/meikel/dmrl/server/httpclient/HttpDataRetrieverImpl.java

ViolationMessageLine
Warnings'static' modifier out of order with the JLS suggestions.32
WarningsParameter proxyHost should be final.38
WarningsVariable 'proxyHost' should be declared final.38
WarningsParameter proxyPort should be final.38
WarningsVariable 'proxyPort' should be declared final.38
WarningsParameter proxyHost should be final.51
WarningsVariable 'proxyHost' should be declared final.51
WarningsParameter proxyPort should be final.61
WarningsVariable 'proxyPort' should be declared final.61
WarningsVariable 'httpGet' should be declared final.78
WarningsVariable 'proxy' should be declared final.80
WarningsVariable 'config' should be declared final.81
WarningsVariable 'entity' should be declared final.88
WarningsVariable 'e' should be declared final.94
WarningsVariable 'e' should be declared final.106
WarningsVariable 'e' should be declared final.114
WarningsVariable 'httpClient' should be declared final.127
Warnings'=' is not preceded with whitespace.129
Warnings'=' is not followed by whitespace.129
Warnings'>=' is not preceded with whitespace.129
Warnings'>=' is not followed by whitespace.129
WarningsVariable 'currentNameInLoop' should be declared final.130
WarningsVariable 'currentUrl' should be declared final.131
WarningsVariable 'httpGet' should be declared final.132
WarningsVariable 'proxy' should be declared final.134
WarningsVariable 'config' should be declared final.135
WarningsVariable 'response' should be declared final.140
WarningsVariable 'statusLine' should be declared final.142
WarningsVariable 'statusCode' should be declared final.143
WarningsVariable 'e' should be declared final.155
WarningsVariable 'e' should be declared final.162

at/meikel/dmrl/server/httpclient/LocalFileDataRetriever.java

ViolationMessageLine
Warnings'static' modifier out of order with the JLS suggestions.16
WarningsParameter filename should be final.22
WarningsVariable 'filename' should be declared final.22
WarningsVariable 'e' should be declared final.37
WarningsVariable 'e' should be declared final.49

at/meikel/dmrl/server/model/Player.java

ViolationMessageLine
WarningsParameter position should be final.17
WarningsVariable 'position' should be declared final.17
WarningsParameter passnummer should be final.17
WarningsVariable 'passnummer' should be declared final.17
WarningsParameter name should be final.17
WarningsVariable 'name' should be declared final.17
WarningsParameter kategorie should be final.18
WarningsVariable 'kategorie' should be declared final.18
WarningsParameter verein should be final.18
WarningsVariable 'verein' should be declared final.18
WarningsParameter landesverband should be final.18
WarningsVariable 'landesverband' should be declared final.18
WarningsParameter ranglistenwert should be final.19
WarningsVariable 'ranglistenwert' should be declared final.19

at/meikel/dmrl/server/model/Rangliste.java

ViolationMessageLine
WarningsParameter spieler should be final.10
WarningsVariable 'spieler' should be declared final.10
WarningsParameter verein should be final.22
WarningsVariable 'result' should be declared final.26
WarningsParameter nationalAssociation should be final.35
WarningsVariable 'result' should be declared final.39
WarningsParameter licenseId should be final.48
WarningsVariable 'licenseId' should be declared final.48

at/meikel/dmrl/server/persistence/ExcelSheet.java

ViolationMessageLine
WarningsParameter id should be final.39
WarningsVariable 'id' should be declared final.39
WarningsParameter timestamp should be final.47
WarningsVariable 'timestamp' should be declared final.47
WarningsParameter url should be final.55
WarningsVariable 'url' should be declared final.55
WarningsParameter data should be final.64
WarningsVariable 'data' should be declared final.64
WarningsParameter state should be final.72
WarningsVariable 'state' should be declared final.72

at/meikel/dmrl/server/server/DataRetriever.java

ViolationMessageLine
WarningsRedundant 'public' modifier.8
WarningsRedundant 'public' modifier.10
WarningsRedundant 'public' modifier.12
WarningsRedundant 'public' modifier.14
WarningsRedundant 'public' modifier.16
WarningsRedundant 'public' modifier.18

at/meikel/dmrl/server/server/HttpDataRetriever.java

ViolationMessageLine
WarningsUnused import - java.io.InputStream.3
WarningsUnused import - java.util.Date.4
WarningsRedundant 'public' modifier.8
WarningsRedundant 'public' modifier.10
WarningsRedundant 'public' modifier.12
WarningsRedundant 'public' modifier.14

at/meikel/dmrl/server/server/Server.java

ViolationMessageLine
WarningsRedundant 'public' modifier.10
WarningsRedundant 'public' modifier.12
WarningsRedundant 'public' modifier.14
WarningsRedundant 'public' modifier.16
WarningsRedundant 'public' modifier.18
WarningsRedundant 'public' modifier.20

at/meikel/dmrl/server/server/ServerImpl.java

ViolationMessageLine
WarningsUsing the '.*' form of import should be avoided - java.util.*.6
WarningsParameter persistenceUnit should be final.41
WarningsVariable 'persistenceUnit' should be declared final.41
WarningsParameter dataRetriever should be final.41
WarningsVariable 'dataRetriever' should be declared final.41
WarningsVariable 'sheet' should be declared final.85
WarningsVariable 'is' should be declared final.90
WarningsVariable 'baos' should be declared final.91
WarningsVariable 'e' should be declared final.102
WarningsVariable 'allData' should be declared final.118
WarningsParameter sheet1 should be final.121
WarningsVariable 'sheet1' should be declared final.121
WarningsParameter sheet2 should be final.121
WarningsVariable 'sheet2' should be declared final.121
WarningsVariable 'ts1' should be declared final.132
WarningsVariable 'ts2' should be declared final.133
WarningsVariable 'bais' should be declared final.153
WarningsVariable 'table' should be declared final.154
WarningsVariable 'row' should be declared final.158
WarningsVariable 'platz' should be declared final.159
WarningsMust have at least one statement.163
WarningsLine is longer than 160 characters.168
WarningsVariable 'spieler' should be declared final.168
WarningsVariable 'e' should be declared final.171
WarningsVariable 'tx' should be declared final.190
WarningsVariable 'query' should be declared final.193

at/meikel/dmrl/server/server/ServerMain.java

ViolationMessageLine
WarningsUtility classes should not have a public or default constructor.14
Warnings'static' modifier out of order with the JLS suggestions.16
WarningsParameter args should be final.18
WarningsVariable 'args' should be declared final.18
WarningsVariable 'configFile' should be declared final.20
WarningsVariable 'server' should be declared final.23
WarningsVariable 'allData' should be declared final.25
WarningsVariable 'rankingList' should be declared final.34
WarningsVariable 'sgw' should be declared final.38
WarningsVariable 'e' should be declared final.49

at/meikel/dmrl/server/server/Statistics.java

ViolationMessageLine
WarningsRedundant 'public' modifier.7
WarningsRedundant 'public' modifier.9

at/meikel/dmrl/server/xlsreader/Row.java

ViolationMessageLine
WarningsParameter columnIndex should be final.15
WarningsVariable 'columnIndex' should be declared final.15
WarningsParameter value should be final.15
WarningsVariable 'value' should be declared final.15
WarningsParameter columnIndex should be final.37
WarningsVariable 'columnIndex' should be declared final.37
WarningsParameter columnIndex should be final.41
WarningsVariable 'columnIndex' should be declared final.41
WarningsVariable 'keys' should be declared final.42

at/meikel/dmrl/server/xlsreader/Table.java

ViolationMessageLine
WarningsClass Table should be declared as final.20
WarningsParameter filename should be final.34
WarningsVariable 'filename' should be declared final.34
WarningsParameter sheetName should be final.34
WarningsVariable 'sheetName' should be declared final.34
WarningsVariable 'e' should be declared final.37
WarningsParameter is should be final.43
WarningsVariable 'is' should be declared final.43
WarningsParameter sheetName should be final.43
WarningsVariable 'sheetName' should be declared final.43
WarningsVariable 'result' should be declared final.44
WarningsVariable 'wb' should be declared final.46
WarningsVariable 'sheet' should be declared final.48
WarningsVariable 'row' should be declared final.51
WarningsVariable 'xrrow' should be declared final.57
WarningsVariable 'cellIterator' should be declared final.59
WarningsVariable 'cell' should be declared final.61
WarningsVariable 'e' should be declared final.97
WarningsParameter columnIndex should be final.110
WarningsVariable 'columnIndex' should be declared final.110
WarningsParameter rowIndex should be final.122
WarningsVariable 'rowIndex' should be declared final.122
WarningsParameter ps should be final.126
WarningsVariable 'ps' should be declared final.126
WarningsVariable 'result' should be declared final.152
WarningsVariable 'skipValues' should be declared final.158
WarningsVariable 'physicalIndices' should be declared final.163
WarningsVariable 'rowIterator' should be declared final.164
WarningsVariable 'row' should be declared final.167
WarningsVariable 'headerRow' should be declared final.204
WarningsVariable 'value' should be declared final.207
WarningsAvoid inline conditionals.209