Login

    Register

PROJECT CATEGORIES

 

varScoper
Project Home Blog Forums Wiki Known Issues Screenshots External Project Link Contact Project

Author: Mike Schierberl (All RIAForge projects by this author)
Last Updated: July 28, 2009 1:53 AM
Version: 1.30
Views: 48,480
Downloads: 3,244
License: Apache License, Version 2

Description:

varScoper is a code scanning tool that can be used to identify variables that are not explicitly scoped to be local or global to a ColdFusion function.

By default, variables created within a ColdFusion function are global to the component or .cfm file and not local to the function. Variables that exist outside of their intended scope can cause unintended thread safety issues. varScoper will help you identify these variables in your code.

Issue Tracker:

ID ISSUE STATUS UPDATED
44 Suppress debugging in cfbuilder.cfm Fixed 03/19/10 2:09 AM
43 500 Null Error - Stack Overflow Error checking files with "parse cfscript" and comment //* Open 02/16/10 7:00 AM
9 cfscript comments causing false positives Fixed 02/15/10 7:29 PM
42 Installation Open 02/08/10 9:14 PM
41 Duplicates in corrective code Open 01/20/10 8:57 AM

View All Issues

To enter issues for this (or any other) project, you must be logged in.

Subversion Access:

You may access this project's Subversion repository with your client here: http://svn.riaforge.org/varscoper.

To view files and changelists associated with this repository, go here: http://varscoper.riaforge.org/index.cfm?event=page.svnbrowse.

You may download the latest set of files from Subversion as a zip file.

Anonymous users have read access to the repository while the administrator has write access.

This project is sharing its code via Subversion. Subversion is an open source source control method. You may find more information about Subversion here: http://subversion.tigris.org/