SiteShadow
Back to vulnerability library

QP21 Java Style Guide Presence

What this means

SiteShadow flagged missing Java style configuration (Checkstyle/Spotless/formatter config) or missing enforcement signals.

Why it matters

Style configuration enforces consistent code practices.

Safer examples

1) Add a Java formatter / style tool

Use Checkstyle/Spotless/Google Java Format, and commit the config.

2) Enforce style in CI

Fail builds when formatting/lint checks fail (see QP02 / QP15).

3) Keep rules consistent across modules

In multi-module projects, share a single config to avoid drift.

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Request access View coverage