Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Import and new operations using cfimport

Explorer ,
Sep 25, 2012 Sep 25, 2012

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

444
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 25, 2012 Sep 25, 2012
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources