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: 42,777
Downloads: 3,053
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
42 Installation Open 02/08/10 9:14 PM
41 Duplicates in corrective code Open 01/20/10 8:57 AM
38 add blank application.cfc Open 12/18/09 12:59 AM
9 cfscript comments causing false positives Fixed 11/25/09 8:00 AM
39 ignore folders Closed 11/17/09 1:07 PM

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/