Checkstyle Results
The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 71 | 0 | 28 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MatchXpath
|
28 |
Details
org/bremersee/geojson/GeoJsonGeometryFactoryTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 709 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 712 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 715 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 727 |
org/bremersee/geojson/GeoJsonObjectMapperModuleTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 104 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 121 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 138 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 155 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 172 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 191 |
org/bremersee/geojson/converter/StringToGeometryCollectionConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/StringToGeometryConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/StringToLineStringConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/StringToMultiLineStringConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/StringToMultiPointConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/StringToMultiPolygonConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/StringToPointConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/StringToPolygonConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/deserialization/JsonToGeometryConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 140 |
org/bremersee/geojson/converter/deserialization/JsonToGeometryConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/deserialization/JsonToMultiLineStringConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 87 |
org/bremersee/geojson/converter/deserialization/JsonToMultiPointConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 84 |
org/bremersee/geojson/converter/deserialization/JsonToMultiPolygonConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 84 |
org/bremersee/geojson/converter/deserialization/JsonToPointConverterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 49 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 53 |
org/bremersee/geojson/converter/deserialization/JsonToPolygonConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 91 |
org/bremersee/geojson/converter/deserialization/ObjectToCoordinateConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 47 |
org/bremersee/geojson/converter/deserialization/ObjectToCoordinateSequenceConverter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 63 |
