[Fb-contrib-commit] SF.net SVN: fb-contrib:[1360] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-10-06 04:44:52
|
Revision: 1360
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1360&view=rev
Author: dbrosius
Date: 2009-10-06 04:44:47 +0000 (Tue, 06 Oct 2009)
Log Message:
-----------
use Integer14
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2009-10-06 04:42:35 UTC (rev 1359)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2009-10-06 04:44:47 UTC (rev 1360)
@@ -386,7 +386,7 @@
int reg = caller.getRegisterNumber();
if (reg >= 0)
{
- return Integer.valueOf(reg);
+ return Integer14.valueOf(reg);
}
/* We ignore the possibility of two fields with the same name in different classes */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|