[Fb-contrib-commit] SF.net SVN: fb-contrib: [402] trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/det
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2006-04-06 14:26:57
|
Revision: 402 Author: dbrosius Date: 2006-04-06 07:26:33 -0700 (Thu, 06 Apr 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=402&view=rev Log Message: ----------- no autoboxing Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/NonOwnedSynchronization.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/NonOwnedSynchronization.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/NonOwnedSynchronization.java 2006-04-06 14:25:39 UTC (rev 401) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/NonOwnedSynchronization.java 2006-04-06 14:26:33 UTC (rev 402) @@ -99,7 +99,7 @@ case ALOAD_3: { int reg = RegisterUtils.getALoadReg(this, seen); if (getMethod().isStatic() && (reg == 0)) - tosIsPriority = LOW_PRIORITY; + tosIsPriority = LOW; else { tosIsPriority = regPriorities.get(new Integer(reg)); if (tosIsPriority == null) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |