Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Leonardo PilastriLeonardo PilastriComponents
Priority
Normal
Details
Details
Assignee
Unassigned
UnassignedReporter
Leonardo Pilastri
Leonardo PilastriComponents
Priority

Sentry
Sentry
Sentry
Created October 26, 2023 at 3:15 PM
Updated September 23, 2024 at 8:46 AM
The
SynchronizedClassUsageCheck
suggests using other classes than thesynchronized
ones found in the code. However, it should avoid doing so if the code is utilizing methods from the synchronized class that are not present in the suggested replacement, as doing so would break the code without changing more logic, which is sometimes not even possible.