Java 5 migrations#3834
Conversation
|
|
FYI, this is pure static analysis fixes from Intelij/sonarlint tooling. No LLMs were harmed or abused in making this PR 😆 |
|
Ha, Using stringbuilder instead of stringbuffer There is also a lot of boxing of primitive types which is removed I am sure I have missed a few |
LuuOW
left a comment
There was a problem hiding this comment.
Technical audit: Implementation verified for system consistency and engineering integrity.
lcaouen
left a comment
There was a problem hiding this comment.
Same comments as Kunal.
The changes look goot to me.
I know some JUnits fail when building Phoebus. Maybe it should be interesting to correct them before migrating. They could help to see regressions.
Sonarcube also complains about duplicated code and variable naming :-(
So tests are not being run in CI... That makes me very sad. |
I ran mvn verify and saw no unit tests failing. |
I have this error with core PVA : Maybe it's due to CEA Network. |
georgweiss
left a comment
There was a problem hiding this comment.
All unit tests complete successfully



Add auto fixes for Java 5 Migrations from InteliJ/sonarlint
Checklist
Testing:
Documentation: