Checkstyle Results

The following document contains the results of Checkstyle 8.40 with org/wikimedia/discovery/build/tools/checkstyle/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
20 0 0 248

Files

File
 I
 W
 E
org/wikidata/analyzer/Fetcher/ArchiveOrgJsonOnlineDumpFile.java 0 0 10
org/wikidata/analyzer/Fetcher/DumpDateFetcher.java 0 0 3
org/wikidata/analyzer/Fetcher/DumpFetcher.java 0 0 15
org/wikidata/analyzer/Fetcher/RedirectFollowingWebResourceFetcherImpl.java 0 0 1
org/wikidata/analyzer/Fetcher/RefPropFetcher.java 0 0 2
org/wikidata/analyzer/Fetcher/RefPropFetcherTest.java 0 0 3
org/wikidata/analyzer/Fetcher/WikiDataFetcher.java 0 0 1
org/wikidata/analyzer/Fetcher/WikimediasFetcher.java 0 0 3
org/wikidata/analyzer/Fetcher/WikimediasFetcherTest.java 0 0 3
org/wikidata/analyzer/Processor/BadDateProcessor.java 0 0 6
org/wikidata/analyzer/Processor/BadDateProcessorTest.java 0 0 12
org/wikidata/analyzer/Processor/ExactValueQuantityProcessor.java 0 0 6
org/wikidata/analyzer/Processor/MapProcessor.java 0 0 15
org/wikidata/analyzer/Processor/MetricProcessor.java 0 0 31
org/wikidata/analyzer/Processor/MetricProcessorTest.java 0 0 49
org/wikidata/analyzer/Processor/MonolingualTextProcessor.java 0 0 18
org/wikidata/analyzer/Processor/MonolingualTextProcessorTest.java 0 0 24
org/wikidata/analyzer/Processor/NoisyProcessor.java 0 0 6
org/wikidata/analyzer/Processor/WikidataAnalyzerProcessor.java 0 0 5
org/wikidata/analyzer/WikidataAnalyzer.java 0 0 35

Rules

Category Rule Violations Severity
coding ExplicitInitialization 2
 Error
IllegalCatch 1
 Error
imports AvoidStarImport 27
 Error
ImportOrder
  • ordered: "false"
  • sortStaticImportsAlphabetically: "true"
  • caseSensitive: "false"
  • groups: "/^java\./,javax,org,com,"
  • separated: "true"
  • option: "top"
27
 Error
UnusedImports 1
 Error
javadoc JavadocStyle 9
 Error
metrics CyclomaticComplexity 1
 Error
misc NewlineAtEndOfFile 6
 Error
sizes LineLength
  • max: "160"
2
 Error
whitespace ParenPad 150
 Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
9
 Error
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyLambdas: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, DO_WHILE, EQUAL, GE, GT, LAMBDA, LAND, LCURLY, LE, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR_ASSIGN, LITERAL_ASSERT, TYPE_EXTENSION_AND"
  • allowEmptyTypes: "true"
13
 Error

Details

org/wikidata/analyzer/Fetcher/ArchiveOrgJsonOnlineDumpFile.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'java.io.IOException' import. 12
 Error
javadoc JavadocStyle First sentence should end with a period. 17
 Error
whitespace ParenPad '(' is followed by whitespace. 91
 Error
whitespace ParenPad ')' is preceded with whitespace. 91
 Error
whitespace ParenPad '(' is followed by whitespace. 93
 Error
whitespace ParenPad ')' is preceded with whitespace. 93
 Error
whitespace WhitespaceAround 'for' is not followed by whitespace. 95
 Error
whitespace ParenPad '(' is followed by whitespace. 95
 Error
whitespace ParenPad ')' is preceded with whitespace. 95
 Error
coding IllegalCatch Catching 'Exception' is not allowed. 118

org/wikidata/analyzer/Fetcher/DumpDateFetcher.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'java.io.IOException' import. 8
 Error
javadoc JavadocStyle First sentence should end with a period. 17
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 28

org/wikidata/analyzer/Fetcher/DumpFetcher.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'java.io.File' import. 10
 Error
javadoc JavadocStyle First sentence should end with a period. 30
 Error
whitespace ParenPad '(' is followed by whitespace. 38
 Error
whitespace ParenPad ')' is preceded with whitespace. 38
 Error
whitespace ParenPad '(' is followed by whitespace. 62
 Error
whitespace ParenPad ')' is preceded with whitespace. 62
 Error
whitespace WhitespaceAround 'if' is not followed by whitespace. 63
 Error
whitespace ParenPad '(' is followed by whitespace. 63
 Error
whitespace ParenPad ')' is preceded with whitespace. 63
 Error
whitespace ParenPad '(' is followed by whitespace. 93
 Error
whitespace ParenPad ')' is preceded with whitespace. 93
 Error
whitespace WhitespaceAround 'try' is not followed by whitespace. 96
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 96
 Error
whitespace ParenPad '(' is followed by whitespace. 101
 Error
whitespace ParenPad ')' is preceded with whitespace. 101

org/wikidata/analyzer/Fetcher/RedirectFollowingWebResourceFetcherImpl.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'java.io.IOException' import. 5

org/wikidata/analyzer/Fetcher/RefPropFetcher.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'java.io.File' import. 6
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 87

org/wikidata/analyzer/Fetcher/RefPropFetcherTest.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 3
 Error
imports ImportOrder 'org.junit.Ignore' should be separated from previous imports. 4
 Error
imports ImportOrder Wrong order for 'java.io.File' import. 7

org/wikidata/analyzer/Fetcher/WikiDataFetcher.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'java.io.File' import. 8

org/wikidata/analyzer/Fetcher/WikimediasFetcher.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'org.json.simple.JSONArray' import. 4
 Error
imports ImportOrder Wrong order for 'java.io.File' import. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 12

org/wikidata/analyzer/Fetcher/WikimediasFetcherTest.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 3
 Error
imports ImportOrder 'org.junit.Ignore' should be separated from previous imports. 4
 Error
imports ImportOrder Wrong order for 'java.io.File' import. 7

org/wikidata/analyzer/Processor/BadDateProcessor.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.wikidata.wdtk.datamodel.interfaces.*. 3
 Error
imports ImportOrder Wrong order for 'java.io.*' import. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 5
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 6
 Error
javadoc JavadocStyle First sentence should end with a period. 8

org/wikidata/analyzer/Processor/BadDateProcessorTest.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline. 1
 Error
imports ImportOrder Wrong order for 'org.easymock.EasyMock' import. 4
 Error
imports ImportOrder Wrong order for 'java.io.*' import. 14
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 14
 Error
whitespace ParenPad '(' is followed by whitespace. 34
 Error
whitespace ParenPad ')' is preceded with whitespace. 34
 Error
whitespace ParenPad '(' is followed by whitespace. 49
 Error
whitespace ParenPad ')' is preceded with whitespace. 49
 Error
whitespace ParenPad '(' is followed by whitespace. 78
 Error
whitespace ParenPad ')' is preceded with whitespace. 78
 Error
whitespace ParenPad '(' is followed by whitespace. 107
 Error
whitespace ParenPad ')' is preceded with whitespace. 107

org/wikidata/analyzer/Processor/ExactValueQuantityProcessor.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.wikidata.wdtk.datamodel.interfaces.*. 4
 Error
imports ImportOrder Wrong order for 'java.io.*' import. 6
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 6
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 7
 Error
javadoc JavadocStyle First sentence should end with a period. 9

org/wikidata/analyzer/Processor/MapProcessor.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.wikidata.wdtk.datamodel.interfaces.*. 6
 Error
imports ImportOrder Wrong order for 'java.io.*' import. 8
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 8
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 9
 Error
javadoc JavadocStyle First sentence should end with a period. 11
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 61
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 62
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 63
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 64
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 65
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 66
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 67
 Error
whitespace WhitespaceAfter ';' is not followed by whitespace. 68
 Error
metrics CyclomaticComplexity Cyclomatic Complexity is 11 (max allowed is 10). 71

org/wikidata/analyzer/Processor/MetricProcessor.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'org.json.simple.JSONObject' import. 4
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.wikidata.wdtk.datamodel.interfaces.*. 7
 Error
imports ImportOrder Wrong order for 'java.io.*' import. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 9
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 10
 Error
whitespace ParenPad '(' is followed by whitespace. 87
 Error
whitespace ParenPad ')' is preceded with whitespace. 87
 Error
whitespace ParenPad '(' is followed by whitespace. 95
 Error
whitespace ParenPad ')' is preceded with whitespace. 95
 Error
whitespace WhitespaceAround 'if' is not followed by whitespace. 110
 Error
whitespace ParenPad '(' is followed by whitespace. 110
 Error
whitespace ParenPad ')' is preceded with whitespace. 110
 Error
whitespace WhitespaceAround 'for' is not followed by whitespace. 124
 Error
whitespace ParenPad '(' is followed by whitespace. 124
 Error
whitespace WhitespaceAround 'if' is not followed by whitespace. 134
 Error
whitespace ParenPad '(' is followed by whitespace. 134
 Error
whitespace ParenPad '(' is followed by whitespace. 134
 Error
whitespace ParenPad ')' is preceded with whitespace. 134
 Error
whitespace ParenPad ')' is preceded with whitespace. 134
 Error
whitespace WhitespaceAround 'if' is not followed by whitespace. 152
 Error
whitespace ParenPad '(' is followed by whitespace. 152
 Error
whitespace ParenPad '(' is followed by whitespace. 152
 Error
whitespace ParenPad ')' is preceded with whitespace. 152
 Error
whitespace ParenPad ')' is preceded with whitespace. 152
 Error
whitespace WhitespaceAround 'if' is not followed by whitespace. 155
 Error
whitespace ParenPad '(' is followed by whitespace. 155
 Error
whitespace ParenPad '(' is followed by whitespace. 155
 Error
whitespace ParenPad ')' is preceded with whitespace. 155
 Error
whitespace ParenPad ')' is preceded with whitespace. 155
 Error
whitespace ParenPad '(' is followed by whitespace. 157
 Error
whitespace ParenPad ')' is preceded with whitespace. 157

org/wikidata/analyzer/Processor/MetricProcessorTest.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 3
 Error
imports ImportOrder 'org.junit.Ignore' should be separated from previous imports. 4
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.wikidata.wdtk.datamodel.helpers.*. 6
 Error
imports ImportOrder Wrong order for 'java.util.HashMap' import. 15
 Error
whitespace ParenPad '(' is followed by whitespace. 23
 Error
whitespace ParenPad ')' is preceded with whitespace. 23
 Error
whitespace ParenPad '(' is followed by whitespace. 24
 Error
whitespace ParenPad '(' is followed by whitespace. 24
 Error
whitespace ParenPad ')' is preceded with whitespace. 24
 Error
whitespace ParenPad ')' is preceded with whitespace. 24
 Error
whitespace ParenPad '(' is followed by whitespace. 25
 Error
whitespace ParenPad '(' is followed by whitespace. 25
 Error
whitespace ParenPad ')' is preceded with whitespace. 25
 Error
whitespace ParenPad ')' is preceded with whitespace. 25
 Error
whitespace ParenPad '(' is followed by whitespace. 28
 Error
whitespace ParenPad ')' is preceded with whitespace. 28
 Error
whitespace ParenPad '(' is followed by whitespace. 29
 Error
whitespace ParenPad '(' is followed by whitespace. 29
 Error
whitespace ParenPad ')' is preceded with whitespace. 29
 Error
whitespace ParenPad ')' is preceded with whitespace. 29
 Error
whitespace ParenPad '(' is followed by whitespace. 30
 Error
whitespace ParenPad '(' is followed by whitespace. 30
 Error
whitespace ParenPad ')' is preceded with whitespace. 30
 Error
whitespace ParenPad ')' is preceded with whitespace. 30
 Error
whitespace ParenPad '(' is followed by whitespace. 38
 Error
whitespace ParenPad ')' is preceded with whitespace. 38
 Error
whitespace ParenPad '(' is followed by whitespace. 77
 Error
whitespace ParenPad ')' is preceded with whitespace. 77
 Error
whitespace ParenPad '(' is followed by whitespace. 85
 Error
whitespace ParenPad ')' is preceded with whitespace. 85
 Error
whitespace ParenPad '(' is followed by whitespace. 90
 Error
whitespace ParenPad ')' is preceded with whitespace. 90
 Error
whitespace ParenPad '(' is followed by whitespace. 91
 Error
whitespace ParenPad ')' is preceded with whitespace. 91
 Error
whitespace ParenPad '(' is followed by whitespace. 92
 Error
whitespace ParenPad ')' is preceded with whitespace. 92
 Error
whitespace ParenPad ')' is preceded with whitespace. 97
 Error
whitespace ParenPad ')' is preceded with whitespace. 98
 Error
whitespace ParenPad ')' is preceded with whitespace. 99
 Error
whitespace ParenPad ')' is preceded with whitespace. 100
 Error
whitespace ParenPad ')' is preceded with whitespace. 101
 Error
whitespace ParenPad ')' is preceded with whitespace. 102
 Error
whitespace ParenPad ')' is preceded with whitespace. 103
 Error
whitespace ParenPad ')' is preceded with whitespace. 104
 Error
whitespace ParenPad ')' is preceded with whitespace. 105
 Error
whitespace ParenPad ')' is preceded with whitespace. 106
 Error
whitespace ParenPad ')' is preceded with whitespace. 107
 Error
whitespace ParenPad ')' is preceded with whitespace. 108
 Error
whitespace ParenPad ')' is preceded with whitespace. 109

org/wikidata/analyzer/Processor/MonolingualTextProcessor.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.wikidata.wdtk.datamodel.interfaces.*. 4
 Error
imports ImportOrder Wrong order for 'java.io.*' import. 6
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 6
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 7
 Error
javadoc JavadocStyle First sentence should end with a period. 9
 Error
whitespace ParenPad '(' is followed by whitespace. 28
 Error
whitespace ParenPad ')' is preceded with whitespace. 28
 Error
whitespace ParenPad '(' is followed by whitespace. 63
 Error
whitespace ParenPad ')' is preceded with whitespace. 63
 Error
whitespace ParenPad '(' is followed by whitespace. 70
 Error
whitespace ParenPad ')' is preceded with whitespace. 70
 Error
whitespace ParenPad '(' is followed by whitespace. 74
 Error
whitespace ParenPad ')' is preceded with whitespace. 74
 Error
whitespace ParenPad '(' is followed by whitespace. 88
 Error
whitespace ParenPad ')' is preceded with whitespace. 88
 Error
whitespace ParenPad '(' is followed by whitespace. 93
 Error
whitespace ParenPad ')' is preceded with whitespace. 93

org/wikidata/analyzer/Processor/MonolingualTextProcessorTest.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.junit.Assert.*. 3
 Error
imports ImportOrder 'org.junit.Ignore' should be separated from previous imports. 4
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.wikidata.wdtk.datamodel.helpers.*. 6
 Error
imports ImportOrder Wrong order for 'java.util.HashMap' import. 14
 Error
whitespace ParenPad '(' is followed by whitespace. 22
 Error
whitespace ParenPad ')' is preceded with whitespace. 22
 Error
whitespace ParenPad '(' is followed by whitespace. 23
 Error
whitespace ParenPad '(' is followed by whitespace. 23
 Error
whitespace ParenPad ')' is preceded with whitespace. 23
 Error
whitespace ParenPad ')' is preceded with whitespace. 23
 Error
whitespace ParenPad '(' is followed by whitespace. 24
 Error
whitespace ParenPad '(' is followed by whitespace. 24
 Error
whitespace ParenPad ')' is preceded with whitespace. 24
 Error
whitespace ParenPad ')' is preceded with whitespace. 24
 Error
whitespace ParenPad '(' is followed by whitespace. 32
 Error
whitespace ParenPad ')' is preceded with whitespace. 32
 Error
sizes LineLength Line is longer than 160 characters (found 162). 40
 Error
sizes LineLength Line is longer than 160 characters (found 162). 41
 Error
whitespace ParenPad '(' is followed by whitespace. 65
 Error
whitespace ParenPad ')' is preceded with whitespace. 65
 Error
whitespace ParenPad '(' is followed by whitespace. 66
 Error
whitespace ParenPad ')' is preceded with whitespace. 66
 Error
whitespace ParenPad ')' is preceded with whitespace. 70
 Error
whitespace ParenPad ')' is preceded with whitespace. 71

org/wikidata/analyzer/Processor/NoisyProcessor.java

Severity Category Rule Message Line
 Error
misc NewlineAtEndOfFile File does not end with a newline. 1
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.wikidata.wdtk.datamodel.interfaces.*. 3
 Error
imports ImportOrder Wrong order for 'java.io.File' import. 5
 Error
imports UnusedImports Unused import - java.io.File. 5
 Error
coding ExplicitInitialization Variable 'itemCount' explicitly initialized to '0' (default value for its type). 14
 Error
coding ExplicitInitialization Variable 'propertyCount' explicitly initialized to '0' (default value for its type). 15

org/wikidata/analyzer/Processor/WikidataAnalyzerProcessor.java

Severity Category Rule Message Line
 Error
imports ImportOrder Wrong order for 'java.io.File' import. 5
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 18
 Error
whitespace ParenPad '(' is followed by whitespace. 27
 Error
whitespace ParenPad ')' is preceded with whitespace. 27
 Error
whitespace WhitespaceAround '{' is not preceded with whitespace. 42

org/wikidata/analyzer/WikidataAnalyzer.java

Severity Category Rule Message Line
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - org.apache.commons.cli.*. 3
 Error
imports ImportOrder Wrong order for 'java.io.*' import. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.io.*. 11
 Error
imports AvoidStarImport Using the '.*' form of import should be avoided - java.util.*. 13
 Error
javadoc JavadocStyle First sentence should end with a period. 20
 Error
javadoc JavadocStyle First sentence should end with a period. 25
 Error
whitespace ParenPad '(' is followed by whitespace. 41
 Error
whitespace ParenPad ')' is preceded with whitespace. 41
 Error
whitespace ParenPad '(' is followed by whitespace. 76
 Error
whitespace ParenPad '(' is followed by whitespace. 76
 Error
whitespace ParenPad ')' is preceded with whitespace. 76
 Error
whitespace ParenPad ')' is preceded with whitespace. 76
 Error
whitespace ParenPad '(' is followed by whitespace. 79
 Error
whitespace ParenPad ')' is preceded with whitespace. 79
 Error
whitespace ParenPad '(' is followed by whitespace. 83
 Error
whitespace ParenPad ')' is preceded with whitespace. 83
 Error
whitespace ParenPad '(' is followed by whitespace. 84
 Error
whitespace ParenPad ')' is preceded with whitespace. 84
 Error
whitespace ParenPad '(' is followed by whitespace. 87
 Error
whitespace ParenPad ')' is preceded with whitespace. 87
 Error
whitespace WhitespaceAround 'if' is not followed by whitespace. 91
 Error
whitespace ParenPad '(' is followed by whitespace. 91
 Error
whitespace ParenPad ')' is preceded with whitespace. 91
 Error
whitespace ParenPad '(' is followed by whitespace. 92
 Error
whitespace ParenPad ')' is preceded with whitespace. 92
 Error
whitespace ParenPad '(' is followed by whitespace. 114
 Error
whitespace ParenPad ')' is preceded with whitespace. 114
 Error
whitespace ParenPad '(' is followed by whitespace. 139
 Error
whitespace ParenPad ')' is preceded with whitespace. 139
 Error
whitespace ParenPad '(' is followed by whitespace. 156
 Error
whitespace ParenPad ')' is preceded with whitespace. 156
 Error
whitespace ParenPad '(' is followed by whitespace. 178
 Error
whitespace ParenPad ')' is preceded with whitespace. 178
 Error
whitespace ParenPad '(' is followed by whitespace. 186
 Error
whitespace ParenPad ')' is preceded with whitespace. 186