Reports synchronized statements with empty bodies. While theoretically this may be the semantics intended, this construction is confusing, and often the result of a typo.

Example:


synchronized(lock) {
}