]> source.dussan.org Git - sonarqube.git/blob
f0d732daf60077671f1c134f9f21b001de82dda9
[sonarqube.git] /
1 <p> The code contains an empty synchronized block:</p>
2 <pre>
3 synchronized() {}
4 </pre>
5 <p>Empty synchronized blocks are far more subtle and hard to use correctly
6 than most people recognize, and empty synchronized blocks
7 are almost never a better solution
8 than less contrived solutions.
9 </p>