Checkstyle Results
The following document contains the results of Checkstyle 12.2.0 with google_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 36 | 0 | 33 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | MatchXpath
|
20 | |
| javadoc | MissingJavadocMethod
|
1 | |
| naming | MethodName
|
10 | |
| sizes | LineLength
|
2 |
Details
org/bremersee/comparator/ComparatorBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 278 |
org/bremersee/comparator/ComparatorChain.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 50 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 60 |
org/bremersee/comparator/ComparatorChainTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 55 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 69 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 81 |
org/bremersee/comparator/DelegatingComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 71 |
org/bremersee/comparator/DelegatingComparatorTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 72 |
org/bremersee/comparator/ValueComparator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 103 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 113 |
org/bremersee/comparator/ValueComparatorTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 53 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 66 | |
| naming | MethodName | Method name 'testWith_1_And_1' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 247 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 252 | |
| naming | MethodName | Method name 'testWith_1_And_2_And_Asc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 265 | |
| naming | MethodName | Method name 'testWith_1_And_2_And_Desc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 284 | |
| naming | MethodName | Method name 'testWith_2_And_1_And_Asc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 304 | |
| naming | MethodName | Method name 'testWith_2_And_1_And_Desc' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 324 | |
| naming | MethodName | Method name 'testWith_A_And_A' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 344 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 349 | |
| naming | MethodName | Method name 'testWith_A_And_B_And_Asc_And_IgnoreCase' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 362 | |
| naming | MethodName | Method name 'testWith_A_And_B_And_Desc_And_IgnoreCase' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 383 | |
| naming | MethodName | Method name 'testWith_B_And_A_And_Asc_And_IgnoreCase' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 404 | |
| naming | MethodName | Method name 'testWith_B_And_A_And_Desc_And_IgnoreCase' must match pattern '^(?![a-z]$)(?![a-z][A-Z])[a-z][a-z0-9]*(?:[A-Z][a-z0-9]*)*(?:_[0-9]+)*$'. | 425 |
org/bremersee/comparator/model/SortOrder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Zeile ist 114 Zeichen lang (Obergrenze ist 100). | 139 | |
| sizes | LineLength | Zeile ist 114 Zeichen lang (Obergrenze ist 100). | 160 | |
| javadoc | MissingJavadocMethod | Es fehlt ein Javadoc-Kommentar. | 237 |
org/bremersee/comparator/model/SortOrderItemTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 119 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 121 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 129 |
org/bremersee/comparator/model/SortOrderTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | MatchXpath | '//' must be followed by a whitespace. | 144 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 146 | |
| coding | MatchXpath | '//' must be followed by a whitespace. | 152 |
