SONARJAVA-6410 Create SpringContextModel and related classes#5646
Conversation
Introduce the springcontext package with BeanDefinitionHolder, BeanDefinitionRegistry, BeanLocation, EntityClassToPropertiesIndex, ProjectPackageScan, SpringContextModel, and TypeToBeanNamesIndex. All classes include Javadoc documentation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… into asya/basic-spring-context-model
Code Review ✅ Approved 1 resolved / 1 findingsImplements SpringContextModel and supporting classes for the Spring context analysis engine. The builder has been updated to copy input lists, resolving the previous immutability violation. ✅ 1 resolved✅ Bug: Builder stores external list reference, breaking immutability
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|




Create SpringContextModel and related classes. See SONARJAVA-6410.