[svn] 3748: 2 alpha bug fixes.

Revision: 3748
Author: [email protected]
Date: 2008-10-20 11:23:33 -0700 (Mon, 20 Oct 2008)
Log Message:
2 alpha bug fixes. Removing describeType usage - despite only used once per type, it is too expensive. Restoring previous mechanism of traversing superclass definition chain, but refactoring so that we can support descendant selectors.
Also a quick fix for global id selectors.
QE: Yes
Doc: No
Checkintests: Pass
Reviewer: Corey
Bugs:
SDK-17671 - [Advanced CSS] global id selectors are broken as of build 3639
SDK-17669 - Swf start up time is slow...
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-17671
http://bugs.adobe.com/jira/browse/SDK-17669
Modified Paths:
flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as

Revision: 3748
Author: [email protected]
Date: 2008-10-20 11:23:33 -0700 (Mon, 20 Oct 2008)
Log Message:
2 alpha bug fixes. Removing describeType usage - despite only used once per type, it is too expensive. Restoring previous mechanism of traversing superclass definition chain, but refactoring so that we can support descendant selectors.
Also a quick fix for global id selectors.
QE: Yes
Doc: No
Checkintests: Pass
Reviewer: Corey
Bugs:
SDK-17671 - [Advanced CSS] global id selectors are broken as of build 3639
SDK-17669 - Swf start up time is slow...
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-17671
http://bugs.adobe.com/jira/browse/SDK-17669
Modified Paths:
flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as

Similar Messages

  • [svn] 4021: Alpha Bug Fix for SDK-17338.

    Revision: 4021
    Author: [email protected]
    Date: 2008-11-04 18:59:34 -0800 (Tue, 04 Nov 2008)
    Log Message:
    Alpha Bug Fix for SDK-17338. Ensuring selectorString variable is populated while generating CSS Style Module ActionScript class.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Reviewer: Glenn
    Bugs:
    SDK-17338 - [Advanced CSS] Unloading a stylesheet with Type selectors and global selectors doesn't work.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17338
    http://bugs.adobe.com/jira/browse/SDK-17338
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/modules/compiler/src/java/flex2/compiler/css/StyleModule.vm

  • [svn] 2810: FXG Bug Fix

    Revision: 2810
    Author: [email protected]
    Date: 2008-08-11 17:48:51 -0700 (Mon, 11 Aug 2008)
    Log Message:
    FXG Bug Fix
    MXMLG-210 - [Gumbo_Priority] Unable to create second item after masked item
    Masks were broken for GraphicElements after the lifecycle consolidation work. Added hacks to Group to get the masks working again. The graphic element mask code and the commitProperties logic will eventually change, removing the need for this hack.
    Bug: MXMLG-210
    QA: Yes
    Doc: No
    Review: Evtim
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-210
    http://bugs.adobe.com/jira/browse/MXMLG-210
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as

  • [svn] 2599: FXG Bug Fix

    Revision: 2599
    Author: [email protected]
    Date: 2008-07-23 15:17:33 -0700 (Wed, 23 Jul 2008)
    Log Message:
    FXG Bug Fix
    MXMLG-116 only edge pixels expand when resize this bitmapGraphic
    In BitmapGraphic we constrain the dimensions of the rectangle that hold the bitmap fill to be the minimum of either the image's dimensions or the drawing dimensions. This occurs only when repeat is false.
    Bug: MXMLG-116
    QA: Yes
    Doc: Yes
    Review: Ryan
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-116
    http://bugs.adobe.com/jira/browse/MXMLG-116
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as

  • [svn] 2844: FXG Bug Fix

    Revision: 2844
    Author: [email protected]
    Date: 2008-08-14 11:16:44 -0700 (Thu, 14 Aug 2008)
    Log Message:
    FXG Bug Fix
    SDK-16467 NPE from BitmapGraphic.updateDisplayList if repeat=false but source is not yet defined
    Added null check for source in updateDisplayList
    Bug: SDK-16467
    QA: Yes
    Doc: No
    Review: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16467
    http://bugs.adobe.com/jira/browse/SDK-16467
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as

  • [svn] 4611: Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.

    Revision: 4611
    Author: [email protected]
    Date: 2009-01-21 16:30:21 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17783, sdk-18767, sdk-18759, sdk-18461, sdk-18309, sdk-18013, sdk-18688
    Reviewer: Jason
    Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17783
    http://bugs.adobe.com/jira/browse/sdk-18767
    http://bugs.adobe.com/jira/browse/sdk-18759
    http://bugs.adobe.com/jira/browse/sdk-18461
    http://bugs.adobe.com/jira/browse/sdk-18309
    http://bugs.adobe.com/jira/browse/sdk-18013
    http://bugs.adobe.com/jira/browse/sdk-18688
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

    Revision: 4611
    Author: [email protected]
    Date: 2009-01-21 16:30:21 -0800 (Wed, 21 Jan 2009)
    Log Message:
    Various bug fixes in effects, mostly in the area of seeking, auto-reversing, and shader transitions.
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17783, sdk-18767, sdk-18759, sdk-18461, sdk-18309, sdk-18013, sdk-18688
    Reviewer: Jason
    Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17783
    http://bugs.adobe.com/jira/browse/sdk-18767
    http://bugs.adobe.com/jira/browse/sdk-18759
    http://bugs.adobe.com/jira/browse/sdk-18461
    http://bugs.adobe.com/jira/browse/sdk-18309
    http://bugs.adobe.com/jira/browse/sdk-18013
    http://bugs.adobe.com/jira/browse/sdk-18688
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/SetAction.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTran sitionInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/AddItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Effect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/EffectInstance.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/Parallel.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveChildAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/RemoveItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetPropertyAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/SetStyleAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/UnconstrainItemAction.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/ParallelInstanc e.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/effects/effectClasses/SequenceInstanc e.as

  • [svn] 2578: Some bug fixes.

    Revision: 2578
    Author: [email protected]
    Date: 2008-07-23 06:31:04 -0700 (Wed, 23 Jul 2008)
    Log Message:
    Some bug fixes. hostComponent is now usable inside MXML script blocks (Skins) to refer back to the host component in a strongly typed manner. hostComponent now also works inside binding statements. Updated most skins to use hostComponent instead of data.
    QA: Yes
    Reviewer: Paul and my split personality Mwinyimkuu
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ApplicationSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/CheckBoxSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/PanelSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/RadioButtonSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/TextAreaSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/TextInputSkin.mxml
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/skin/ToggleButtonSkin.mxml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/WebTierAPI.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:osmf:] 10683: Bug fix for SWFElement drawing outside of its bounds causing layout havok.

    Revision: 10683
    Author:   [email protected]
    Date:     2009-09-29 09:29:55 -0700 (Tue, 29 Sep 2009)
    Log Message:
    Bug fix for SWFElement drawing outside of its bounds causing layout havok.   FM-87 and FM-77
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-87
        http://bugs.adobe.com/jira/browse/FM-77
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/content/ContentElement.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn] 4513: Minor bug fixes.

    Revision: 4513
    Author: [email protected]
    Date: 2009-01-13 13:46:08 -0800 (Tue, 13 Jan 2009)
    Log Message:
    Minor bug fixes.
    * pausing effect currently sleeping through its startDelay now works
    * new effects now work correctly with nonzero repeatDelay
    * ASDoc fixes for ANIMATION_REPEAT event
    QE Notes: None
    Doc Notes: None
    Bugs: sdk-17993, sdk-17842, sdk-18672
    Reviewer: Jason
    Tests: checkintests, Mustella: Effects, gumbo/effects, ListDataEffects
    Ticket Links:
    http://bugs.adobe.com/jira/browse/sdk-17993
    http://bugs.adobe.com/jira/browse/sdk-17842
    http://bugs.adobe.com/jira/browse/sdk-18672
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/Animation.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimate.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateInstance.a s
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/events/AnimationEvent.as

    It means that small issues in the software were fixed.

  • [svn] 3820: ASDoc Bug fixes.

    Revision: 3820
    Author: [email protected]
    Date: 2008-10-22 11:06:28 -0700 (Wed, 22 Oct 2008)
    Log Message:
    ASDoc Bug fixes.
    Changing show versions to true by default.
    Modifying projects-asdoc.xml to use the renamed tcal swcs.
    Removing some unused code from ASDocExtension.java, ClassTable.java, and DocCommentTable.java
    QE Notes: None
    Doc Notes: None
    Reviewer: Paul
    Bugs: SDK-17687, SDK-17679, SDK-17357
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17687
    http://bugs.adobe.com/jira/browse/SDK-17679
    http://bugs.adobe.com/jira/browse/SDK-17357
    Modified Paths:
    flex/sdk/trunk/asdoc/projects-asdoc.xml
    flex/sdk/trunk/asdoc/templates/ASDoc_Config_Base.xml
    flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
    flex/sdk/trunk/asdoc/templates/class-files.xslt
    flex/sdk/trunk/asdoc/templates/fieldSummary.xslt
    flex/sdk/trunk/asdoc/templates/methodSummary.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocCommentTable.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

  • [svn] 3860: Fixing an alpha bug regression.

    Revision: 3860
    Author: [email protected]
    Date: 2008-10-23 15:21:52 -0700 (Thu, 23 Oct 2008)
    Log Message:
    Fixing an alpha bug regression. If there are lists of selectors in a single rule the parser returns a shared instance of StyleDeclaration for each, so while the properties need to be processed in a shared manner, the selector and subject need to be unique. This change adds a shallowCopy to StyleDeclaration.
    QA: Yes
    Doc: No
    Checkintests: Pass
    Reviewer: Darrell, Gaurav
    Bugs:
    SDK-17740 - [Advanced CSS] Type selectors using commas no longer work.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17740
    Modified Paths:
    flex/sdk/branches/gumbo_alpha/modules/compiler/src/java/flash/css/StyleDeclaration.java
    flex/sdk/branches/gumbo_alpha/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
    flex/sdk/branches/gumbo_alpha/modules/compiler/src/java/flex2/compiler/css/StyleModule.ja va
    flex/sdk/branches/gumbo_alpha/modules/compiler/src/java/flex2/compiler/css/StylesContaine r.java

    Solution! Based on the response here:
    http://forums.adobe.com/thread/679494?tstart=0
    It looks like the solution is:
    "FYI Aptana works right out the box."
    So be it. Goodby DreamWeaver. Thanks Adobe for ruining another product.
    Later.

  • [svn:fx-4.x] 15044: Mirroring Window Gripper and DateField bug fixes

    Revision: 15044
    Revision: 15044
    Author:   [email protected]
    Date:     2010-03-25 17:15:30 -0700 (Thu, 25 Mar 2010)
    Log Message:
    Mirroring Window Gripper and DateField bug fixes
    http://bugs.adobe.com/jira/browse/SDK-25719 - The gripper does not show up in an MX Window that is mirrored and using flex chrome
    Added an mx_internal property to Button to track if the Button should modify the layoutDirection of its skins. MX Window and MX WindowedApplication both set this property to undefined. This is the only skin/icon in the halo and spark framework that inherits its layoutDirection from its parent. All others have layoutDirection of LTR.
    http://bugs.adobe.com/jira/browse/SDK-25995 - DateField opens drop down on wrong side when layoutDirection = rtl
    Added check if left edge of the dropDown exceeds the left screen bounds.
    QE notes: n/a
    Doc notes: n/a
    Bugs: SDK-25719, SDK-25995
    Reviewer: Kevin
    Tests run: checkintests, DateField
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25719
        http://bugs.adobe.com/jira/browse/SDK-25995
        http://bugs.adobe.com/jira/browse/SDK-25719
        http://bugs.adobe.com/jira/browse/SDK-25995
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/branches/4.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/Button.as
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/DateField.as

    Originally posted by: hansm.science.uva.nlDELETE
    In article <f7fd6k$kq5$[email protected]>,
    "Igor Vinnykov" <[email protected]> wrote:
    > We are pleased to announce a new release in the 1.1.x stream: version 1.1.3.
    > Main target of 1.1.3 version is compatibility with Eclipse 3.3 and Mylyn.
    > Starting from this version JavaHL becomes the default SVN client. This change
    > caused by licensing topics and future project transfer to the eclipse.org:
    > previous default client JavaSVN/SVNKit doesn't have a license, which allows
    > defining it as default client, distributed from the eclipse.org.
    >
    > Important: Subversive is prepackaged only by JavaHL binaries for Windows. If
    > you work under Linux, MacOS or other operation systems you should
    > build/install required JavaHL binaries by yourself. JavaHL is a part of
    > official Subversion source distribution available at
    > http://subversion.tigris.org/project_packages.html.
    I am sorry but this leaves me in the dark. On the site mentioned above I cannot
    find something like a download for javaHL (on MacOSX especially).
    Although I did install subversion 1.4.4 from the source distribution I do not
    seem to have a javaHL binary. How further?
    Hans van der Meer

  • [svn] 3914: Bug fix SDK-17779 FlexAntTasks-license. txt contradicts readme-open.htm

    Revision: 3914
    Author: [email protected]
    Date: 2008-10-27 13:56:09 -0700 (Mon, 27 Oct 2008)
    Log Message:
    Bug fix SDK-17779 FlexAntTasks-license.txt contradicts readme-open.htm
    QE Notes:
    Doc Notes:
    Bugs: SDK-17779
    Reviewer: Matt Chotin
    Removing this file from SVN.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17779
    http://bugs.adobe.com/jira/browse/SDK-17779
    Removed Paths:
    flex/sdk/branches/3.2.0/modules/antTasks/FlexAntTasks-license.txt

  • [svn:fx-trunk] 8605: Transform bug fixes

    Revision: 8605
    Author:   [email protected]
    Date:     2009-07-15 15:30:29 -0700 (Wed, 15 Jul 2009)
    Log Message:
    Transform bug fixes
    http://bugs.adobe.com/jira/browse/SDK-22046 - Can't set matrix3D property on Transform
    Player declares matrix3D setter with * return type. So mx.geom.Transform override must also use *. Note that once the Player is updated with void, this will need to be changed to void.
    http://bugs.adobe.com/jira/browse/SDK-22146 - AlphaMultiplier and AlphaOffset in color transformation are ignored in MXML Graphics
    Changed the behavior of alpha and ColorTransform for GraphicElement to match the behavior of DisplayObject.
    - ColorTransform.alphaMultiplier and alpha are equivalent and are kept in sync.
    - ColorTransform.alphaOffset is still applied even if alpha is set.
    Implementation details:
    - mx.geom.Transform sets the colorTransformExplicitlySet flag whenever the colorTransform setter is called
    - GraphicElement alpha setter clears the colorTransformExplicitlySet flag whenever it is called
    - Setting GraphicElement.transform will update the alpha property with ColorTransform.alphaMultiplier if a colorTransform was explicitly set
    - Setting the colorTransform on a mx.geom.Transform that is assigned to a GraphicElement, calls setColorTransform, which updates the alpha property with ColorTransform.alphaMultiplier.
    - In commitProperties, the displayObject.alpha is updated only if there is no transform or if colorTransformExplicitlySet is false.
    QE Notes: Need tests for combo of alpha and colorTransform alpha props
    Doc Notes: None
    Bugs: SDK-22046, SDK-22146
    Reviewer: Chet
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22046
        http://bugs.adobe.com/jira/browse/SDK-22146
        http://bugs.adobe.com/jira/browse/SDK-22046
        http://bugs.adobe.com/jira/browse/SDK-22146
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/Transform.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-trunk] 6993: * Fixed a duplicate Bindable metadata bug that showed up with

    Revision: 6993
    Author:   [email protected]
    Date:     2009-05-16 23:57:42 -0700 (Sat, 16 May 2009)
    Log Message:
    Fixed a duplicate Bindable metadata bug that showed up with
      describeType().
    tests Passed: checkintests
    Needs QA: YES, just confirm the bug fix, please.
    Needs DOC: NO
    Bug fixes: SDK-21133
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
      BindableSecondPassEvaluator.java
        Modified moveMetaDataToNewDefinition() to no longer insert the new
        Bindable metadata into the definition's statement list, because
        prepMetaDataNode() already handles this.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/BindableSecondPassEva luator.java

    I just noticed that for some reason the project is using an old path to my SVN repository. I recreated it and reimported the project but for some reason Xcode didn't realize that. I'm betting there's some little file somewhere that's causing my problem.

Maybe you are looking for