javalangrefCleaner
javalangrefCleaner is an open-source command-line tool designed to clean and standardize references to Java language elements in code comments, documentation, and sample code. It analyzes Java source files and related texts to identify references to classes, methods, fields, and packages, then validates them against the Java Language Specification (JLS) and official API references.
The tool can fix common inconsistencies, flag deprecated or renamed API elements, and suggest updated fully-qualified
Built to integrate with continuous integration pipelines, javalangrefCleaner can parse and process large codebases efficiently and
The project is maintained as an open-source initiative with a permissive license and an active contributor
See also: Java Language Specification, Java API, documentation tooling, and code quality linters.