Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
NestedSynchronizedStatement.html
blob: ad6fd49beb0111b8d9a7f559197a2ff1ca493808 [
file
] [
log
] [
blame
]
<html>
<body>
Reports nested
<b>
synchronized
</b>
statements. Nested
<b>
synchronized
</b>
statements
are either useless (if the lock objects are identical) or prone to deadlock.
<!-- tooltip end -->
<p>
</body>
</html>