[Fb-contrib-commit] SF.net SVN: fb-contrib:[1488] trunk/fb-contrib/htdocs/index.shtml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-15 05:46:17
|
Revision: 1488
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1488&view=rev
Author: dbrosius
Date: 2010-01-15 05:46:10 +0000 (Fri, 15 Jan 2010)
Log Message:
-----------
add HttpRequest.getAttribute
Modified Paths:
--------------
trunk/fb-contrib/htdocs/index.shtml
Modified: trunk/fb-contrib/htdocs/index.shtml
===================================================================
--- trunk/fb-contrib/htdocs/index.shtml 2010-01-14 14:21:29 UTC (rev 1487)
+++ trunk/fb-contrib/htdocs/index.shtml 2010-01-15 05:46:10 UTC (rev 1488)
@@ -83,8 +83,8 @@
to a class or interface higher up in the inheritance chain. You only need to cast to that class
or interface.</li>
<li><b>[IKNC] Inconsistent Key Name Casing</b><br/>
- Looks for calls to HttpRequest.getParameter with parameters of the same
- name with different cases like 'id' and 'Id'.</li>
+ Looks for calls to HttpRequest.getParameter and HttpRequest.getAttribute with parameters
+ of the same name with different cases like 'id' and 'Id'.</li>
<li><b>[NSE] Non Symmetric Equals</b><br/>
Looks for classes that break the fundamental rule of equivalence, which is
symmetry. If a equals b, then b equals a. While it is usually wrong to allow
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|