[Fb-contrib-commit] SF.net SVN: fb-contrib: [560] trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/de
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-06-08 02:47:39
|
Revision: 560 Author: dbrosius Date: 2006-06-07 19:47:32 -0700 (Wed, 07 Jun 2006) ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=560&view=rev Log Message: ----------- add push/pop as risky patterns 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-07 04:45:14 UTC (rev 559) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/RedundantMethodCalls.java 2006-06-08 02:47:32 UTC (rev 560) @@ -56,6 +56,8 @@ riskyMethodNameContents.add("remove"); riskyMethodNameContents.add("read"); riskyMethodNameContents.add("write"); + riskyMethodNameContents.add("push"); + riskyMethodNameContents.add("pop"); String userNameProp = System.getProperty(RMC_RISKY_USER_KEY); if (userNameProp != null) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |