Buggy Flash Builder?

2 strange things just happened in my code.
1.  i have a vector object called myVector.  i want to remove all object in the vector so i write myVector.splice(0).  it claimes there is an error becasue the function splice (apparently) requires 2 parameters, eventhough it doesn't according to the docs, nor have i ever had to to do this before.  now i have to included the length of the vector as the second parameter for it to compile without "errors"
2.  i'm calling a public function of my class from within my class, but FB complais saying the function can't be found.  it's not misspelled.  it only lets me compile if i prefix the keyword "this" to my function:  this.myFunction();
wtf?!
i'm using Flash Builder 4.5 on Mac OS X 10.6.7

Hi,
Please log a bug under 'Flash Builder' project at
http://bugs.adobe.com/flex with a sample code snippet.

Similar Messages

  • Question on CCloud Flash Builder 4.6 install

    Hello,
    I curretly have Flash Builder 4.6 installed on my computer - it was originally installed as FB4.5 when I installed MC CS 5.5  -- but the 4.6 version was made available as a separate installation from MC.5 when it became available last November -- so I now have FB 4.6 as a stand-alone install.
    My question is this -- do I need to uninstall my stand-alone installation of FB4.6 in order to install MC6 via my CCloud subscription (when it becomes available on May 11) -- or will the FB 4.6 install in CS6 install without errors (in a different location?). The reason I would like to do this is that FB can sometimes be buggy and I have the current install working well. I would like to install the new FB 4.6 and make sure i works and compiles well before uninstalling  last December's stand-alone verson of FB 4.6.
    Thanks 

    Thanks David,
    Just two questions
    1. Is the FB 4.6 version in CC the same as the FB 4.6 I installed in December, or is it a newer release (eg 4.6.2 etc)? If the CC version is the latest would want that
    2. If I did keep my current FB4.6 -- would the CC "know" that it should receive the latest updates. I keep reading where CC apps are always up-to-date with latest releases and builds -- so if I have an "old" FB4.6 -- would the CC updater give it the same updates as if I had installed it directly from CC?
    Thank you

  • Flash Builder 4.6 Java Heap Space Error

    Hi,
    I get this error "Java Heap Space" when trying to clean build (or build in any way) my project.
    I have a lot of embeded assets (png, mp3 and some binary files embeded to be read as a ByteArray) which total about 37 MB. Including one more 1.6MB binary asset causes this error to occur.
    I have tried to change my memory settings about (-Xmx and -Xms) as previous posts have suggested but this doesn't seem to make any difference.
    Is there any patch or solution to this very frustrating limitation of Flash Builder?
    Thanks for any help!
    Tom

    I constantly had issues with this.  I managed to run into the max for increasing the heap space.  I was able to get beyond the limit by flagging the FlashBuilder.exe file to allow it to allocate to higher memory address ranges.  I'm on a 64 bit machine, so the only limitation was the 32 bit FlashBuilder process.  Anyways i was able to get from 1024m up to 1720m.  Also note that FlashBuilder 4.7 Beta is out and it is a native 64 bit application, so you will get higher addressing there.  I just found it to be too buggy for my every day development tasks.  Also missing the Design view really hurts development.  I hope they put that back in.
    Here's more detail on how I got beyond the java heap ceiling.
    http://chrsmrtn.azurewebsites.net/flash-builder-java-heap-errors-limitations-of-xms-and-xm x/

  • Flash Builder is an Unprofessional Beta

    In Spring of 2011, I was very excited at the fact that we would be using Adobe Flash Builder 4 in a semester-long software engineering class project at a leading university.  I had used many Adobe products in the past and was very happy with them, particularly Photoshop, Illustrator and Dreamweaver.  I had also been wanting to learn ActionScript/Flex, and this project would give me the opportunity.  However, after extensive use of Flash Builder, I have realized that this product was the biggest let down since Windows Vista.
    There were several people working on the same project using Subversion.  In addition, we would have a lab session once a week using different computers, so it was necessary to frequently import projects into Flash Builder.  Importing Flex Projects was the most annoying and time consuming aspect of many.  Firstly, when one selects the import option, a dialog is presented and is positioned mostly off screen.  It is necessary for one to drag the dialog to the screen manually every time.  In addition, the path of recent projects is not saved, so one must manually navigate to the proper directory each time.  Since there were so many problems with projects falling apart, many imports were necessary.  It is necessary to manually navigate through the long hierarchy of directories to reach the project.  This is very time consuming and unproductive.
    After the import, the project will not run because of some problem finding the HTML files.  It was necessary to create new projects from scratch and do a lot of copying/pasting until a team member directed me to delete the html-template directory.  I am not sure how he came across this tip, as I had searched the Internet for solutions to no avail.  One more tedious step is necessary.  The html-template directory needs to be recreated, and the only way, at least that I see, is to rebuild the project, then after the error appears in the Problems window, right-click the error and select Recreate HTML Templates.  That’s quite a bit of work, and maybe there should be an explicit option to recreate HTML templates that’s not buried as a right-click option in the errors list.
    This leads to the next problem.  Errors do not appear in the code until the file is saved.  Every time I type in a new statement, it is necessary to save the file in order to see if there are any errors.  This is very counterproductive.  In addition, it would be much more productive to add a feature in the code hints that would allow for mouse wheel scrolling.  It takes much longer to navigate through the hints without this feature.
    Another problem related to importing projects is with executing it.  Sometimes after importing a new project, a dialog displays that says that it may be necessary to restart the browser.  This turned out to be a huge problem, as I frequently have many, many Firefox tabs/windows open at a given time.  It is very unproductive to restart Firefox several times until the project finally imports correctly.  Sometimes it will work without restarting, however, and I cannot pinpoint any differences between when it works and when it doesn’t.  This may be related to the Flash plugin as opposed to Flash Builder.
    This leads to another problem.  For testing purposes, sometimes it is necessary to locally run the HTML file in the bin-debug directory.  Even after a successful import and rebuilding of the HTML template, the Flash content will not load at all – just a blank screen.  Sometimes the content will load, but it will not function correctly.  If I upload the files to a live web server, it works just fine.  However, sometimes it is necessary to run the HTML files locally, and it is very inefficient to have to upload/run to/from a web server.
    After all the trial and error of simply importing a project and when you think you’re making progress, something happens to the project along the way.  All of a sudden when you try to execute an MXML application, which is in the same directory of several others, only one certain MXML application decides to run (when you are trying to run another one).  The only workaround that I found is to either bring up a backup or create a new project and copy/paste the code.  This is highly unproductive.
    All the inefficiencies and bugs in Flash Builder made it necessary for me to make constant backups.  When a project fell apart, I had to open a backup and copy/paste the code.  This was a lot of wasted time.  In addition, I learned early on not to count on Flash Builder when presenting or making minor, last minute changes before a presentation.  Flash Builder always managed to encounter some strange problem. 
    Flash Builder is unreliable and highly inefficient.  I love Adobe products and Flash is great, but at this time I can no longer use or support Flash Builder, and I could in no way justify its purchase in the future until most of these bugs and inefficiencies are fixed.  It has potential, and could be a great product if this were the case, but in my experience I spent more time overcoming bugs than coding.  When something would not work right, I first had to determine whether it was a bug in my code or a bug in Flash Builder.  If Adobe needs an engineer to fix some of these seemingly simple issues, I would be willing to take on the task for the sake of saving this potentially amazing product.
    [email protected]

    it's a beta. it stunk. but they put it out for review which helps Adobe and others. But never treat those products as stuff to base your serious work around. Flex3 is stable. FB4 is 90% reliable. Things are still broken in it.
    btw if it was a leading university why in the world would they base it around a Beta that was buggy or was that your decision ?
    now, since I helped, please give me my 5 or 10 points.

  • Flash Builder 4.7 JIRA

    Dear Flash Builder team,
    first off, who in his right mind decided to create a single JIRA for Flash Builder and Flex? That makes no sense whatsoever!
    With the retirement of bespoken JIRA in April '13, there will effectively be no bug report system for Flash Builder since Apache has nothing to do with that application.
    You can't possibly sell a $500 application that is buggy as hell without giving the users a convenient way to report those bugs. Having them create bug reports in this forum is just pathetic and plain rude!
    There is a ton of bugs in this application. The current version is merely in an alpha state, there are nullpointers everywhere!
    So please Adobe, create a new JIRA for Flash Builder, or even better, fix those bugs that have been reported numerous times in these forums.
    If there are no plans to invest in that product any more, talk to your supervisors and tell them to stop charging money for it!

    I agree entirely. After spending thousands on Flexbuilder and now Flashbuilder over the years (not to mention other Adobe products) this release takes the cake for laziness. A fresh install of FB4.7 reveals so many errors it fills me with very little confidence in anything I manage to compile. Why you would release this with this many errors I fail to understand.
    Here is the output of my log file - any fixes for any of this Adobe?
    <code>
    !ENTRY org.eclipse.ui.ide 4 4 2013-03-15 10:52:55.321
    !MESSAGE Problems saving workspace
    !ENTRY org.eclipse.ui.ide 4 1 2013-03-15 10:52:55.322
    !MESSAGE Problems occurred while trying to save the state of the workbench.
    !SUBENTRY 1 org.eclipse.core.resources 4 568 2013-03-15 10:52:55.322
    !MESSAGE Could not write workspace metadata '/Volumes/MyHD/Documents/Adobe Flash Builder 4.7/.metadata/.plugins/org.eclipse.core.resources/.root/3.tree'.
    !STACK 0
    java.io.FileNotFoundException: /Volumes/MyHD/Documents/Adobe Flash Builder 4.7/.metadata/.plugins/org.eclipse.core.resources/.root/3.tree (No such file or directory)
              at java.io.FileOutputStream.open(Native Method)
              at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
              at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
              at org.eclipse.core.internal.localstore.SafeFileOutputStream.<init>(SafeFileOutputStream.java:47)
              at org.eclipse.core.internal.resources.SaveManager.saveTree(SaveManager.java:1349)
              at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1133)
              at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:2375)
              at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$5.run(IDEWorkbenchAdvisor.jav a:508)
              at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    !ENTRY org.eclipse.m2e.logback.appender 4 0 2013-03-15 10:52:55.680
    !MESSAGE Can't write workspace state
    !ENTRY CodeModel 4 1 2013-03-15 10:52:55.684
    !MESSAGE Could not delete document
    !STACK 0
    org.apache.lucene.store.NoSuchDirectoryException: directory '/Volumes/MyHD/Documents/Adobe Flash Builder 4.7/.metadata/.plugins/com.adobe.flexide.codemodel.bridge/searchCache/ASReferenceIndex.index' does not exist
              at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:229)
              at org.apache.lucene.store.FSDirectory.listAll(FSDirectory.java:252)
              at org.apache.lucene.index.IndexFileDeleter.refresh(IndexFileDeleter.java:319)
              at org.apache.lucene.index.DocumentsWriter.flush(DocumentsWriter.java:592)
              at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3331)
              at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3296)
              at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3159)
              at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3232)
              at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3214)
              at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3198)
              at com.adobe.flexbuilder.codemodel.internal.search.AbstractTextDatabase.refresh(AbstractText Database.java:180)
              at com.adobe.flexbuilder.codemodel.internal.search.BaseSearchDataProvider$DeleteProjectActio n.doAction(BaseSearchDataProvider.java:159)
              at com.adobe.flexbuilder.codemodel.internal.search.BaseSearchDataProvider$Action.run(BaseSea rchDataProvider.java:110)
              at com.adobe.flexbuilder.codemodel.internal.search.SearchIndexExecutionQueue.run(SearchIndex ExecutionQueue.java:150)
              at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
              at java.lang.Thread.run(Thread.java:680)
    !ENTRY CodeModel 4 1 2013-03-15 10:52:55.849
    !MESSAGE Could not close database
    !STACK 0
    java.io.FileNotFoundException: _u.tvx
              at org.apache.lucene.store.FSDirectory.fileLength(FSDirectory.java:292)
              at org.apache.lucene.index.TermVectorsTermsWriter.flush(TermVectorsTermsWriter.java:62)
              at org.apache.lucene.index.TermsHash.flush(TermsHash.java:109)
              at org.apache.lucene.index.TermsHash.flush(TermsHash.java:112)
              at org.apache.lucene.index.DocInverter.flush(DocInverter.java:72)
              at org.apache.lucene.index.DocFieldProcessor.flush(DocFieldProcessor.java:59)
              at org.apache.lucene.index.DocumentsWriter.flush(DocumentsWriter.java:552)
              at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3331)
              at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3296)
              at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3159)
              at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3232)
              at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3214)
              at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3198)
              at com.adobe.flexbuilder.codemodel.internal.search.AbstractTextDatabase.closeIndex(AbstractT extDatabase.java:153)
              at com.adobe.flexbuilder.codemodel.internal.search.BaseSearchDataProvider.closeIndex(BaseSea rchDataProvider.java:638)
              at com.adobe.flexbuilder.codemodel.internal.as.indices.SearchIndexGateway.close(SearchIndexG ateway.java:498)
              at com.adobe.flexbuilder.codemodel.internal.search.SearchIndexManager.shutdown(SearchIndexMa nager.java:119)
              at com.adobe.flexbuilder.codemodel.CMCoreActivator.deactivate(CMCoreActivator.java:210)
              at com.adobe.flexbuilder.codemodel.CMCoreActivator.stop(CMCoreActivator.java:126)
              at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:7 71)
              at java.security.AccessController.doPrivileged(Native Method)
              at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:76 4)
              at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:510)
              at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:565)
              at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1161)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java :595)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelMana ger.java:257)
              at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.jav a:215)
              at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundl e.java:284)
              at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:691)
              at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:598)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:390)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    !SESSION 2013-03-15 10:53:02.130 -----------------------------------------------
    eclipse.buildId=M20110909-1335
    java.version=1.6.0_43
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
    Framework arguments:  -keyring /Users/tmbj/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws cocoa -arch x86_64 -keyring /Users/tmbj/.eclipse_keyring -consoleLog -showlocation
    !ENTRY org.eclipse.core.net 1 0 2013-03-15 10:53:05.258
    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
    !ENTRY org.eclipse.ui 4 0 2013-03-15 10:53:07.319
    !MESSAGE Unable to create editor ID com.adobe.flexbuilder.editors.actionscript.ActionScriptEditor: The file does not exist.
    !STACK 1
    org.eclipse.core.runtime.CoreException: The file does not exist.
              at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
              at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
              at com.adobe.flexide.editorcore.editor.AbstractFlexDocumentProvider.connect(AbstractFlexDocu mentProvider.java:87)
              at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4213)
              at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
              at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1451)
              at com.adobe.flexbuilder.editors.derived.editor.DerivedTextEditor.doSetInput(DerivedTextEdit or.java:177)
              at com.adobe.flexide.editorcore.editor.AbstractFlexEditor.doSetInput(AbstractFlexEditor.java :1444)
              at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
              at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
              at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
              at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
              at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
              at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
              at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2642)
              at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
              at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
              at com.adobe.flexide.editorcore.editor.AbstractFlexEditor.init(AbstractFlexEditor.java:456)
              at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:828)
              at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:647)
              at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
              at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
              at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:271)
              at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1459)
              at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:972)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
              at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    !SUBENTRY 1 org.eclipse.core.filebuffers 4 0 2013-03-15 10:53:07.320
    !MESSAGE The file does not exist.
    !ENTRY org.eclipse.ui 2 2 2013-03-15 10:53:07.343
    !MESSAGE Ignored attempt to add saveable that was already registered
    !STACK 0
    org.eclipse.core.runtime.AssertionFailedException: unknown saveable: org.eclipse.ui.internal.DefaultSaveable@242e983d from part: org.eclipse.ui.internal.ErrorEditorPart@242e983d
              at org.eclipse.ui.internal.SaveablesList.logWarning(SaveablesList.java:187)
              at org.eclipse.ui.internal.SaveablesList.addModel(SaveablesList.java:117)
              at org.eclipse.ui.internal.SaveablesList.addModels(SaveablesList.java:289)
              at org.eclipse.ui.internal.SaveablesList.postOpen(SaveablesList.java:695)
              at org.eclipse.ui.internal.PartList.partOpened(PartList.java:234)
              at org.eclipse.ui.internal.PartList.access$0(PartList.java:210)
              at org.eclipse.ui.internal.PartList$1.propertyChanged(PartList.java:40)
              at org.eclipse.ui.internal.WorkbenchPartReference.fireInternalPropertyChange(WorkbenchPartRe ference.java:375)
              at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:610)
              at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:271)
              at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1459)
              at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:972)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
              at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    !ENTRY org.eclipse.wst.xml.ui 4 4 2013-03-15 10:53:07.578
    !MESSAGE The file does not exist.
    !STACK 1
    org.eclipse.ui.PartInitException: The file does not exist.
              at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3232)
              at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
              at org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredTextEditor.java:2595)
              at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:237)
              at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:211)
              at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPa geEditorPart.java:513)
              at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPage EditorPart.java:768)
              at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:348)
              at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
              at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
              at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
              at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
              at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1342)
              at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1300)
              at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1496)
              at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1485)
              at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:1476)
              at org.eclipse.ui.internal.WorkbenchPage$16.runWithException(WorkbenchPage.java:3386)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
              at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    Caused by: org.eclipse.core.runtime.CoreException: The file does not exist.
              at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
              at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
              at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4213)
              at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
              at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1451)
              at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:169)
              at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1918)
              at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
              at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
              at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
              at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
              at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
              at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
              at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2642)
              at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
              ... 48 more
    !SUBENTRY 1 org.eclipse.core.filebuffers 4 0 2013-03-15 10:53:07.580
    !MESSAGE The file does not exist.
    !STACK 1
    org.eclipse.core.runtime.CoreException: The file does not exist.
              at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
              at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
              at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4213)
              at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
              at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1451)
              at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:169)
              at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1918)
              at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
              at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
              at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
              at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
              at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
              at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
              at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2642)
              at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
              at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
              at org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredTextEditor.java:2595)
              at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:237)
              at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:211)
              at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPa geEditorPart.java:513)
              at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPage EditorPart.java:768)
              at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:348)
              at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
              at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
              at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
              at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
              at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1342)
              at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1300)
              at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1496)
              at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1485)
              at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:1476)
              at org.eclipse.ui.internal.WorkbenchPage$16.runWithException(WorkbenchPage.java:3386)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
              at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    !SUBENTRY 2 org.eclipse.core.filebuffers 4 0 2013-03-15 10:53:07.581
    !MESSAGE The file does not exist.
    !ENTRY org.eclipse.ui 4 0 2013-03-15 10:53:07.593
    !MESSAGE Unable to create editor ID org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart: org.eclipse.ui.PartInitException: The file does not exist.
    !STACK 1
    org.eclipse.ui.PartInitException: The file does not exist.
              at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3232)
              at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3245)
              at org.eclipse.wst.sse.ui.StructuredTextEditor.init(StructuredTextEditor.java:2595)
              at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:237)
              at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:211)
              at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPa geEditorPart.java:513)
              at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPage EditorPart.java:768)
              at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:348)
              at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
              at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
              at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
              at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:289)
              at org.eclipse.ui.internal.WorkbenchPage.makeActiveEditor(WorkbenchPage.java:1342)
              at org.eclipse.ui.internal.WorkbenchPage.updateActivePart(WorkbenchPage.java:1300)
              at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1496)
              at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1485)
              at org.eclipse.ui.internal.WorkbenchPage.access$14(WorkbenchPage.java:1476)
              at org.eclipse.ui.internal.WorkbenchPage$16.runWithException(WorkbenchPage.java:3386)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
              at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
              at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
              at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
              at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
              at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3938)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3615)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    Caused by: org.eclipse.core.runtime.CoreException: The file does not exist.
              at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
              at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
              at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4213)
              at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
              at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1451)
              at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:169)
              at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1918)
              at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3200)
              at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
              at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
              at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
              at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
              at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
              at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2642)
              at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3218)
              ... 48 more
    !SUBENTRY 1 org.eclipse.core.filebuffers 4 0 2013-03-15 10:53:07.594
    !MESSAGE The file does not exist.
    !STACK 1
    org.eclipse.core.runtime.CoreException: The file does not exist.
              at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.create(ResourceFileBuffer.java:2 37)
              at org.eclipse.core.internal.filebuffers.TextFileBufferManager.connect(TextFileBufferManager .java:112)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.createFileInfo(TextFileDocumentProvi der.java:559)
              at org.eclipse.ui.editors.text.TextFileDocumentProvider.connect(TextFileDocumentProvider.jav a:478)
              at org.ecli

  • Future of Flash Builder

    I just read that Adobe will discontinue Flash Catalyst and the Design View in Flash builder ?
    Is that TRUE ? Programatically Layout and Design uh?
    http://forums.adobe.com/message/4085187#4085187
    If so that would be a BIG step backwards

    I am a designer/developer - I do use the design view extensively. And yes I am more than worth my salt and more. For me, being able to have immediate visual feedback is absolutely necessary. I don't like coding "blind". I have had the opportunity to work Microsoft Blend - Visual Studio since 2007 - It really is what I hoped flex would be. The best of both worlds. As front-end interface developer designer I could work on the exact same source-code, submitting to SVN on a regular basis together with the software engineers developing the backend and SDK. Blend allowed me controle over the primitive shapes that makes up a component. This allowed extreme customisation and optimisation. The wysiwyg view is an absolute crucial part of the process (e.g. do I want this rectangle to have 5px margins or 4, do the shadow work better with a 10 px falloff or a 8px falloff, do I want pixel snap on or off [whish flash had that] - which does look and work different than the photoshop one so I DO HAVE TO DESIGN in the wysiwyg as well)
    Yes sure, I do go through a phase designing in Illustrator and Photoshop, but putting the components together takes time. I do not simply import flat artwork and then wrap them in some appropriate container. I build components up using multiple primitive shapes which gets re-purposed and targeted for various states, subtle animations, color-changes and has to comply to it's parent-component's rescaling capabilities. During that phase I do NOT want to continuously recompile. (although I would sometimes create a separate project just to test a specific component that can only be fully viewed after recompiled).
    The excuse of "all good coders don't use the design view anyway" is a cop out. I can understand if Adobe says
    1) we did not have the resources to do it decently (like Microsoft Blend)
    2) we simply do not put the resources in to hire clever enough developers to create a decent tool
    But a statement like it's preferable to work only blindly in code is simply wrong and naive of the state of art of dev. tools. Maybe for a dos-like interface or win-32 forms style interface only using stock-standard layout and components.
    The biggest advantage of Microsoft Blend is being able to have split view open - I do this with Flashbuilder as well although it is slower and more buggy than Blend - I would write the markup and see updates realtime, switch over to Visual Studio that has the project open in the background for some serious code-completion capabilities - then miss my wysiwyg view - and switch rigth back to Blend.
    Why am I using flash-builder/flex - if it was not for the fact that Microsofts wpf-framework only works fully on Win-OS or a subset of it as a silverlight plugin on fewer platforms than flash - I would have used Microsoft. The reason using flash is because it can be deployed on so many platforms - consistently (not like the html4 and now 5 chaos) - It has powerful interactive and multimedia capabilities.
    My HTML works exactly the same way - for certain core complex components I will code and have a wysiwyg open as well for better navigation, more inuitive decision making and less time spend going backwards and forwards between compiling/running in the browser - but with the sad state of wysiwyg of dreamweaver unluckily I have to swithc more often (not because I am a more "CLEVER" developer)
    Summary - I will use flash/flex only if there is no alternative because of this decision - Flash was supposed to be a creative environment to create highly interactive and creative applications/content for multiple platforms.
    Thanks Adobe , I have used Macromedia director since 1993 - You managed to kill that off and now you are messing with flash - It could have been so much more. You simply lack the vision and we are stuck with the limitations, inconsistency, long-development time of HTML5 and a messy array of tools to try and make it usefull.
    Whish Microsoft had the vision to make wpf work on all platforms....

  • Flash Builder 4.6 compile "Map Failed" error

    HI,all
        First,Adobe have no place for  bug report . Yes,you will say  http://bugs.adobe.com/jira/secure/Dashboard.jspa ,but ,i have no account,  also doesn't know how to register one.
    OK ,Today..i will compile an mobile project have  1.5G+  pictures and swfs ..
    i met a "Map failed" error when i make a IOS Package..
    The .log  file content is :
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-03-15 02:08:09.404
    !MESSAGE Map failed
    !STACK 0
    java.lang.Exception
              at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1019)
              at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
              at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
              at com.adobe.flexide.multiplatform.ios.packaging.IPAPackager.create(IPAPackager.java:276)
              at com.adobe.flexide.multiplatform.ios.exportrelease.IOSExportReleaseHandler.doPackage(IOSEx portReleaseHandler.java:264)
              at com.adobe.flashbuilder.project.multiplatform.ui.exportrelease.MultiPlatformExportReleaseV ersionManager.doExport(MultiPlatformExportReleaseVersionManager.java:198)
              at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$1.run(Exp ortReleaseVersionWizard.java:208)
    my hardware:
    G41 MotherBoard +  8G RAM + E7200CPU
    My software:
    windows 2008 r2 with sp1 (64bit)+ FlashBuilder 4.6           default config ,very clean system, just install today.
    And , i transfer my project to a Windows XP host ...Oh, My god .....it  works , the  IOS package produced normally.
    SO......so.......i cann;t say any word now .....is  adobe hate windows 7 (32bit,i tested ,same problem )  and Windows 2008?? 
    Raymond

    I constantly had issues with this.  I managed to run into the max for increasing the heap space.  I was able to get beyond the limit by flagging the FlashBuilder.exe file to allow it to allocate to higher memory address ranges.  I'm on a 64 bit machine, so the only limitation was the 32 bit FlashBuilder process.  Anyways i was able to get from 1024m up to 1720m.  Also note that FlashBuilder 4.7 Beta is out and it is a native 64 bit application, so you will get higher addressing there.  I just found it to be too buggy for my every day development tasks.  Also missing the Design view really hurts development.  I hope they put that back in.
    Here's more detail on how I got beyond the java heap ceiling.
    http://chrsmrtn.azurewebsites.net/flash-builder-java-heap-errors-limitations-of-xms-and-xm x/

  • What is new in Flash Builder 4.7 Game Development beta 2

    I just installed it, I thought it would include some version of monocle.
    Are there any changes other than a support for a product not available yet through labs?
    If Not, when will we get monocle to test with it?

    In this build you can create SWFs that support profiling with Monocle, but you will need to download Monocle separately as it is not a part of Flash Builder.
    The telemetry API usage via monocle is possible only with the AIR SDK 3.4, so out of the box AS3 projects would support creating SWFs that can be used with monocle. To make it work with MXML (or rather Flex) would will need to overlay the Flex 4.6 SDK with the AIR 3.4 runtime.
    Thanks
    Arijit

  • Adobe creative cloud cc install has messed up my Flash Builder 4.6 serialization

    Hello,
    I have been a flash builder user for several years now. I have had FB 4.6 installed on my computer as a free upgrade from FB 4.5, which came with my copy of creative suite 5.5, which I purchased in 2011.
    FB 4.6 has been working fine - even when I moved to adobe creative cloud last May (2012).
    However, now that I have installed the new creative cloud (CC) applications (and uninstalled the creative cloud cs6 apps) - I am having problems with Flash Builder 4.6. I open it and get a message that my 'trial period' is up. Again, I own FB from my purchase of CS 5.5 - not to metion that it was included in creative cloud. I know that I can download FB 4.7 from creative cloud, but it doesn;t have the design view. So I want FB 4.6. I have seen some solutions to similar problems on the web that recommend reinstalling as a trial and then inputting the serial number once it launches. But I have FB 4.5 on my CS 5.5 installation disc - not FB 4.6 - and I'm not even sure how I could get FB 4.6 anymore. Not to mention that uninstalling - reinstalling 4.5 - and then upgrading from 4.5 to 4.6 - even if possible - would be a huge hassle.
    Can someone please help me to get my FB 4.6 working again? To reiterate - everything was fine until I installed Creative Cloud CC apps and uninstalled Creative Cloud CS6 apps
    Thanks

    Hi bobba1,
    I am experiencing the same problem. DId you ever get this solved?
    Regards

  • How do I use Embed with an environment variable in an Actionscript AIR project Flash Builder 4.7

    I am using Flash Builder 4.7 to build an Actionscript AIR project.  The project embeds a number of png files from my local directory and I have been using absolute paths which all works fine.
    I have a laptop with which I want to start developing the same project - I set up a git repository that both the laptop and main pc can pull from and so I can get the source where I need it and push it back to the central repository.
    My problem is that the absolute paths for the embed commands don't work on the laptop as it has a different filesystem setup (Windows 8 with one drive as opposed to Windows 7 with a SSD and a data drive).  I thought the solution would be as easy as using an environment variable to specify the path which could then point to a different physical directory on both machines, i.e:
    [Embed(source = "DEVELOPER_RESOURCES/graphics/are/here.png"]
    I did a bit of research and there was quite a lot mentioned about setting up resource directories using path variables which I worked through but I just can't get it to compile.  The Actionscript compiler just won't find the png files however I specify the path.  I tried something with a FLEX project and the compiler didn't complain but I think this is because the compiler for FLEX uses a different convention.
    [Embed(source ="/Project Name/DEVELOPER_RESOURCES/graphics/are/here.png"]  works with FLEX but not Actionscript.
    So does anyone have a recipe for using the Embed command referencing assets using an environment variable that works across multiple machines with different file structures?

    I managed to find a solution on Windows which was to use symlinks and absolute paths.  You an basically point one directory to another so I did something like:
    mklink c:\developer_resources c:/the/local/path/to/my/resources
    and then reference all resources as c:\developer_resources\...
    Now as long as a developer machine has the right link (from c:\developer_resources to the place where the resources are kept) then it seems to work. 
    This doesn't however work for Mac and certainly isn't a solution for passing files between Mac and windows

  • How do I update my Flash Debug Player for Flash Builder 4.6?

    Hey how do I update my copy of Flash Builder 4.6 to the latest flash debug Player?

    Go to flash player downloads and get the latest one for your browser.
    http://www.adobe.com/support/flashplayer/downloads.html

  • Having a problem with Flash Builder and Extension Builder - images not apearing on Mac system

    Have a panel created in Flash Builder 4.5 with Extension Builder 2.1. Everything is fine when installed on a PC but when installed on a Mac the images in the panel do not show.
    Mac and PC both using Adobe Photoshop CC . Both installed from same .ZXP file using Adobe Extension Manager CC.
    Any ideas?

    No I used relative path - the path is  images/image name
    example images/cRight.png
    tried downloading Extension Builder 2.1 and compiling on Mac but still have same results - images show up fine in design window , but not when running panel in Photoshop
    Created a new project: testImage
    added an image component to form
    answered yes to add asset to project
    ran project
    image did not show up in Photoshop
    went back to project
    checked item Embed under Common image properties
    ran project and image shows up
    Looks like it works if I add @Embed("assets/image name") on Mac to display images
    tried in my real project:
    Looks like it works if I add @Embed("images/image name") on Mac to display images
    When I change this on PC to @Embed("images/image name") images do not show Up
    Don't know if I need to create two versions one for Mac one for PC
    Don't know how this would affect product on Adobe Exchange

  • Problem with working in Flash Builder 4

    Hi there,
    I am working on the develepment of a new kind of website in 3D.
    For this I am using Flash Builder 4 AS3 Project and the 3D program Away3D.
    The problem is that I created a SWF in one AS3 project called PoloSWF.
    In another project I created a plane with the SWF as material.
    For this I copied PoloSWF from the original bin release directory and pasted it in the assets folder of the plane project.
    When running the plane project, the SWF is not visible.
    Any idea where the bug is?

    I tried it in Internet Explorer, Firefox, and Chrome. I was able to get the Akamai download manager but that was all I could download. Currently with firefox the download is stuck at waiting and will not continue any further.

  • Is there a limit to the amount of SWCS I can use in my Flash Builder app?

    I have 3 swc folders in my flash builder project that includes about 40 swcs total. Each swc is a simple flash animation with a size of about 500 kb each. When I include and complile about 20 of them in my project, things work fine.
    When I try to include all my swcs, the app compiles, but when i make changes in my code and save those changes, each time the compile becomes slower and eventually my flash builder freezes at about 52%, gives me a "java heap error" message, and then crashes. After restarting FB, when I take out most of the swcs from the build, FB acts normal again. Attached is a screen shot of my error.
    Is there a limit in size or amount of swcs that I can use in my FB application?

    There are no limits. But there is a known memory leak (which is being fixed for a later release).
    Would it be possible to attach a sample SWC so that we can confirm whether this is a known leak or not? I'll take care of filing this in bugs.adobe.com.
    Meanwhile, in your Flash Builder installation directory, you can edit FlashBuilder.ini to bump up max heap size by editing:
    -Xmx512m
    to
    -Xmx800m

  • How to connect my app interface with the code in flash builder?

    I'm a beginner and learning my way around actionscript,mxml and flash builder.So this may seem foolish but please bear with me,I'm creating a very simple ios app using flash builder,I have created a simple app interface (A background and a custom navigation bar)using photoshop for my app,now the question is how do i import it into flash builder so that i can connect it with the code i have written? or is there another simpler way to create a app interface using other products like fireworks or catalyst?
    In short, I want to know how is an app interface created(wt software) and how is it connected with its code using flash builder.Any help would be greatly appreciated, and tutorials would be swell
    Thanks!

    Can you use stage.width or stage.stageWidth?

Maybe you are looking for