[Fb-contrib-commit] SF.net SVN: fb-contrib: [1050] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-06-13 21:42:41
|
Revision: 1050 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1050&view=rev Author: dbrosius Date: 2008-06-13 14:42:48 -0700 (Fri, 13 Jun 2008) Log Message: ----------- look for GregorianCalendar Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java 2008-06-13 19:07:03 UTC (rev 1049) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java 2008-06-13 21:42:48 UTC (rev 1050) @@ -404,7 +404,7 @@ } } } - } else if ("java/util/Calendar".equals(className) + } else if ("java/util/GregorianCalendar".equals(className) && ("after".equals(methodName) || "before".equals(methodName))) { if (stack.getStackDepth() > 1) { OpcodeStack.Item item = stack.getStackItem(0); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |