SONARJAVA-6721 Implement S9141: Intrinsic locks should not be used on "java.util.concurrent" objects - #5890
SONARJAVA-6721 Implement S9141: Intrinsic locks should not be used on "java.util.concurrent" objects#5890NoemieBenard wants to merge 6 commits into
Conversation
Code Review ✅ Approved 1 resolved / 1 findingsImplements rule S9141 to detect intrinsic locks used on java.util.concurrent objects, addressing the scope finding to correctly target all concurrent types. No issues found. ✅ 1 resolved✅ Edge Case: Rule flags all java.util.concurrent types, not just sync primitives
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
|




Summary by Gitar
SynchronizedOnConcurrentObjectCheck(S9141) to detect synchronized blocks onjava.util.concurrentobjectsThis will update automatically on new commits.