[svn:fx-4.0.0] 13535: Part 1 of fixing line endings in AS and MXML files so that line numbers are correct while debugging .

Revision: 13535
Revision: 13535
Author:   [email protected]
Date:     2010-01-15 14:45:38 -0800 (Fri, 15 Jan 2010)
Log Message:
Part 1 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.
We've got a widespread problem with line-endings (\r\n vs \n vs \r) because not all our files have svn:eol-style set to "native". (With this setting, the line endings are adjusted for the platform that you check out code onto. Without it, you can end up with all-Mac line endings on a Windows machine, WindowsMacUnix line endings on a Mac, etc. The goal is all-Win on Win, all-Mac on Mac, etc.)
For schedule reasons, we've decided to minimize risk by fixing only AS and MXML files in frameworks/projects that contribute to our SWCs, because here line-ending problems can throw off line numbers and the debugger doesn't step through the right lines of code.
You can't set svn:eol-style to "native" unless the line endings are already correct for your platform. Since I'm on Windows, I wrote a script to find a fix the files that had any \n or \n line endings. The files now have \r\n.
QE notes: None
Doc notes: None
Bugs: SDK-24966
Reviewer: Pete
Tests run: checkintests
Is noteworthy for integration: No
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24966
Modified Paths:
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.a s
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/ISelectableList.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/LayoutElementUIComponen tUtils.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/skins/halo/WindowBackground. as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
    flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatche r.as
    flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
    flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ButtonBar.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/DropDownList.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/HSlider.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Panel.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/PopUpAnchor.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Scroller.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/mediaClasses/Volum eBar.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownController.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownListBase.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Scr ollerLayout.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Sli derBase.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/AnimateTransform.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/supportClasses/Animat eTransformInstance.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/effects/supportClasses/MoveIn stance.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/events/SkinPartEvent.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/skins/spark/HighlightBitmapCa ptureSkin.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/skins/spark/ScrollerSkin.mxml
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/styles/metadata/AdvancedInher itingTextStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/styles/metadata/AdvancedNonIn heritingTextStyles.as
    flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/utils/LabelUtil.as
    flex/sdk/branches/4.0.0/frameworks/projects/wireframe/src/spark/skins/wireframe/NumericSt epperTextInputSkin.mxml

Hi there,
I follow the help from this post
How to handle line break embeded inside CSV column
Not a perfect way, but it is accepted in my case.
Cheers,

Similar Messages

  • [svn:fx-4.0.0] 13541: Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging .

    Revision: 13541
    Revision: 13541
    Author:   [email protected]
    Date:     2010-01-15 16:47:34 -0800 (Fri, 15 Jan 2010)
    Log Message:
    Part 2 of fixing line endings in AS and MXML files so that line numbers are correct while debugging.
    All AS and MXML files frameworks/projects (that are code for SWCs) now have svn:eol-style set to "native" (and svn:mime-type set to "text/plain"). Having svn:eol-style set to "native" should ensure that when you get these files on a particular platform, the line-endings are correct for that platform.
    QE notes: None
    Doc notes: None
    Bugs: SDK-24966
    Reviewer: Pete
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24966
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/src/AIRSparkClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/airspark/src/spark/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/AutomationClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/AdvancedDa taGridSelectedCellCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ArrayPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/AssetPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/Automation ObjectPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ChartItemC odec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ColorPrope rtyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateProper tyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateRangeP ropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DateScroll DetailPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/DefaultPro pertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/HitDataCod ec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/IAutomatio nPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/KeyCodePro pertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/KeyModifie rPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ListDataOb jectCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/RendererPr opertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ScrollDeta ilPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/ScrollDire ctionPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/TabObjectC odec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/codec/TriggerEve ntPropertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/DragMa nagerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/DragMa nagerAutomationImplGlobal.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/TextFi eldAutomationHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/AccordionAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/ApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/BoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/CanvasAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/DividedBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/FormAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/FormItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/PanelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/TabNavigatorAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contai ners/ViewStackAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/AlertAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/AlertFormAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/CheckBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ColorPickerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ComboBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ComboBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DateChooserAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/DateFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/LabelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/LinkBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListBaseContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ListItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuBarItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/MenuItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/NavBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/NumericStepperAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/PopUpButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ProgressBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/RadioButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/SWFLoaderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ScrollBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/SliderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TextAreaAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TextInputAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TileBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TileListItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ToggleButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/ToolTipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TreeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/TreeItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/contro ls/VideoDisplayAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/C ontainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/R epeaterAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/S crollControlBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/U IComponentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/delegates/core/U ITextFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/AdvancedD ataGridHeaderShiftEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/AdvancedD ataGridItemSelectEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nAirEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nCustomReplayEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nDragEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nDragEventWithPositionInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nRecordEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Automatio nReplayEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/ChartSele ctionChangeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/EventDeta ils.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/ListItemS electEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/Marshalle dAutomationEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/MenuShowE vent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/events/TextSelec tionEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Adva ncedDataGridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Adva ncedListBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Axis RendererTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Cart esianChartTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Char tBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Char tSeriesTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Cont ainerTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Data GridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/List BaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/List TabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Menu BarTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/OLAP DataGridTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Tile BaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/automation/tabularData/Tree TabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/AutomationAirClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/air/AirDragM anagerAutomationHandler.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/air/AirFunct ionsHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/codec/FilePr opertyCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowedApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowedApplicationAutomationImpl_modi.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntainers/WindowsAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/FileSystemTreeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/FlexNativeMenuAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/delegates/co ntrols/fileSystemClasses/FileSystemDataGridNameColumnRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/automation/events/Autom ationFlexNativeMenuEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_air/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/AutomationAirSparkCla sses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/spark/automation/dele gates/components/SparkWindowAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_airspark/src/spark/automation/dele gates/components/SparkWindowedApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/AutomationDMVClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridBaseExAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridGroupItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedDataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/AdvancedListBaseContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/OLAPDataGridAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ad vancedDataGrid/OLAPDataGridGroupRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/AreaSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/AxisRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/BarSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/BubbleSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/CartesianChartAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/ChartBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/ColumnSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/HLOCSeriesBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LegendAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LegendItemAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/LineSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/PieSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/PlotSeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/automation/delegates/ch arts/SeriesAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_dmv/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/AutomationFlashFl exKitClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/ContainerMovieClipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/FlexContentHolderAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/automation/del egates/flashflexkit/UIMovieClipAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_flashflexkit/src/mx/core/Version.a s
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/AutomationSparkClasses.a s
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/automation/delegates/ controls/dataGridClasses/FTEDataGridItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/automation/delegates/ core/UIFTETextFieldAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/codec/S parkDropDownListBaseSelectedItemCodec.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/SparkRichEditableTextAutomationHelper.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkApplicationAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkBorderContainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkButtonBarButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkCheckBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkComboBoxAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkDataGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkDropDownListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkLabelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkListAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkNavigatorContentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkNumericStepperAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkPanelAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkRadioButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkRichEditableTextAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkScrollerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkSkinnableContainerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkSpinnerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTabBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTextAreaAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTextInputAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTileGroupAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkTitleWindowAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkToggleButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/SparkVideoPlayerAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/mediaClasses/SparkMuteButtonAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/mediaClasses/SparkVolumeBarAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkButtonBarBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkButtonBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkDropDownListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkGroupBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkListBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkRangeAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkScrollBarBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableComponentAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableContainerBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSkinnableTextBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkSliderBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkTextBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkToggleButtonBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/components/supportClasses/SparkTrackBaseAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/skins/spark/SparkDefaultComplexItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/delegat es/skins/spark/SparkDefaultItemRendererAutomationImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/events/ SparkListItemSelectEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/events/ SparkValueChangeAutomationEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/RichEditableTextTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/SkinnableContainerTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/automation/tabular Data/SparkListBaseTabularData.as
        flex/sdk/branches/4.0.0/frameworks/projects/automation_spark/src/spark/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/AdvancedDataGridClasses .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/ChartsClasses.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/accessibility/Advanc edDataGridAccImpl.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AreaChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AxisLabel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/AxisRenderer. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/BarChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/BubbleChart.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/CandlestickCh art.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/CategoryAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/ChartItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/ColumnChart.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/DateTimeAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/GridLines.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/HLOCChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/HitData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/Legend.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LegendItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LineChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LinearAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/LogAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/PieChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/PlotChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ AxisBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ AxisLabelSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ BoundedValue.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianCanvasValue.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ CartesianTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartItemDragProxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartLabel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ ChartState.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataDescription.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataTip.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DataTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DateRangeUtilities.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ DualStyleObject.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ GraphicsUtilities.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ HLOCSeriesBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IAxisRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IChartElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IChartElement2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IColumn.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IStackable.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ IStackable2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ InstanceCache.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ LegendData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ NumericAxis.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarChart.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarDataCanvas.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ PolarTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ RenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ StackedSeries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sEffect.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sInterpolate.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sSlide.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/Serie sZoom.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesEffectInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesInterpolateInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesSlideInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/effects/effec tClasses/SeriesZoomInstance.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/ChartE vent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/ChartI temEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/events/Legend MouseEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Are aRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Box ItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Can dlestickItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Cir cleItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Cro ssItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Dia mondItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/HLO CItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Lin eRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Sha dowBoxItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Sha dowLineRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Tri angleItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/renderers/Wed geItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/AreaSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/AreaSe t.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/BarSer ies.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/BarSet .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Bubble Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Candle stickSeries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Column Series.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/Column Set.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/HLOCSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/LineSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/PieSer ies.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/PlotSe ries.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ AreaSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ BarSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ BubbleSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ ColumnSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ HLOCSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ LineSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ LineSeriesSegment.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ PieSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/items/ PlotSeriesItem.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/AreaSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/BarSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/BubbleSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/ColumnSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/HLOCSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/LineSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/PieSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/series/render Data/PlotSeriesRenderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/skins/halo/Se lectionSkin.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/HaloDe faults.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/FillStrokeStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/GapStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/ItemRendererStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/LeadingStyle.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/MarginStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/charts/styles/metada ta/TextStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/DefaultS ummaryCalculator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Collection.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Collection2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Grouping Field.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalCollectionView.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalCollectionViewCursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/Hierarch icalData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IGroupin gCollection.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IGroupin gCollection2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalCollectionView.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalCollectionViewCursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/IHierarc hicalData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/ISummary Calculator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/LeafNode Cursor.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryF ield.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryF ield2.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryO bject.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/SummaryR ow.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/collections/errors/C hildItemPendingError.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/AdvancedDat aGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/AdvancedDat aGridBaseEx.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/OLAPDataGri d.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBaseSelectionData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridBaseSelectionPending.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridColumn.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridColumnGroup.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridDragProxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridGroupItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridHeaderInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridHeaderRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridListData.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridRendererDescription.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/AdvancedDataGridSortItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/IAdvancedDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/advancedDat aGridClasses/SortInfo.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/listClasses /AdvancedListBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/listClasses /AdvancedListBaseContentHolder.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridGroupRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridHeaderRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridHeaderRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridItemRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/controls/olapDataGri dClasses/OLAPDataGridRendererProvider.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/core/Version.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/AdvancedDataG ridEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/AdvancedDataG ridEventReason.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/events/CubeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/CubeNode.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/CubeNodeBuilder .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/DefaultCubeImpl .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAttribute. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAttributeL evel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPAxisPositi on.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCell.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCube.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCubeImpl.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPCustomAggr egator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPDimension. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPHierarchy. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPLevel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPMember.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPQuery.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPQueryAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPResult.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPResultAxis .as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPSchema.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/IOLAPTuple.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAttribute.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAttributeLe vel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPAxisPositio n.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPCell.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPCube.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPDimension.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPElement.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPHierarchy.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPLevel.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPMeasure.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPMember.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPQuery.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPQueryAxis.a s
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPResult.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPResultAxis. as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPSchema.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPSet.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPTrace.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/OLAPTuple.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/QueryCubeBuilde r.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/QueryError.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/SummaryNode.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Ave rageAggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Cou ntAggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Max Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Min Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/olap/aggregators/Sum Aggregator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/printing/PrintAdvanc edDataGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/printing/PrintOLAPDa taGrid.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/skins/halo/AdvancedD ataGridColumnWrongDropIndicator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/skins/halo/AdvancedD ataGridHeaderHorizontalSeparator.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Focu sStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/GapS tyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Icon ColorStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Lead ingStyle.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Padd ingStyles.as
        flex/sdk/branches/4.0.0/frameworks/projects/datavisualization/src/mx/styles/metadata/Text Styles.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/accessibility/AccConst.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/collections/AsyncListView.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/IDeferredContentOwner.a s
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/INavigatorContent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/ISelectableList.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/core/LayoutElementUIComponen tUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/EventListenerRequest. as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/FocusRequestDirection .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InterDragManagerEvent .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InterManagerRequest.a s
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/InvalidateRequestData .as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/Request.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SWFBridgeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SWFBridgeRequest.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/events/SandboxMouseEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/CompoundTransform.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/RoundedRectangle.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/geom/TransformOffsets.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/IActiveWindowManage r.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/IMarshalSystemManag er.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/ISystemManagerChild Manager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/PopUpData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Curs orManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Drag ManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Focu sManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Mars halPopUpData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/PopU pManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/marshalClasses/Tool TipManagerMarshalMixin.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Activ eWindowManager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Child Manager.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Event Proxy.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Marsh allingSupport.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Place holderData.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/managers/systemClasses/Remot ePopUp.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/modules/IModule.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/skins/halo/WindowBackground. as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/styles/CSSMergedStyleDeclara tion.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/HSBColor.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/MatrixUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/framework/src/mx/utils/OnDemandEventDispatche r.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaFactory.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/metadata/IFacet.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PausableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/traits/PlayableTrait.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/netmon/NetworkMonitor.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/CallResponder.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/AbstractOperation.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/SerializationFilter.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCObjectUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCStringUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/rpc/src/mx/utils/RPCUIDUtil.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/advancedDataGridClasses /FTEAdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/advancedDataGridClasses /MXAdvancedDataGridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/dataGridClasses/FTEData GridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/dataGridClasses/MXDataG ridItemRenderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/listClasses/MXItemRende rer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/controls/treeClasses/MXTreeItemR enderer.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/core/FTETextField.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/mx/core/UIFTETextField.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/ComboBox.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/DropDownList.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/HSlider.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/NavigatorContent.a s
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Panel.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/PopUpAnchor.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/Scroller.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/TabBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/mediaClasses/Volum eBar.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Ani mationTarget.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/But tonBarBase.as
        flex/sdk/branches/4.0.0/frameworks/projects/spark/src/spark/components/supportClasses/Dro pDownController.as
        flex/sdk/br

    Hi there,
    I follow the help from this post
    How to handle line break embeded inside CSV column
    Not a perfect way, but it is accepted in my case.
    Cheers,

  • Photomatix plug-in's HDR merged image has suddenly stopped showing up as part of the stack, yet when I repeat the merge it warns that these images are already merged. I have the merged image labeled with a HDR suffix.

    Photomatix plug-in's HDR merged image has suddenly stopped showing up as part of the stack, yet when I repeat the merge it warns that these images are already merged. I have the merged image labeled with a HDR suffix. Worked fine until now. Thanks

    I am not sure what's happening with IE9 (no live site) but I had real problems viewing your code in Live View - until I removed the HTML comment marked below. Basically your site was viewable in Design View but as soon a I hit Live view, it disappeared - much like IE9. See if removing the comment solves your issue.
    <style type="text/css">
    <!-- /*Remove this */
    body {
        margin: 0;
        padding: 0;
        color: #000;
        background:url(Images/websitebackgroundhomee.jpg) repeat scroll 0 0;
        font-family: David;
        font-size: 15px;
        height:100%;

  • What happen to my movie it disappear and what my song that partly What happen to my movie it disappear and what my song that partly down load . Is this all I can get for iTunes support! load . Is this all I can get for iTunes support!

    What happen to my movie it disappear and what my song that partly down load . Is this all I can get for iTunes support!

    No offence but how on earth is anyone meant to help with your problem when your post makes no sense and contains no information??

  • [svn:fx-trunk] 7661: Change from charset=iso-8859-1" to charset=utf-8" and save file with utf-8 encoding.

    Revision: 7661
    Author:   [email protected]
    Date:     2009-06-08 17:50:12 -0700 (Mon, 08 Jun 2009)
    Log Message:
    Change from charset=iso-8859-1" to charset=utf-8" and save file with utf-8 encoding.
    QA Notes:
    Doc Notes:
    Bugs: SDK-21636
    Reviewers: Corey
    Ticket Links:
        http://bugs.adobe.com/jira/browse/iso-8859
        http://bugs.adobe.com/jira/browse/utf-8
        http://bugs.adobe.com/jira/browse/utf-8
        http://bugs.adobe.com/jira/browse/SDK-21636
    Modified Paths:
        flex/sdk/trunk/templates/swfobject/index.template.html

    same problem here with wl8.1
    have you sold it and if yes, how?
    thanks

  • [svn:fx-3.x] 16579: Fixed AS and MXML files in frameworks/ projects that had incorrect line endings.

    Revision: 16579
    Revision: 16579
    Author:   [email protected]
    Date:     2010-06-16 16:30:04 -0700 (Wed, 16 Jun 2010)
    Log Message:
    Fixed AS and MXML files in frameworks/projects that had incorrect line endings.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25170
    Reviewer: Kevin
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25170
    Property Changed:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/validators/NumberValidatorDoma inType.as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/http/HTTPMultiService.as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/http/Operation.as
        flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/rpc/http/mxml/HTTPMultiService.as

    Simon,
    I will admit, I almost never use SQL Developer. I have been a long time Toad user, but for this tool, I fumbled around a bit and got everything up and running quickly.
    That said, I tried the new GeoRaptor tool using this tutorial (which is I think is close enough to get the jist). http://sourceforge.net/apps/mediawiki/georaptor/index.php?title=A_Gentle_Introduction:_Create_Table,_Metadata_Registration,_Indexing_and_Mapping
    As I stumble around it, I'll try and leave some feedback, and probably ask some rather stupid questions.
    Thanks for the effort,
    Bryan

  • Log files and RSconfig file is not creatd after Reinstall the SSRS part?

    HI guyz,
    I have problem with my Subscription to send the emails using SMTP ,to resollving that i have uninstall  and install the SSRS part
    after install the SSRS part i have not found any RSConfig file and Logfiles,Here i have made one change that is after unisntall the SSRS i have changed the Report server  folder name to ReportServer_old ,After that i have I have installed the SSRS part 
    now i will not getting any Logfiels and RSconfig file also,
    And now also  i am not able to send the emails  using Subscription
    I have facing this issue still long time back,
    The error which am getting here is ,
    transport server Failed to send emails 
    I have done all the config settings properly ,There is nothing wrong in Config settgs.Guys pls help me out for this 
    Note; Uisng powershell script i have sending the mails using the SMTP server ,But in ssrs it is not working
    Can you pls any one update this 
    Thanks!

    Hi Yichinnari,
    I have checked that your issue can be cause by you haven't uninstall the SSRS correctly, you mentioned that you just rename the ReportServer folder, this may cause the issue. You can backup this folder to some other path and then remove all the folder related
    to the SSRS.
    Please find details information below about how to do a Completely uninstall of SSRS.Recommendations
    for Uninstalling & Installing Reporting Services
    How to uninstall Reporting Services on SQL 2008 R2?
    You mentioned that the error "Failure sending mail: The transport failed to connect to the server" when schedule the subscription still exists although you have done all the settings in the configuration file.
    Please first make sure you have successfully reinstall the SSRS and  the proper SMTP server is successfully configured and specified.
    Then do some configuration in the Reporting Service configuration manager like below:
    Finally, configure the rsreortserver.config file correctly.
    More details information about the configuration:
    How to: Configure a Report Server for E-mail Delivery (Reporting Services Configuration)
    If you still got the same error message, please try to provide more details error message in the log files which path is like :
    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • [svn] 1418: Remove the optimization that was added as part of the fix for BLZ-133.

    Revision: 1418
    Author: [email protected]
    Date: 2008-04-25 11:16:16 -0700 (Fri, 25 Apr 2008)
    Log Message:
    Remove the optimization that was added as part of the fix for BLZ-133. We cannot depend on isRequestedSessionIdFromCookie reliably, instead we should rely on the fact that encodeURL returns the same url when cookies are enabled.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-133
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SessionFilter.j ava

    This indicates corrupt files.  A restore should resolve.

  • My ant video player after i updated to firefox four is now in the upper part of the screen where it opens up and i cant find out how to fix it

    my ant video player after i updated to firefox four is now in the upper part of the screen where it opens up and i cant find out how to fix it

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • I can no longer download and save files. They are now saved with a ".part" suffix that I can not use or open. What happened, I used to do this all the time?

    Downloads seem to be happening normally at first but the file shows up with a file extension of ".part" that I can not use or open. If I refresh the folder where it was downloaded to, it disappears as though it wasn't there at all.
    I used to do this and it just yesterday started to give me problems. It doesn't seem to matter what file type I do this with as PDF, MP3 and EXE files have all shown this problem.
    Please help!

    It is possible that your anti-virus software is corrupting the downloaded files or otherwise interfering with downloading files by Firefox.<br />
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See also "Disable virus scanning in Firefox preferences - Windows"
    * http://kb.mozillazine.org/Unable_to_save_or_download_files

  • We are recording 2 voices over an instrumental track. Every time there is a rest in the vocal part the volume of the instrumental track noticeable increases. Is this fixable? We are using Alesis multi mix 8 with 2 microphones.

    We are recording 2 voices over an instrumental track. Every time there is a rest in the vocal part the volume of the instrumental track noticeable increases. Is this fixable? We are using Alesis multi mix 8 with 2 microphones.

    Badger33rk wrote:
    Every time there is a rest in the vocal part the volume of the instrumental track noticeable increases.
    turn the Ducking menuItem off

  • After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my log-in to work again?

    After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my apple ID log-in to work again?

    Several times I've re-entered my passwords under Preferences/Internet Accounts/iCloud and it won't save since I've installed Mavericks.  Also, the iCloud icon in the left column in Preferences/Internet Accounts/iCloud is greyed out but allows me to click on it to set-up.  When I click on iCloud the password is filled out but the "Enable this account" check-box is not checked.  I check it, and all seems correct.  The icon is no longer grey, the password is correct, the "activate this account" check-box is checked.  Then, when I launch mail, notes etc. I'm still prompted to re-enter my apple ID.  The log-in loop continues.  For years my keychain has worked perfectly.  What has changed in Mavericks?

  • Text file - replace a pattern with part of the previous line? -SOLVED

    Hello, I'm stuck with sed/awk/grep...
    So I have a file with lines like this:
    Nice bunch of words <STUFF> <STUFF> <IMPORTANT_DELIMITER_TYPE_1> <STUFF> <IMPORTANT_DELIMITER_TYPE_2> <STUFF>
    Even Nicer bunch of Words <STUFF> <IMPORTANT_DELIMITER_TYPE_1> <STUFF> <STUFF> <STUFF>
    Wonderful bunch of Words <STUFF> <STUFF> <STUFF><IMPORTANT_DELIMITER_TYPE_1><STUFF>
    Then, I want to move the "important delimiters" to new lines (might be better not to do this in fact...)
    Nice bunch of words <STUFF> <STUFF>
    <IMPORTANT_DELIMITER_TYPE_1> <STUFF>
    <IMPORTANT_DELIMITER_TYPE_2> <STUFF>
    Even Nicer bunch of Words <STUFF>
    <IMPORTANT_DELIMITER_TYPE_1> <STUFF> <STUFF> <STUFF>
    Wonderful bunch of Words <STUFF> <STUFF> <STUFF>
    <IMPORTANT_DELIMITER_TYPE_1><STUFF>
    And finally, I want to replace the important delimiters with the content of the line they came from originally, up to the first angle bracket:
    Nice bunch of words <STUFF> <STUFF>
    Nice bunch of words <STUFF>
    Nice bunch of words <STUFF>
    Even Nicer bunch of Words <STUFF>
    Even Nicer bunch of Words <STUFF> <STUFF> <STUFF>
    Wonderful bunch of Words <STUFF> <STUFF> <STUFF>
    Wonderful bunch of Words<STUFF>
    How can I accomplish this using absolutely anything at all that doesn't involve too much manual effort (the file is about 30,000 lines of this stuff)
    Thanks !
    Last edited by darkbeanies (2013-09-01 19:18:29)

    "<STUFF>" is not irrelevant. In your original example
    Nice bunch of words <STUFF> <STUFF> <IMPORTANT_DELIMITER_TYPE_1> <STUFF> <IMPORTANT_DELIMITER_TYPE_2> <STUFF>
    Even Nicer bunch of Words <STUFF> <IMPORTANT_DELIMITER_TYPE_1> <STUFF> <STUFF> <STUFF>
    Wonderful bunch of Words <STUFF> <STUFF> <STUFF><IMPORTANT_DELIMITER_TYPE_1><STUFF>
    you want to break the lines along the delimiters:
    Nice bunch of words <STUFF> <STUFF>
    <IMPORTANT_DELIMITER_TYPE_1> <STUFF>
    <IMPORTANT_DELIMITER_TYPE_2> <STUFF>
    Even Nicer bunch of Words <STUFF>
    <IMPORTANT_DELIMITER_TYPE_1> <STUFF> <STUFF> <STUFF>
    Wonderful bunch of Words <STUFF> <STUFF> <STUFF>
    <IMPORTANT_DELIMITER_TYPE_1><STUFF>
    and then you say that you want to replace the delimiters with the contents before the first angle bracket:
    Nice bunch of words <STUFF> <STUFF>
    Nice bunch of words <STUFF>
    Nice bunch of words <STUFF>
    Even Nicer bunch of Words <STUFF>
    Even Nicer bunch of Words <STUFF> <STUFF> <STUFF>
    Wonderful bunch of Words <STUFF> <STUFF> <STUFF>
    Wonderful bunch of Words<STUFF>
    but you have clearly made a distinction between the "nice bunch of words" and "<STUFF>", otherwise the output would have been
    Nice bunch of words <STUFF> <STUFF>
    Nice bunch of words <STUFF> <STUFF> <STUFF>
    So, do you want everything up to  the first delimiter, or do you want everything up to <STUFF> in the replacement? If you only want the "nicer words" then you need some way to distinguish between them and "stuff" programmatically.
    edit
    Here's a trivial script that will split the lines along the delimiters and replace them with the contents of the line before the first delimiter:
    #!/usr/bin/env python3
    import re
    import sys
    def main(args=None):
    for line in sys.stdin:
    # Trim trailing newline.
    line = line.rstrip('\n')
    # Split by delimiters.
    parts = re.split(r'<[^>]+>', line)
    print(parts[0])
    for p in parts[1:]:
    print(parts[0] + p)
    if __name__ == '__main__':
    try:
    main()
    except (KeyboardInterrupt, BrokenPipeError):
    pass
    Usage
    path/to/script < /path/to/input file
    Last edited by Xyne (2013-09-01 18:34:55)

  • I need to update specific records(of variable lengths) in a file. I can get the correct record but when I update it(add info), it overwrites part of the record following it. I am using labview 6.0

    I need to update specific records(of variable lengths) in a file. I can get the correct record but when I update it(add or change info), it overwrites part of the record following it. I am using labview 6.0. I need to be able to insert information into the middle of a file without disturbing the data before and after

    It's hard to give more specifics without more detail, but in general you're going to need to read in the entire file, split it into three pieces (everything before the record of interest, the record itself, and everything after the record of interest), modify the record, reassemble the three pieces in proper order, and write the whole thing back to the file.Of course if the file is very large you might not want to actually implement it this way, but conceptually at least, this is what you are looking at.If this file some sort of proprietary format?Mike...PS: this type of issue is why I really like databases...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • [svn] 3275: Initial check in for support for asdoc comments in mxml files.

    Revision: 3275
    Author: [email protected]
    Date: 2008-09-19 15:01:57 -0700 (Fri, 19 Sep 2008)
    Log Message:
    Initial check in for support for asdoc comments in mxml files.
    For adding comments at the class level or to properties defined inside mxml use the syntax
    Other tags supported in asdoc should also work. for example @see, @includeExamples etc.
    QA: Yes
    Doc:
    Reviewed By: Paul
    Tests: checkintests
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/MxmlCompiler.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/AbstractBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/DocumentBuilder.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/Node.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDef.vm
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/Model.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/decl/PropertyDeclaration .java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/decl/UninitializedProper tyDeclaration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/init/ValueInitializer.ja va
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDocConfiguration.java
    Added Paths:
    flex/sdk/trunk/asdoc/templates/images/AirIcon12x12.gif
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MxmlCommentUtil.java

    @John - no luck on the plugin angle. In checking both JDev installs that previously had the problems, they have the default extensions.
    @Dave - at the time I can't say we noticed any migration notices, we certainly didn't see the migration dialog though. However the application in SVN was built on the same version of JDev so I don't expect a migration to find any changes anyhow.
    However on your second point we always check out into an empty directory, as we're checking out the whole application. As such if as you say the migration utilities is always called, shouldn't that mean we always see the projects modified? We certainly don't, we're on a day by day basis checking out whole applications to different directories and we don't see that behaviour.
    In turn reconsidering the modified .jpr file, from what I saw it looks to me that the whole project file is re-set to it's original state. Initially the problem detected was the libraries attached to the project were gone so we couldn't compile, but in close inspection it seems the whole .jpr file has been modified to a rather vanilla setup.
    One thing I can say when we originally experienced the problem (and from memory this was true in the dim dark past when it also occurred another time), is it was a check out from a SVN tags directory, not the trunk. In thinking about it, it may be the first check out from the tags directory that we see the issue. However to get around the issue we just revert the project file in the tags directory, we don't actually change the SVN repository code (ie. commit), so the issue should keep occurring. Yet at the moment if we check out the same tags directory, the issue doesn't occur?
    Hmmm?
    Btw Dave, are you an Oracle employee?
    CM.

Maybe you are looking for

  • How can I use one motion controller to control two robotic independently?

    the help document says : Note  Configuring and clearing buffers is a processor-intensive operation on the motion controller that requires the allocation and deallocation of memory. You should configure and clear buffers only when motors are not movin

  • HT4623 ScreenLockOut on OS6 upgrade

    I upgraded my iPhone 4 to IOS6... and went smoothly however my phone has locked me out as it is not recognizing my screen logon

  • Adapter to use 3G with older hardware

    I just bought a new car (Aston Martin) and it has an iPhone/iPod plug which is integrated into the car's audio system. Unfortunately, the folks at Aston must still be using old iPods to test with because their new cars don't work with new iPods or iP

  • Flash player opens new windows constantly

    Hi, this week my adobe flash started to open separately from my browser. When I try to play a game or watch a video it opens the game/video outside the browser page. I've already tried to uninstall it and install it again but the problem keeps happen

  • How to package classes?

    Hi everybody! I'm a new user in Java and currently i'm having this problem with packaging. I've visited a lot of websites and most of them showing the examples of command in the command prompt without explaining in detail what the command does! I'm r