Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / tools / android / findbugs_plugin / test / expected_result.txt
blob076b00703c1e42f3abd0de464bd84507093d48ee
1 M C CSM: Shouldn't use synchronized method, please narrow down the synchronization scope.  At SimpleSynchronizedMethod.java
2 M C CSM: Shouldn't use synchronized method, please narrow down the synchronization scope.  At SimpleSynchronizedStaticMethod.java
3 M C CST: Shouldn't use synchronized(this), please narrow down the synchronization scope.  At SimpleSynchronizedThis.java