* docs(java): clarify Sonar, Java version, and code-style guidance
- Clarify SonarQube/SonarCloud setup, token handling, and CI scanner steps
- Add guidance for Records, pattern matching, and `var` usage heuristics
- Provide fallbacks when static analysis is unavailable and troubleshooting steps
- Original rules are no longer included in the standard Sonar Way ruleset
- Remove future dependency on Sonar by prompting to use when integrated or available
- If not, the agent will now read Sonar rules as part of its analysis
- Removed obsolete and redundant sections on Java version and code style
Generated-by: GitHub Copilot <github.copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
* docs(java): improve SonarQube setup instructions readability
- Break long bullet points into structured sub-bullets for clarity
- Organize SonarQube troubleshooting steps into numbered sequence
- Separate fallback tools configuration from main Sonar workflow
Fixes#296
Co-authored-by: GitHub Copilot <github.copilot@github.com>
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
---------
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>