tracker issue : CF-3035213

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 71981:I can't get argument type hinting to work

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)

Created: 06/16/2008

Components: Language, CFSCRIPT

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Mac 10 All

Vote Count: 0

Problem:

I can't get argument type hinting to work. Here is the code I tried:

/**
 * My function says your name!
 *
 * @name The name to use.
 *
 */
public string function sayHello(string name="Nameless") output="no" {
	return "Hi, " & arguments.name;
}

Dumping sayHello I can see the hint for the UDF as a whole, but not name.
Method:


Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3035213

External Customer Info:
External Company:  
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 06/16/2008

Attachments:

Comments: