[Fb-contrib-commit] SF.net SVN: fb-contrib: [602] trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/de
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-08-10 04:28:46
|
Revision: 602 Author: dbrosius Date: 2006-08-09 21:28:37 -0700 (Wed, 09 Aug 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=602&view=rev Log Message: ----------- more char methods Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseCharacterParameterizedMethod.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseCharacterParameterizedMethod.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseCharacterParameterizedMethod.java 2006-08-10 04:25:46 UTC (rev 601) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseCharacterParameterizedMethod.java 2006-08-10 04:28:37 UTC (rev 602) @@ -34,6 +34,7 @@ characterMethods.put("java/lang/String:startsWith:(Ljava/lang/String;)Z", Integer14.valueOf(0)); characterMethods.put("java/io/PrintStream:print:(Ljava/lang/String;)V", Integer14.valueOf(0)); characterMethods.put("java/io/PrintStream:println:(Ljava/lang/String;)V", Integer14.valueOf(0)); + characterMethods.put("java/io/StringWriter:write:(Ljava/lang/String;)V", Integer14.valueOf(0)); } private BugReporter bugReporter; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |