Skip to main content
This topic has been closed for replies.

1 reply

September 25, 2012

I like the import, but there is a bug in import resolving, that should be known, before using it.

When you define an import, ColdFusion resolves it on first usage, either as returnType, argumentType or on object creation. Unfortunately, the import breaks, when an inherited or include method is called, right before that first resolving of the import.

https://bugbase.adobe.com/index.cfm?event=bug&id=3288035

Seems to apply to CF10 to: https://bugbase.adobe.com/index.cfm?event=bug&id=3336302

Please delete this comment, when the bug is fixed.