Checkstyle Results
The following document contains the results of Checkstyle 10.23.1 with checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 16 | 0 | 26 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | CustomImportOrder
|
6 | |
| javadoc | InvalidJavadocPosition | 2 | |
MissingJavadocMethod
|
4 | ||
MissingJavadocType
|
4 | ||
| NonEmptyAtclauseDescription | 2 | ||
SummaryJavadoc
|
4 | ||
| naming | AbbreviationAsWordInName
|
1 | |
| whitespace | WhitespaceAfter
|
3 |
Details
org/mybatis/caches/redis/DummyReadWriteLock.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | SummaryJavadoc | Summary javadoc is missing. | 23 |
org/mybatis/caches/redis/JDKSerializer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.CacheException' | 23 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 25 | |
| naming | AbbreviationAsWordInName | Abbreviation in name 'JDKSerializer' must contain no more than '1' consecutive capital letters. | 25 |
org/mybatis/caches/redis/KryoSerializer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 22 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 47 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 57 | |
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 67 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 77 | |
| javadoc | InvalidJavadocPosition | Javadoc comment is placed in the wrong location. | 92 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 102 |
org/mybatis/caches/redis/RedisCache.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.Cache' | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'redis.clients.jedis.Jedis' | 23 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 43 |
org/mybatis/caches/redis/RedisCallback.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 20 |
org/mybatis/caches/redis/RedisConfig.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'redis.clients.jedis.JedisPoolConfig' | 22 | |
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 95 | |
| javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 114 |
org/mybatis/caches/redis/RedisConfigurationBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.ibatis.cache.CacheException' | 24 |
org/mybatis/caches/redis/Serializer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | MissingJavadocType | Missing a Javadoc comment. | 18 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 20 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 23 | |
| javadoc | SummaryJavadoc | First sentence of Javadoc is missing an ending period. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 |
MyBatis