On Fri, Jan 21, 2011 at 6:08 AM, David Fekke <da...@fekke.com> wrote:
>> >Anyone seen this before?  Im simply working with a CFC that has
>> worked
>> >fine, until some changes ive just added, but nothing too crazy just
>> >some cfset statements, and some cfparams were added to it.

It's a limit of the JVM (underneath everything) and it can affect
pretty much any language that runs on the JVM. It's more common in
CFML because CFers tends to write large functions whereas other
language developers tend to write more modular code.

Compilers can do a fair bit of work to automagically modularize code
to keep code blocks below the limit but that's hard and, usually, not
worth the effort for the folks who write the compilers.

Bottom line: make your code more modular!
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwoo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341108
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to