»
Home
Products
Support
Developer Community
Company
Buy
Demo
Documentation
Price
More Info
bugprone ColdFusion Code Review Rules
bugprone
Nested CFLOCK tags
Nesting CFLOCK tags may cause a deadlock, which will crash your server.
Variable in CFERROR template
If there is a variable in the CFERROR template it will throw an error.
Relative URL in CFSCHEDULE
You must use an absolute url in the URL attribute of CFSCHEDULE
Nested CFTRANSACTION tags
CFTRANSACTION tags cannot be nested if the inner transaction action is BEGIN
OnRequestEnd.cfm must be in same directory as Application.cfm
The OnRequestEnd.cfm file must be in the same directory as the Application.cfm file
CFINCLUDE Template does not exists
The template in the CFINCLUDE or CFERROR tag does not exist.
Query String in CFINCLUDE
Query strings will not be processed within a cfinclude
Missing maxlength attribute
You should use the maxlength attribute in your form elements
Unnecessary CFOUTPUT tag
Some tags implicitly define cfoutput for you such as cfmail, and cfquery
Missing Column List in Insert Into Statement
Although it is syntatically correct to omit the column list, it leads to difficult maintenance
accessibility
deprecated
documentation
performance
portability
security
style
Sign up for our newsletter:
| Subscribe with RSS:
RSS
© ActivSoftware 1999 to 2005 |
Privacy Statement