Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS61C07B60-3D65-4d71-8F2A-8411D8010E60.html
Copy link to clipboard
Copied
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.