Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
SynchronizedMethod.html
blob: b5b65e6c95bef51a698f1888ec54506ff3ed5c2e [
file
] [
log
] [
blame
]
<html>
<body>
Reports any use of the
<b>
synchronized
</b>
modifier on methods. Some coding standards
prohibit the use of the
<b>
synchronized
</b>
modifier, in favor of
<b>
synchronized
</b>
statements.
<!-- tooltip end -->
<p>
</body>
</html>