[Fb-contrib-commit] SF.net SVN: fb-contrib: [552] trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/de
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2006-06-06 04:55:53
|
Revision: 552 Author: dbrosius Date: 2006-06-05 21:55:47 -0700 (Mon, 05 Jun 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=552&view=rev Log Message: ----------- add 'read' and 'write' to risky method contents Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java 2006-06-06 04:53:23 UTC (rev 551) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java 2006-06-06 04:55:47 UTC (rev 552) @@ -33,6 +33,8 @@ riskyMethodNameContents.add("append"); riskyMethodNameContents.add("put"); riskyMethodNameContents.add("remove"); + riskyMethodNameContents.add("read"); + riskyMethodNameContents.add("write"); } private BugReporter bugReporter; private OpcodeStack stack = null; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |