Chromium FindBugs Plugin
Adds style checks enforced in the chromium project.
Shouldn't use synchronized(this) Shouldn't use synchronized(this), please narrow down the synchronization scope.
Shouldn't use synchronized(this), please narrow down the synchronization scope.

]]>
Shouldn't use synchronized method Shouldn't use synchronized method, please narrow down the synchronization scope.
Shouldn't use synchronized method, please narrow down the synchronization scope.

]]>
CHROMIUM