Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Add the following to an actionscript class
/**
- @see MystrViewerControl#newTraversal(model: IModel)
*/
public function bar():void
{
}
2. generate asdoc on the class
Actual Results:
fails with String index out of range: error
Expected Results:
should pass or should report the error correctly.