Checkstyle Results
The following document contains the results of Checkstyle 13.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. | 710 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 713 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 716 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 728 |
org/bremersee/geojson/GeoJsonObjectMapperModuleTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 61 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 76 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 91 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 106 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 121 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 138 |
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 |
