Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Ryan Hinton / Ryan Hinton (Ryan Hinton)
Created: 08/27/2016
Components: Language, CF Component
Versions: 2016
Failure Type: Enhancement Request
Found In Build/Fixed In Build: CF2016_Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Platforms All
Vote Count: 3
Allow for an inline default value when using script attribute-less property.
Example:
component {
// proposed inline default value
property [type] thisPropertyName [= defaultvalue];
}
Currently, we are forced to use attributes to include a property default value to be inline.
property name="thisPropertyName" type="string" default="some value";
or we must use the JavaDoc notation with
/** @Default some value */
property string thisPropertyName
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4184601
Reason: BugVerified
External Customer Info:
External Company:
External Customer Name: Ryan Hinton
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: