Description
Analyzes Java source code against configurable coding standards. It is useful for teams that want consistent formatting, naming, structure, and style checks in local development or CI.
Style checks improve consistency but do not prove correctness or security. Keep rules aligned with the project and review violations before applying broad automatic changes.