SONARJAVA-6187 S4605: improve scanning detection#5631
Conversation
Agentic Analysis: Early ResultsAgentic Analysis and Context Augmentation are available on your project. Here are some issues that could have been prevented. Follow the links to learn how to put them into action. 11 issue(s) found across 5 file(s):
Analyzed by SonarQube Agentic Analysis in 7.2 s |
1a111c7 to
133ce45
Compare
leonardo-pilastri-sonarsource
left a comment
There was a problem hiding this comment.
LGTM, just one comment for a test case
f7df564 to
6e72aa3
Compare
Add support for the type-safe `scanBasePackageClasses` attribute on `@SpringBootApplication`, which was previously ignored, causing false positives for beans reachable via class-based package references. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6e72aa3 to
c56effc
Compare
|
Code Review ✅ Approved 1 resolved / 1 findingsAdds support for the scanBasePackageClasses attribute on ✅ 1 resolved✅ Bug: Missing test file ExtraService.java will cause test failure
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |




Add support for the type-safe
scanBasePackageClassesattribute on@SpringBootApplication, which was previously ignored, causing false positives for beans reachable via class-based package references.