[svn:fx-trunk] 12187: Fixes for ASDoc bugs:
Revision: 12187
Revision: 12187
Author: gauravj@adobe.com
Date: 2009-11-24 14:14:48 -0800 (Tue, 24 Nov 2009)
Log Message:
***********
Fixes for ASDoc bugs:
Doc for a simple class with a bindable property adds IEventDispatcher methods.
No ASDoc content for autogenerated methods and properties from the tag.
asdoc fails with IndexOutOfBoundsException on code that compiles without warnings.
QE notes: None
Doc notes: None
Reviewed By: Paul
Bugs: SDK-23864, SDK-23941, SDK-24281
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-23864
http://bugs.adobe.com/jira/browse/SDK-23941
http://bugs.adobe.com/jira/browse/SDK-24281
Modified Paths:
**************
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableProperty.vm
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableSecondPassEvaluator.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/managed/ManagedProperty.vm
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
