[Fb-contrib-commit] SF.net SVN: fb-contrib:[1296] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-09-24 04:54:01
|
Revision: 1296 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1296&view=rev Author: dbrosius Date: 2009-09-24 04:53:55 +0000 (Thu, 24 Sep 2009) Log Message: ----------- rename to IKNC Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/InconsistentKeyNameCasing.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/InconsistentKeyNameCasing.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/InconsistentKeyNameCasing.java 2009-09-24 04:52:34 UTC (rev 1295) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/InconsistentKeyNameCasing.java 2009-09-24 04:53:55 UTC (rev 1296) @@ -104,7 +104,7 @@ public void report() { for (Map<String, List<SourceInfo>> parmCaseInfo : parmInfo.values()) { if (parmCaseInfo.size() > 1) { - BugInstance bi = new BugInstance(this, "IPNC_INCONSISTENT_HTTP_PARAM_CASING", NORMAL_PRIORITY); + BugInstance bi = new BugInstance(this, "IKNC_INCONSISTENT_HTTP_PARAM_CASING", NORMAL_PRIORITY); for (Map.Entry<String, List<SourceInfo>> sourceInfos :parmCaseInfo.entrySet()) { for (SourceInfo sourceInfo : sourceInfos.getValue()) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |