You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All open issues were CODE_SMELL (0 bugs, 0 vulns; gate already green). Fix
the genuine ones and suppress the rules that conflict with mandatory FFM
idiom or an enforced project convention:
Fixed:
- S6213 (28) rename variables matching restricted identifiers
- S5838 (6) use AssertJ hasSize/hasSizeLessThan
- S5853 (3) chain assertions on the same actual (left the side-effecting
InputStream.read() triple alone — chaining would change reads)
- S1066 (1) merge nested if in ZstdInputStream.produce() (behavior-identical)
- S7467 (1) unnamed pattern for an unused binding
Suppressed (with justification):
- S7474 (34) pom-level ignore: the rule wants {@link}/HTML javadoc, which the
project forbids (mandates `///` Markdown + [Class#method] refs,
checkstyle-enforced)
- S112 (3) @SuppressWarnings on the invokeExact wrapper interfaces
- S1181 (1) catching Throwable is mandatory: MethodHandle.invokeExact throws it
- S3776 (1) produce() complexity is inherent to the decode/EOF loop and tested
No production behavior change. validate + test green.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments