Back to Intellij Community

GroovySynchronizedMethod

plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovySynchronizedMethod.html

2025.3-rc-2158 B
Original Source

Reports the synchronized modifier on methods.

Some coding standards prohibit the use of the synchronized modifier, in favor of synchronized statements.