Title:
Bug 83377:(Watson Migration Closure)Cannot add argument metadata if no default value is given for the argument
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): Elliott Sprehn / Elliott Sprehn (Elliott Sprehn)
Created: 06/17/2010
Components: Language, CFSCRIPT
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Major / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
Cannot add argument metadata if no default value is given for the argument.
Method:
<cfscript>
function foo(required string arg argmetadata="test")
{
writeoutput(arg);
}
function foo1(string arg argmetadata="test")
{
writeoutput(arg);
}
foo("hello");
</cfscript>
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041671
External Customer Info:
External Company:
External Customer Name: Elliott Sprehn
External Customer Email: 202D59C844579997992016B7
External Test Config: 06/17/2010
Attachments:
Comments: