So I guess here is the question - why do they *have* to be scoped?

Personal preference?

Mark

On Thu, Feb 25, 2010 at 3:39 PM, Andrew Clark <[email protected]>wrote:

> Hi All,
>
> While running Railo in strict mode I've found some unscoped variables
> in Transfer's Javaloader b/c they're throwing exceptions.
>
> In both trunk and v1.1:
>
> com/util/JavaLoader.cfc
>
> Line 77
> -                       libName = ListGetAt(name, 1, "-");
> +                       libName = ListGetAt(qJars.name, 1, "-");
>
> Line 81
> -                               ArrayAppend(aJars, directory & "/" & name);
> +                               ArrayAppend(aJars, qJars.directory & "/" &
> qJars.name);
>
> com/util/javaloader/JavaLoader.cfc
>
> Line 185
> -                       libName = ListGetAt(name, 1, "-");
> +                       libName = ListGetAt(qJars.name, 1, "-");
>
> Line 189
> -                               ArrayAppend(aJars, path & "/" & name);
> +                               ArrayAppend(aJars, path & "/" &
> qJars.name);
>
>
> I'm trying to get tBlog running and I'm finding unscoped variables
> there too... but I haven't found them all yet...
>
> -- Andrew
>
> --
> Before posting questions to the group please read:
>
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>
> You received this message because you are subscribed to the Google Groups
> "transfer-dev" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<transfer-dev%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/transfer-dev?hl=en
>



-- 
E: [email protected]
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

Hands-on ColdFusion ORM Training @ cf.Objective() 2010
www.ColdFusionOrmTraining.com/

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to