[Fb-contrib-commit] SF.net SVN: fb-contrib: [854] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-02-13 23:58:58
|
Revision: 854 http://svn.sourceforge.net/fb-contrib/?rev=854&view=rev Author: dbrosius Date: 2007-02-13 15:58:59 -0800 (Tue, 13 Feb 2007) Log Message: ----------- rid the world of 1.5 methods Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java 2007-02-13 23:35:42 UTC (rev 853) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/DeletingWhileIterating.java 2007-02-13 23:58:59 UTC (rev 854) @@ -72,7 +72,7 @@ modifyingMethods.put("add(Ljava/lang/Object;)Z", Integer14.valueOf(1)); modifyingMethods.put("addAll(Ljava/util/Collection;)Z", Integer14.valueOf(1)); modifyingMethods.put("addAll(ILjava/util/Collection;)Z", Integer14.valueOf(2)); - modifyingMethods.put("clear()V", Integer.valueOf(0)); + modifyingMethods.put("clear()V", Integer14.valueOf(0)); modifyingMethods.put("remove(I)Ljava/lang/Object;", Integer14.valueOf(1)); modifyingMethods.put("removeAll(Ljava/util/Collection;)Z", Integer14.valueOf(1)); modifyingMethods.put("retainAll(Ljava/util/Collection;)Z", Integer14.valueOf(1)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |