Overview of Sonar Java Analyzer
masterSonar Java is a code analyzer for Java projects designed to provide integrated code quality and security analysis.
Key features include:
- 600+ rules: Over 150 bug detection rules and 350+ code smells.
- Metrics: Calculation of metrics such as cognitive complexity and number of lines.
- Test Coverage: Support for importing test coverage reports.
- Custom Rules: Ability to implement custom rules for specific project needs.