Title:
Bug 82537:(Watson Migration Closure)Meta data types do not resolve correctly when using import statements
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): Mark Mandel / Mark Mandel (mark.mandel)
Created: 03/29/2010
Components: Language, CFSCRIPT
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Minor / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Meta data types do not resolve correctly when using import statements.They end up having a resolvedArgType structure attached to the functions, which should not be neccessary.
Method:
\\blrfs04.macromedia.com\builds\coldfusion\bugs\82537
import model.location.*;private LocationService function getLocationService() { return variables.locationService; } private void function setLocationService(required LocationService locationService) { variables.locationService = arguments.locationService; }For those functions, have a look at their meta data for their types - it should resolve to model.location.LocationService, not just be 'LocationService'.
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041231
External Customer Info:
External Company:
External Customer Name: Mark Mandel
External Customer Email: 3EA9517D445A9E8999201549
External Test Config: 03/29/2010
Attachments:
Comments: