Checkstyle Results
The following document contains the results of Checkstyle 10.12.6 with /home/runner/work/microbean-lang/microbean-lang/target/checkout/bytebuddy/target/checkstyle-rules.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 0 | 0 | 8 |
Files
File | I | W | E |
---|---|---|---|
org/microbean/lang/bytebuddy/ByteBuddy2.java | 0 | 0 | 7 |
org/microbean/lang/bytebuddy/TypeElementTypePool.java | 0 | 0 | 1 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | MissingJavadocMethod | 6 | Error |
MissingJavadocType
|
1 | Error | |
sizes | LineLength
|
1 | Error |
Details
org/microbean/lang/bytebuddy/ByteBuddy2.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | MissingJavadocType | Missing a Javadoc comment. | 40 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 44 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 49 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 53 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 81 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 90 |
Error | javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 94 |
org/microbean/lang/bytebuddy/TypeElementTypePool.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | LineLength | Line is longer than 160 characters (found 173). | 262 |