[Fb-contrib-commit] fb-contrib/src/com/mebigfatguy/fbcontrib/detect BloatedSynchronizedBlock.java,1.
Brought to you by:
dbrosius
From: Dave B. <dbr...@us...> - 2006-01-29 19:53:17
|
Update of /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27318/src/com/mebigfatguy/fbcontrib/detect Modified Files: BloatedSynchronizedBlock.java Log Message: test cutting down based on branches Index: BloatedSynchronizedBlock.java =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedSynchronizedBlock.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- BloatedSynchronizedBlock.java 29 Jan 2006 19:47:53 -0000 1.12 +++ BloatedSynchronizedBlock.java 29 Jan 2006 19:53:05 -0000 1.13 @@ -51,7 +51,7 @@ */ public BloatedSynchronizedBlock(BugReporter bugReporter) { this.bugReporter = bugReporter; - minSafeCodeLength = Integer.getInteger(BSB_MIN_SAFE_CODE_SIZE, 15).intValue(); + minSafeCodeLength = Integer.getInteger(BSB_MIN_SAFE_CODE_SIZE, 16).intValue(); } /** |