You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new annotation would be nice to mark a piece of code for deadlock problems.
example:
@NeverBy("this")
Object canCauseDeadlock = ...
...
synchronized (this) {
canCauseDealock... // <-- Warning
}
https://github.com/google/error-prone/issues/366
Original issue reported on code.google.com by [email protected] on 25 Sep 2015 at 11:20
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Sep 2015 at 11:20The text was updated successfully, but these errors were encountered: