[svn] 1101: compiler: fixing a few more sneaky references to renamed classes

Revision: 1101
Author: [email protected]
Date: 2008-04-03 18:17:30 -0700 (Thu, 03 Apr 2008)
Log Message:
compiler: fixing a few more sneaky references to renamed classes
Bugs: n/a
QA: Yes, Gaurav please retest and send me any remaining failures.
Doc: No
Modified Paths:
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Logger.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_ja.properties

Revision: 1101
Author: [email protected]
Date: 2008-04-03 18:17:30 -0700 (Thu, 03 Apr 2008)
Log Message:
compiler: fixing a few more sneaky references to renamed classes
Bugs: n/a
QA: Yes, Gaurav please retest and send me any remaining failures.
Doc: No
Modified Paths:
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Logger.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_ja.properties

Similar Messages

  • [svn:bz-4.x] 16147: Fix a few more regression tests on the 4. x branch that were failing when using Spring integration.

    Revision: 16147
    Revision: 16147
    Author:   [email protected]
    Date:     2010-05-17 06:18:38 -0700 (Mon, 17 May 2010)
    Log Message:
    Fix a few more regression tests on the 4.x branch that were failing when using Spring integration.
    Modified Paths:
        blazeds/branches/4.x/qa/apps/qa-regress/WEB-INF/src/runtimeconfig/remoteobjects/ROMessage Destination.java
        blazeds/branches/4.x/qa/apps/qa-regress/WEB-INF/src/runtimeconfig/remoteobjects/RuntimeCo nfigurator.java
        blazeds/branches/4.x/qa/resources/webtier/flex_sdk_4/flex-config.xml

    Well heres my story. I tried kde4 from extra the last 3 weeks and I like it. I have used xfce for the past 3 years, previous to that gnome. Tried kde but never really liked it. Now I am only using workspace, base, mutimedia and graphics.
    Here is what I like.
    1- Dolphin, awesome I have used thunar a while and it is great but I love splitview, and fish for ssh (which has been around a while I know), and the ability to mount other partitions on my hdd with a click no fstab entry or nothin'.
    2-Pretty, I've used xfce with built in compositor an love the snappiness. But I like desktop grid with kde4 and flipswitch. Compiz-fusion is cool but I prefer not to use I'll take what the DE gives. Plasmoid are cool too.
    3- Gwenview is nice too. Use to use gqview, but thumnails are nice.
    Looking forward to or lacking
    1- Keyboard shortcuts, Yes xbindkeys is there but if I have a DE I want it to do it. They just don't work now.
    2- kde4 has windows specific settings, but I can't set the opacity for particular windows , doesn't work.
    3- Ram of course is much higher in kde4, but maybe I'm getting old I just don't care as much.

  • [svn:osmf:] 10248: Fix a few bugs related to the interaction between IPlayable, IPausable, and ITemporal within a SerialElement, specifically around ensuring that the transition from child to child happens in the various permutations of these traits .

    Revision: 10248
    Author:   [email protected]
    Date:     2009-09-14 16:45:00 -0700 (Mon, 14 Sep 2009)
    Log Message:
    Fix a few bugs related to the interaction between IPlayable, IPausable, and ITemporal within a SerialElement, specifically around ensuring that the transition from child to child happens in the various permutations of these traits.  Introduce a helper class for managing this logic, as it can happen in both CompositePlayableTrait and CompositeTemporalTrait.  This lays the groundwork for a MediaElement which only implements IPlayable (e.g. to ping a tracking server) working within a serial composition.  Beef up unit tests so that these cases don't get broken in the future.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/.flexLibProperties
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/CompositePlayableTrai t.as
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/CompositeTemporalTrai t.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/composition/TestSerialEle ment.as
    Added Paths:
        osmf/trunk/framework/MediaFramework/org/openvideoplayer/composition/SerialElementTransiti onManager.as

    Hi,
    Found a note explaining the significance of these errors.
    It says:
    "NZE-28862: SSL connection failed
    Cause: This error occurred because the peer closed the connection.
    Action: Enable Oracle Net tracing on both sides and examine the trace output. Contact Oracle Customer support with the trace output."
    For further details you may refer the Note: 244527.1 - Explanation of "SSL call to NZ function nzos_Handshake failed" error codes
    Thanks & Regards,
    Sindhiya V.

  • [svn:fx-trunk] 10647: * A batch of compiler fixes.

    Revision: 10647
    Author:   [email protected]
    Date:     2009-09-28 10:21:59 -0700 (Mon, 28 Sep 2009)
    Log Message:
    A batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-22258, SDK-21547, SDK-22879, SDK-23169, SDK-23336
    Reviewer: Edwin (ActionFactory.java), Ryan (VideoPlayer.as), Corey
    Tests run: full cyclone
    Is noteworthy for integration: Yes, HostComponent, SkinPart, and
                                   SkinState metadata is now validated by
                                   the compiler.
    Code-level description of changes:
      frameworks/projects/spark/src/spark/skins/spark/BorderSkin.as
        Made HostComponent fully qualified.
      frameworks/projects/spark/src/spark/components/VideoPlayer.as
        Updated SkinState metadata to reflect revision 7732.
      modules/swfutils/src/java/flash/swf/ActionFactory.java
        Made getLabel() more bullet proof.
      modules/compiler/src/java/flex2/compiler_en.properties
        Added as3.HostComponentExtension.HostComponentClassNotFound,
        as3.HostComponentExtension.MissingSkinPart,
        as3.HostComponentExtension.MissingSkinState,
        as3.SyntaxTreeEvaluator.OnlyOneHostComponentAllowed, and
        as3.SyntaxTreeEvaluator.SkinPartsMustBePublic.
      modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        Replaced hasHostComponentMD with hostComponentMetaData.
      modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeClassInfo.java
        Modified getImports() to support Vectors.
      modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java
        Removed, because we really don't need to evaluate the AST again to
        find the HostComponent metadata since SyntaxTreeEvaluator has
        already found it.
      modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        Modified generateTypeExpression() and generateVariable() to
        support passing in a position.
      modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        Modified evaluate(Context, MetaDataNode) to handle .
        Modified processHostComponentMetaData() to store the node in the
        CompilationUnit and report an error if more than one HostComponent
        is found.
        Added processSkinPartMetaData().
      modules/compiler/src/java/flex2/compiler/as3/HostComponentExtension.java
        Refactored to handle what HostComponentEvaluator was doing, plus
        validate HostComponent, SkinPart and SkinState metadata.
      modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
        Modified generateDefinitionBody() to store a line number mapped
        position for the variable definition.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22258
        http://bugs.adobe.com/jira/browse/SDK-21547
        http://bugs.adobe.com/jira/browse/SDK-22879
        http://bugs.adobe.com/jira/browse/SDK-23169
        http://bugs.adobe.com/jira/browse/SDK-23336
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/BorderSkin.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilationUnit.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/genext/GenerativeClassInfo.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler_en.properties
        flex/sdk/trunk/modules/swfutils/src/java/flash/swf/ActionFactory.java
    Removed Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/HostComponentEvaluator.java

  • [svn:fx-trunk] 11732: * Another batch of compiler fixes.

    Revision: 11732
    Author:   [email protected]
    Date:     2009-11-12 13:18:47 -0800 (Thu, 12 Nov 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes: The mxunit test
              Namespaces_LibraryTag_Definition_GraphicalAssetTest failed,
              but I think the test should result in a compile error.
    Doc notes:
    Bugs: SDK-23898, SDK-24001, SDK-24075, SDK-22471, SDK-23772, SDK-23662
    Reviewer: Corey
    Tests run: ran full cyclone twice, but all the mustella tests timed
               out on the "cyclone assist" server, so I ran a sampling
               locally.
    Is noteworthy for integration: No
    Code-level description of changes:
      modules/swfutils/src/java/flash/util/StringUtils.java
        Modified unformatString() to more closely match the opposite of
        formatString() by only converting a double backslash to a single
        backslash when it precedes a 'u'.  This fixes SDK-23898.
      modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        Made report-invalid-styles-as-warnings and
        show-invalid-css-property-warnings no longer hidden.  This fixes
        SDK-24001.
      modules/compiler/src/java/flex2/compiler/SymbolTable.java
        Added debug param to constructor and modified it to turn on
        perCompileData.omitTrace when it's false.  This fixes SDK-24075.
      modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
        Uncommented fix for SDK-22471, which was accidentally commented
        out.
      modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        Modified analyze(XMLNode) to only add an import for XMLUtil when
        e4x is false.  This fixes SDK-23772.
        Modified analyze(XMLListNode) to no longer add an import for
        XMLUtil, because it's not used.
        Modified createInlineComponentUnit() and createDefinitionUnit() to
        use new method getInnerClassName() to create a unique className,
        if the user doesn't specify one.  This fixes SDK-23662.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23898
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-22471
        http://bugs.adobe.com/jira/browse/SDK-23772
        http://bugs.adobe.com/jira/browse/SDK-23662
        http://bugs.adobe.com/jira/browse/SDK-23898
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-22471
        http://bugs.adobe.com/jira/browse/SDK-23772
        http://bugs.adobe.com/jira/browse/SDK-23662
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/AtEmbed.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/util/StringUtils.java

  • [svn] 2286: Fix a few asc bugs:

    Revision: 2286
    Author: [email protected]
    Date: 2008-06-27 11:44:07 -0700 (Fri, 27 Jun 2008)
    Log Message:
    Fix a few asc bugs:
    ASC 3339 vector variable definition crashes asc
    ASC 2932 const definitions in a for loop do not report error in strict mode
    ASC 2843 [ArrayElementType] tag causing duplicate method definintions in ASDoc output
    Flex checkintests, tamarin tests pass
    Modified Paths:
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/Compiler.java
    flex/sdk/trunk/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java

    1. read the info posted on this link--especially the section on 'Virtual Memory' (item number 6).
    http://kb2.adobe.com/cps/320/320782.html
    2. I have been using Illustrator since vers 7 and am currently running CS4, CS5 and CS5.1 on the same machine with one hard drive and 8GB of Ram....and have NEVER experienced ANY of the glitches that you mention.
    3.I believe you may have a conflict between your virtual memory settings in windows and your scratch disk settings for illustrator.
    per Adobe... "For best performance, choose a hard drive not used for the Illustrator scratch disk." (this is in reference to setting your virtual memory on a Windows platform)

  • IPhoto crashed. When reopened, 70  some events were grayed out (no photos).  Restored iPhoto library from Time Machine, fewer grayed events.  Said yes to a msg on fixing library, 3K more photos. Still wrong.  What next to do?

    iPhoto crashed. When reopened, 70+  some events were grayed out (no photos).  Restored iPhoto library from Time Machine, fewer grayed events.  Said yes to a msg on fixing library, 3000 more photos. Still wrong.  What next to do?

    Do you still have the library that you were using when the crash occurred?  If so apply the two fixes below in order as needed:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • HT1414 IPHONE 3GS Problems. Updated to IOS6 then says There are just a few more steps to take. Press Continue. Once pressed it says connect to itunes. So plugged the cable in and it does nothing and stays on that screen. How can he fix it?

    Hi, My friend has just updated there 3GS to IOS6 and once it's done, 2 screens appear. first one says, Update complete, there are just a few more steps to take. Press continue and another screen comes up with the itunes symbol and the cable and says connect to itunes. Once plugged in, on itunes it reconises the phone and has the loading symbol up, but it doesn't loads anything and can't press anything. Anyone know why and how to resolve this?

    The terms of service of the Apple Support Communities prevent us from helping anyone with a jailbroken phone.
    You're on your own.  Good luck.

  • [svn:fx-4.x] 15178: A few more corrections/ additions to the layoutDirection style ASDoc.

    Revision: 15178
    Revision: 15178
    Author:   [email protected]
    Date:     2010-03-31 12:49:26 -0700 (Wed, 31 Mar 2010)
    Log Message:
    A few more corrections/additions to the layoutDirection style ASDoc.
    QE notes:
    Doc notes: None
    Bugs:
    Reviewed By: Hans
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UIComponent.as

    This is a duplicate post.  This should be locked to avoid further confusion.
    My CSS wont change
    Nancy O.

  • [svn:fx-trunk] 10024: Fix regressions from "More styles for Spark skins" checkin.

    Revision: 10024
    Author:   [email protected]
    Date:     2009-09-04 10:13:32 -0700 (Fri, 04 Sep 2009)
    Log Message:
    Fix regressions from "More styles for Spark skins" checkin.
    Remove redundant Group tag from BorderSkin
    Support borderStyle="none" for TextInputBorderSkin
    Made BorderSkin work correctly when borderStyle="none" and contentBackgroundColor is set
    QE notes: This should clean up a bunch of mustella failures
    Doc notes: None
    Bugs: SDK-23004, SDK-23008, SDK-23011
    Reviewer: Corey
    Tests run: checkintests, basictests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23004
        http://bugs.adobe.com/jira/browse/SDK-23008
        http://bugs.adobe.com/jira/browse/SDK-23011
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/BorderSkin.mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/TextInputBorderSkin.mxml

  • [svn:fx-trunk] 12848: * Another batch of compiler fixes.

    Revision: 12848
    Revision: 12848
    Author:   [email protected]
    Date:     2009-12-11 06:46:13 -0800 (Fri, 11 Dec 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24472, SDK-14213, SDK-24555
    Reviewer: Corey, Mike M.
    Cycloner: Gaurav
    Tests run: full cyclone
    Is noteworthy for integration: Yes, the SwcDynamicArchive.java change
                                   should reduce memory use in FB.
    Code-level description of changes:
      modules/swfutils/src/java/flash/localization/LocalizationManager.java
        Added "locale" variable and initialized it to Locale.getDefault().
        Replaced use of Locale.getDefault() with "locale" variable.
        Added setLocale().
      modules/antTasks/src/flex/ant/MxmlcTask.java
      modules/antTasks/src/flex/ant/CompcTask.java
        Added user-locale option.
      modules/compiler/src/java/flex2/configuration_en.properties
        Added user-locale description.
      modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java
        Modified setupLocalizationManager() to only create a new
        LocalizationManager if one hasn't been setup already.
        Removed "finally { clean() }" from all local methods.  It was
        clearing out the LocalizationManager, which was causing the
        configured locale to be lost.  flex2.tools.oem.Application and
        flex2.tools.oem.Library already call OEMUtil.clean(), so it
        doesn't need to be called here.
      modules/compiler/src/java/flex2/compiler/common/Configuration.java
        Added cfgUserLocale().
      modules/compiler/src/java/flex2/compiler/config/ConfigurationException_en.properties
        Added UserLocaleNotAvailable message.
      modules/compiler/src/java/flex2/compiler/config/ConfigurationException.java
        Added UserLocaleNotAvailable class.
      compiler/src/java/flex2/compiler/media/FontTranscoder.java
        Modified getURL() to handle fonts in a SWC subdirectory.  This
        fixes SDK-24555.
      compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
        Modified save() to close and null out "out".  This fixes SDK-24472.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24472
        http://bugs.adobe.com/jira/browse/SDK-14213
        http://bugs.adobe.com/jira/browse/SDK-24555
        http://bugs.adobe.com/jira/browse/SDK-24555
        http://bugs.adobe.com/jira/browse/SDK-24472
    Modified Paths:
        flex/sdk/trunk/modules/antTasks/src/flex/ant/CompcTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/ConfigurationException_en. properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/media/FontTranscoder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDynamicArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMUtil.java
        flex/sdk/trunk/modules/swfutils/src/java/flash/localization/LocalizationManager.java

  • [svn:fx-trunk] 12043: * Weekly batch of compiler fixes.

    Revision: 12043
    Revision: 12043
    Author:   [email protected]
    Date:     2009-11-20 08:00:57 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Weekly batch of compiler fixes.
    QE notes: mustella server runs can use -debug or
              -omit-trace-statements=false now.
    Doc notes: Yes, new option.
    Bugs: SDK-24229, SDK-24228, SDK-24224, SDK-24271, SDK-24001, SDK-24075
    Reviewer: Pete F (SwcChecksums.java, PreLink.java), Corey (everything else)
    Tests run: full cyclone, which had some mxunit and junit failures,
               which I fixed and confirmed by rerunning the failed tests.
               Mustella had a bunch of VideoPlayer related failures, which
               I assume a related to the switch to the OSMF player.
    Is noteworthy for integration: Yes, added new option -omit-trace-statements,
                                   the default is true for production.
    Code-level description of changes:
      modules/compiler/src/java/flex2/configuration_en.properties
        Added details for report-invalid-styles-as-warnings and
        show-invalid-css-property-warnings to finish off SDK-24001.
      modules/compiler/src/java/flex2/tools/SwcChecksums.java
        Take non-SWC theme files into consideration when generating the
        SWC checksum, because getThemeInfo() in CompilerConfiguration has
        doChecksum() returning false.  This fixes part of SDK-24271.
      modules/compiler/src/java/flex2/tools/PreLink.java
        Modified processMainUnit() to replace duplicates returned from
        StylesContainer.processDependencies() rather than skipping them.
        This fixes the rest of SDK-24271, which was introduced by revision
        11575.
      modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        Added omit-trace-statements option.
      modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
      frameworks/flex-config.xml
        Added omit-trace-statements default of true.
      modules/compiler/src/java/flex2/compiler/SymbolTable.java
        Modified constructor to turn on trace statement omission when
        debug is false and omitTraceStatements is true.
      modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        Essentially revert the fix for SDK-23662, which fixes SDK-24229,
        SDK-24228, and SDK-24224.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24229
        http://bugs.adobe.com/jira/browse/SDK-24228
        http://bugs.adobe.com/jira/browse/SDK-24224
        http://bugs.adobe.com/jira/browse/SDK-24271
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24075
        http://bugs.adobe.com/jira/browse/SDK-24001
        http://bugs.adobe.com/jira/browse/SDK-24271
        http://bugs.adobe.com/jira/browse/SDK-24271
        http://bugs.adobe.com/jira/browse/SDK-23662
        http://bugs.adobe.com/jira/browse/SDK-24229
        http://bugs.adobe.com/jira/browse/SDK-24228
        http://bugs.adobe.com/jira/browse/SDK-24224
    Modified Paths:
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SymbolTable.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/configuration_en.properties
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/Mxmlc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/SwcChecksums.java

  • [svn:fx-trunk] 12270: * Another batch of compiler fixes.

    Revision: 12270
    Revision: 12270
    Author:   [email protected]
    Date:     2009-11-30 07:51:06 -0800 (Mon, 30 Nov 2009)
    Log Message:
    Another batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-24083, SDK-24084, SDK-23721, SDK-24386
    Reviewer: Corey
    Tests run: checkintests
    Is noteworthy for integration: yes, fixes DMV issue and FB issue
    Code-level description of changes:
      modules/compiler/src/java/flex2/tools/PreLink.java
        Revert a last minute change, which I made before revision 12043,
        by moving the while loop back outside the for loop.  Otherwise the
        iterator only gets created once inside the for loop.  This fixes
        SDK-23721 and SDK-24386.
      modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        Modified stripRedeclaredManagementVars() by checking if classInfo
        is null before using it.  It can be null when errors have
        occurred.  This helped reveal the problem with SDK-24083 and
        SDK-24084.
      modules/compiler/src/java/flex2/compiler/SourceList.java
        Modified calculateRelativePath() to better handle multiple
        directories which overlap by name.  This fixes SDK-24083 and
        SDK-24084.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
        http://bugs.adobe.com/jira/browse/SDK-23721
        http://bugs.adobe.com/jira/browse/SDK-24386
        http://bugs.adobe.com/jira/browse/SDK-23721
        http://bugs.adobe.com/jira/browse/SDK-24386
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
        http://bugs.adobe.com/jira/browse/SDK-24083
        http://bugs.adobe.com/jira/browse/SDK-24084
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/SourceList.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SyntaxTreeEvaluator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

  • [svn:fx-trunk] 11179: * Weekly batch of compiler fixes.

    Revision: 11179
    Author:   [email protected]
    Date:     2009-10-27 08:05:06 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Weekly batch of compiler fixes.
    QE notes:
    Doc notes:
    Bugs: SDK-23111, SDK-23262, SDK-17908, SDK-21737, SDK-23559
    Reviewer: Corey
    Tests run: full cyclone
    Is noteworthy for integration: no
    Code-level description of changes:
      frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
        Added isExecuting logic to prevent infinite recursion with two way
        bindings.  We have a check in the Bindable generated setter, but
        it fails, because "NaN !== NaN" is returning true.  Go figure.
      modules/swfutils/src/java/flash/util/StringUtils.java
        Tweaked formatString() to handle unicode characters and added
        unformatString() to do the opposite for direct AST generation.
      modules/compiler/src/java/flex2/compiler/Source.java
        Added shortName arg to the constructor used by the
        InterfaceCompiler for inline components.
      modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        Modified completeTwoWayBindings() to ensure the destination is
        Bindable.
      modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.java
        Modified "Node formatExpr()" to use StringUtils.unformatString()
        to mimic what ASC's scanner would have done if it had read in the
        value.
      modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        Modified addExcludeClassNode() to no longer set the line and
        column for the inlineExcludeNode and excludeTextNode, so they
        don't have warnings and errors reported for them.  I guess no one
        compiles the frameworks with -keep.  Otherwise, this would have
        blocked them.
        Modified createInlineComponentUnit() and createDefinitionUnit() to
        pass in the className, as the shortName, to the Source
        constructor.
      modules/antTasks/src/flex/ant/MxmlcTask.java
      modules/antTasks/src/flex/ant/CompcTask.java
      modules/antTasks/src/flex/ant/AsDocTask.java
        Added support for show-invalid-css-property-warnings option.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23111
        http://bugs.adobe.com/jira/browse/SDK-23262
        http://bugs.adobe.com/jira/browse/SDK-17908
        http://bugs.adobe.com/jira/browse/SDK-21737
        http://bugs.adobe.com/jira/browse/SDK-23559
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/binding/utils/ChangeWatcher.as
        flex/sdk/trunk/modules/antTasks/src/flex/ant/AsDocTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/CompcTask.java
        flex/sdk/trunk/modules/antTasks/src/flex/ant/MxmlcTask.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Source.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
        flex/sdk/trunk/modules/swfutils/src/java/flash/util/StringUtils.java

  • [svn:fx-trunk] 8306: * A trio of compiler fixes.

    Revision: 8306
    Author:   [email protected]
    Date:     2009-06-26 08:05:34 -0700 (Fri, 26 Jun 2009)
    Log Message:
    A trio of compiler fixes.
    tests Passed: checkintests
    Needs QA: YES, please confirm each of the bug fixes with AST
              generation on and off.
    Needs DOC: NO
    Bug fixes: SDK-20158, SDK-21871 with AST generation, SDK-21528
    API Change: NO
    Reviewer: Pete F.
    Cycloner: Gaurav
    Code-level description of changes:
      as3/AbstractSyntaxTreeUtil.java
        Modified generateMemberExpression() to handle expressions like Vector..
      as3/binding/DataBindingFirstPassEvaluator.java
        Renamed isString() to isArrayOrString() and added check for Array.
      mxml/lang/StandardDefs.java
        Added intern() to PACKAGE_FLASH_UTILS, because it's used in AST
        generation now.
      mxml/lang/ChildNodeHandler.java
        Modified invoke() to call defaultPropertyElement() even in the
        case of binding expressions.
      mxml/builder/ComponentBuilder.java
        Modified constructor to initialize bindingHandler.
        Added ComponentDeclarationBindingHandler inner class.
      mxml/builder/DocumentBuilder.java
        Removed ComponentDeclarationBindingHandler inner class.
      mxml/rep/init/ValueInitializer.java
        Modified formatExpr() to handle fully qualified class names when
        the targetType is functionType.
      mxml/gen/ClassDefLib.vm
        Added special case handling, equivalent to compile time singleton
        coercion, for binding source functions when the return type is
        Array.
      mxml/ImplementationGenerator.java
        AST generation equivalent to ClassDefLib.vm changes.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20158
        http://bugs.adobe.com/jira/browse/SDK-21871
        http://bugs.adobe.com/jira/browse/SDK-21528
    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/DataBindingFirstPassE valuator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/TypeAnalyzer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/ChildNodeHandler.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va

Maybe you are looking for

  • Different headers on each page of a Pages document

    I searched for this, but every answer seemed to be some variation on "there's no reason to put a different heading on each page of a document". I do require this function, though, and was wondering if there's any way to do it. Thanks in advance for t

  • No Wi-Fi or Bluetooth on iPod Touch 3rd

    hi guys ,  i have a problem with my ipod touch 3rd generation and i was unable to turn Wi-Fi or Bluetooth on or off because the setting is grayed out or dim. if you can help me out i will be grateful. this ipod is for my lil brother and without wifi

  • Source is not a permitted variable data objects

    Hi SCN, So we transported queries. Collected in manually and gouped by necessary objects. We're having a problem with our variables that holds a replacement path setting for clearing date, net due date and posting date. Replacement path for key using

  • 9c error (no usb ports used)

    I tried booting up my pc and I keep getting 9c errors, even though I unplugged and replugged all the wiring in my motherboard (MSI z97 Gaming 5). Even after removing all the usb connectors to my motherboard I keep getting 9c errors, there are no usb

  • Obtaining monitor lock of a blocked thread

    Is there a way to obtain the monitor lock (reference to the object) of a blocked thread? Something like Object Thread.getMonitorLockedObject()Also when you get the locked object it would be useful if you can get reference to the thread which is holdi