Title:
Bug 83956:Using the new import keyword, I will frequently get errors when attempting to create two different components from the same package
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): marc esher / marc esher (marcesher)
Created: 08/26/2010
Components: Language, CF Component
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Using the new import keyword, I will frequently get errors when attempting to create two different components from the same package.
Method:
For example, if I have import path.to.package.*;And then I have two statements:p = new Project();ps = new ProjectStatus();I'll get an error on the second statement reading "Could not find the ColdFusion component or interface ProjectStatus".Then, if I switch the order of statements, ProjectStatus will work fine and I'll get the "could not find..." error on "Project" instead of ProjectStatus
Result:
Could not find the ColdFusion component or interface ...
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041946
External Customer Info:
External Company:
External Customer Name: marc esher
External Customer Email: 70390EBF47F01CAF992015B9
External Test Config: 08/26/2010
Attachments:
Comments: