Posted on Sep 25, 2015 by
Quick Ox
A new annotation would be nice to mark a piece of code for deadlock problems.
example:
@NeverBy("this") Object canCauseDeadlock = ...
... synchronized (this) { canCauseDealock... // <-- Warning }
Status: New
Labels:
Type-Defect
Priority-Medium