lukaszlenart opened a new pull request, #52:
URL: https://github.com/apache/struts-intellij-plugin/pull/52
## Summary
- Exclude `src/main/gen` from Qodana scanning (eliminates 9 generated code
warnings from JFlex/Grammar Kit)
- Replace redundant `Collection.addAll()` with constructor initialization in
`ExceptionMappingResultResolveConverter`
- Fix 7 incorrect string capitalization warnings across bundle properties
and source files
- Remove unnecessary null check before `equals()` in
`StrutsFileSet.hasFile()`
- Replace string concatenation in loop with `StringBuilder` in
`HardcodedActionUrlInspection`
- Add `@SuppressWarnings("UnstableApiUsage")` for 2 usages with no public
replacements
- Migrate `Struts2GraphComponent` from deprecated `DataProvider` to
`UiDataProvider`
## Test plan
- [x] `./gradlew build` passes
- [x] `./gradlew test -x rat` passes with no regressions
- [ ] Verify Qodana CI reports 0 new warnings on this PR
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]