Flash builder 4.5 code completion doesn't show public function

Hi,
I am migrating from flex3 to flash builder 4.5 and it shows a question mark at one of my lines.
No errors, and the code works fine when i run it.. only there is no code completion in flash builder.
My code:
//i use a custom component like this:
<generalmenu:menu x="59" y="58" id="mymenu"/>
//this component loads its functions from a separate as(no class just simple as code) file (so i don't have all code in the file with visual components)
<fx:Script source="menusource.as"/>
//inside menusource.as there is a function that takes care of closing my app.
public function closeprogram():void
     //closing window goes here
my problem..
when i type inside my function at application level:
mymenu.closeprogram();
i get a question mark in front of it: Call to a possibly undefined method closeprogram
code completion doesn't recognize my public functions inside the mymenu component, it does see mymenu but when i hit .(dot) it doesn't give me a list of functions.
How can i get code completion to work? Are there changes in the way you call as files in flash builder 4.5? Please some help.. code completion makes life much better.

I found why the nasty behavior above was happening ::- D.
I usually design my classes in Enterprise Architect. Since this is a rather large project, started from of about 30 classes, I did the entire architecture in EA, then, generated the code.
But, EA has poor AS3 support. And as a consequence, it has a few issues, such as the way it generates CONSTRUCTORS:
public function G3Widget (name: String, parent: IG3Parent = null): void
Spot the mistake ::- D.

Similar Messages

  • Flash Builder 4.6 code hinter problem - not showing some methods

    Hi All,
    I have a problem with FB code hinter. It does not show some methods on an object.
    To be exact I created a Date object and FB code hinter does not show .toDateString method (actually I it shows only one to string method - .ToString(), although according to docs there are more)
    When I use .toDateString method, code still compiles and work just fine, however method is not showing up in code hinter, which is really annoying..
    Anyone had this problem? If so, please, share some wisdom how to solve this thing.
    Thanks in advance.
    UPDATE:
    Here is some more info in my problem.
    I have tried to reinstall the application, but it did not help.
    So what I did was:
    * first I installed FB standard edition version 4.
    * I checked the code hinter and it worked. It showed .toDateString method.
    * I have purchased FB standard 4.5 upgrade.
    * I installed this upgrade, and boom the code hinter does not show the method...
    * Next I tried to create a project with Flex 4.1 sdk and then it worked - method was there. So the problem is with 4.6 sdk apparently...sucks...

    Hi, I have the same problem. I have a new FB 4.6 installation and it is my first FB installation. Do you have a solution already?

  • Flash CS5 - code hinting doesn't show custom class constructor parameters

    Hi I've got other strange problem my code hinting works almost fine the  problem is that when I create my custom class object code hinting  doesn't show what kind of parameters can be passed to the class  constructor. It shows only "MyClass()", when i call a method like this  class_object.methodName( - parameters show correctly. What can be the  problem?

    I do not work for Adobe, just a fellow forum dweller.
    The example was made quickly because you said this:
    I've tried flash builder but if there is a way to associate code directly from it to symbols on the timeline I haven't been able to find it.
    Now you know how.
    I'm sorry but I don't even have Flash CS6. I still use CS5.5 because I use Flash Builder 4.6 for everything I do. I merely use Flash Pro to generate quick libraries full of goodies and export a SWC to use in Flash Builder.
    I realize it's obvious but you did ensure your preferences had hinting both enabled and the delay set low (or zero)? I can only show you a CS5.5 preference panel, I'm not sure if it's the same. Note one important thing in this photo which is "Cache size". I have mine on 800 files which seems to be fine. If you're pointing toward a HUGE library of classes you may want to increase that number and check completion again.

  • Missing flash.utils.* in code complete upgrade from 3.3 to 3.5 framework

    Hi All,
    I upgraded my 3.3 framework to 3.5 today, and for some strange and inexplicable reason, I've lost all code completion in Flex Builder 3 for flash.utils.* classes. I am thus missing Dictionary Timer and a few other important classes.
    I'm hoping that someone out there might have come across this before, or be able to give me a bit of a clue as to how to fix this issue. This is a tooling problem with Flex Builder rather than the code itself, so anyone with any insight, I would really greatly appreciate the help.
    Bayani

    Hi Sudheer,
    Its a Unicode problem.. Check this..
    unicode problem: the data object cannot be converted to character type
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • Android package contents in Flash Builder 4.5 : file list doesn't update

    I keep hitting what looks like a bug in Flash Builder 4.5, and I'm wondering if anyone else has seen it or can help me find a workaround.
    The problem occurs when I choose Export Release Build... and try to build an APK for Android. In the second screen of the wizard, under the Package Contents tab, there's a file list and you're supposed to select the files you want in the package. Simple enough. The problem is that this file list does not consistently reflect updates to the project file structure. So I usually see an outdated file list, which might or might not have all the files I actually need to put into the package.
    There doesn't seem to be a way to force the wizard to rescan the project and rebuild this list. I've tried restarting Flash Builder, deleting bin-release-temp, cleaning all projects, and a few other things besides. So far nothing works. (The Flash view always picks up my changes within a few seconds.)
    It seems like my only option is to use the command-line compiler. Not the end of the world, but I'd rather that the wizard just do what it's supposed to do.
    Anyone have any ideas?

    Thanks for the suggestion. I checked, but that doesn't seem to be the problem in my case. I've attached a screen shot showing the problem – the list of source files in the Flash view doesn't match the list of source files in the Export Release Build wizard. The red boxes highlight one of the areas where they differ.
    The file I want to include is StagesLoader/assets/game/assets.swf. (The directory StagesLoader/assets is included into the project as a separate source path.) As you can see, the "rooms" folder in that directory is available in the export wizard, but "assets.swf" is not.

  • Please help me with this chaotical Flash Builder 4.5 Code Assist

    Hello everybody. In the past few days, I have been analyzing a very strange behavior of my Flash Builder 4.5. I am trying to upgrade to it, from Flex Builder 3, but I am finding the process impossible due to 2 problems. This is the first one:
    I get no code assist for SOME casted types. I don't understand why! I would be very grateful to any kind soul which can pull me aboard Flash Builder 4.5. I've been waiting 26 months (yes, more than 2 years) to have an ActionScript IDE with snippets & conditional breakpoints and now I can't make it work ::- (.
    First, see this image:
    As you can see there, the environment WARNS me (I hate warnings!) that there is no "Text" member. HOWEVER, the code compiles and runs. Even worse, accessing that member after an explicit type declaration works fine.
    Now here comes the funny part: I declared some other type called "SomeClass" and put in it a TestMethod and casted "sender" to it. SURPRISE!!! The Code Assist works there!
    WHY !?
    I even tried a TestProperty, just like in G3Widget, and that works fine as well! I don't get it any more!!!
    I extracted some code for you:
    //This is where I did the above tests.
    package //This class is in the root of the application.
      import Gamaddiction.ASDFG.GAS3.G3Construction.G3Widget;
      import Gamaddiction.ASDFG.GAS3.G3Construction.SomeClass;
      public class SandBox
        private function cmdTwo_Click (sender: Object, fe: Event, payload: Object): void
          trace(G3Widget(sender).Text); //Can't see "Test" in Code Assist List and I get a WARNING: -Access of undefined property Text
          var a: G3Widget = G3Widget(sender);
          trace(a.Text); //But this works!
          trace(SomeClass(sender).TestMethod); //This crashes, of course, because sender is NOT a "SomeClass"
          //but nevertheless, it compiles fine and I get NO warnings and the Code Assist WORKS FINE HERE.
    //Code assist works fine for the following Class.
    package Gamaddiction.ASDFG.GAS3.G3Construction
      public class SomeClass
        public function SomeClass ()
        public function get TestMethod (): String
          return "bau";
    //This is the G3Widget Class, on whose Text member Code Assist fails.
    //This class is in THE SAME path as the above Class, which works fine.
    package Gamaddiction.ASDFG.GAS3.G3Construction
      public class G3Widget implements IG3Parent
        protected var _Text: String;
        public function get Text (): String
        { return _Text; }
        public function set Text (text: String): void
        { _Text = text; }

    I found why the nasty behavior above was happening ::- D.
    I usually design my classes in Enterprise Architect. Since this is a rather large project, started from of about 30 classes, I did the entire architecture in EA, then, generated the code.
    But, EA has poor AS3 support. And as a consequence, it has a few issues, such as the way it generates CONSTRUCTORS:
    public function G3Widget (name: String, parent: IG3Parent = null): void
    Spot the mistake ::- D.

  • Flash Builder autogenerated service code explanation

    Hi
    When you connect to some backend via the Flash Builder "service inspector", it autogenerates alot of code, which seems to be giving you some additionel intellisense. I'm very interested in some documents that describe whats actually being autogenerated and for what reasons. Because when you don't use the service helper, you can connect to a backend in like 2-3 lines of code.
    Best Regards
    Martin Andersen

    Generally, the more specific you can be in programming the more efficient and less error prone the code is. The downside is that explicit declarations require much more typing.
    The auto generator attempts to generate code that is as specific as possible, and provides you some strongly typed methods to wrap the calls in. The VO objects probably look the most strange, but I think a lot of that is just explicit binding declarations. There is also some functionality added for advanced server setups (like lazy loading and such).

  • Adobe Flash Builder 4.7 code coverage plugin

    Hi,
         I am trying to find the code coverage with the adobe flash builder 4.7, SDK 4.6, code coverage plugin, i followed and cross verified the following steps:
    Debug version of Flash Player
    SWF file that has been compiled in debug mode
    The preloaded SWF must be local trusted.
    Still the code coverage plugin remains in Listening mode.
    My application SWF within a html wrapper is launched in mozilla 17.0.1 after comipling in debug mode.
    Please help

    Kind of.  I never actually solved the bug, but I did make it past the install. 
      Upon running Adobe Flash Builder 4.7 Plug-in Installer it appeared to crash and only load a blank screen with a single unclickable button.  It wasn't actually "hanging", and would react when I clicked on the program menu and moused over "Services".  This would allow my clicks and keystrokes to register with the program, but only after I mouse over the "Services" menu item.  For example, you need to click "okay", then mouse over "Services".  When you want to enter text you need to click in the text box, and mouse over "Services".  Then you need to type the text you want, and mouse over "Services" to see the text appear.  It's a PITA, but you can get through the install by doing this. 
      After installing the FB plug-in starting eclipse with editors open appeared to cause errors.  If this happens, this is because it seems that FB attempts to load when eclipse starts up.  Close all editors and restart eclipse.  The Welcome page for FB may pop open up.  At the bottom there is a check box that will keep that form loading - check it.  If the page does not open when eclipse starts, then open up an MXML file.  The Welcome page should load, and you can check the box. 
    I hope this helps you move forward.  Also, if you find an actual solution please let me know.

  • Flash Builder 4 == No code hinting?

    So I have no code hinting on my FB4 Premium version on my MAC OSX 10.5? Anyone else have this issue?

    !SESSION 2010-03-24 13:31:15.865 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_22
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments:  -keyring /Users/jason_bigdog/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -data /Users/jason_bigdog/work/Adobe Flash Builder 4 -keyring /Users/jason_bigdog/.eclipse_keyring -consoleLog -showlocation 
    !ENTRY org.eclipse.core.net 1 0 2010-03-24 13:31:23.016
    !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
    !SESSION 2010-03-24 13:33:59.153 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_22
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments:  -keyring /Users/jason_bigdog/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -data /Users/jason_bigdog/work/Adobe Flash Builder 4 -keyring /Users/jason_bigdog/.eclipse_keyring -consoleLog -showlocation 
    !ENTRY org.eclipse.core.net 1 0 2010-03-24 13:34:06.192
    !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 com.adobe.flexbuilder.dcrad 4 1 2010-03-24 13:34:57.866
    !MESSAGE Unable to load services because the fml file is invalid. See error log for more details.
    !STACK 0
    java.lang.Throwable: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
        at com.adobe.flexbuilder.dcrad.core.generation.ServicesGenerator.generate(ServicesGenerator. java:73)
        at com.adobe.flexbuilder.dcrad.core.generation.ServicesGenerationManager.loadProjectServices (ServicesGenerationManager.java:72)
        at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager$ServiceExplorerPartListener.<in it>(ServicesManager.java:1235)
        at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.addListeners(ServicesManager.ja va:302)
        at com.adobe.flexbuilder.dcrad.core.internal.ServicesManager.getInstance(ServicesManager.jav a:344)
        at com.adobe.flexbuilder.dcrad.datamodel.DcdFxpContributor.getContributors(DcdFxpContributor .java:195)
        at com.adobe.flexbuilder.dcrad.datamodel.DcdFxpContributor.notifyImportSuccess(DcdFxpContrib utor.java:60)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.notifyImportSuccess(ImportWi zard.java:408)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.performFinish(ImportWizard.j ava:133)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:1 46)
        at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
        at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
        at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:241)
        at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
        at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
        at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
        at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerActi on.java:168)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        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:368)
        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:592)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311) 
    !ENTRY com.adobe.flexbuilder.DCDService 4 1 2010-03-24 13:34:57.907
    !MESSAGE Invalid fml file. Unable to load services. Reason: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
    !STACK 0
    java.io.IOException: Invalid fml file. Unable to load services. Reason: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
        at com.adobe.flexbuilder.DCDService.core.persistence.DataServicePersistenceManager.loadModel (DataServicePersistenceManager.java:377)
        at com.adobe.flexbuilder.dcrad.utils.DCRADUtility.getDataModelName(DCRADUtility.java:1569)
        at com.adobe.flexbuilder.dcrad.utils.DCRADUtility.getServerConfiguration(DCRADUtility.java:1 382)
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.updateDataModel(DataModelUpdater.j ava:75)
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.serverSettingsChanged(DataModelUpd ater.java:144)
        at com.adobe.flexbuilder.dcrad.datamodel.DcdFxpContributor.notifyImportSuccess(DcdFxpContrib utor.java:65)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.notifyImportSuccess(ImportWi zard.java:408)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.performFinish(ImportWizard.j ava:133)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:1 46)
        at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
        at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
        at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:241)
        at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
        at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
        at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
        at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerActi on.java:168)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        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:368)
        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:592)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311) 
    !ENTRY com.adobe.flexbuilder.DCDService 4 1 2010-03-24 13:34:57.911
    !MESSAGE Invalid fml file. Unable to load services. Reason: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
    !STACK 0
    java.io.IOException: Invalid fml file. Unable to load services. Reason: ERROR /Users/jason_bigdog/work/My_Project/.model/My_Project.fml: XML parse error : Error on line 3 of document  : cvc-elt.1: Cannot find the declaration of element 'model'. Nested exception: cvc-elt.1: Cannot find the declaration of element 'model'. 
        at com.adobe.flexbuilder.DCDService.core.persistence.DataServicePersistenceManager.loadModel (DataServicePersistenceManager.java:377)
        at com.adobe.flexbuilder.dcrad.utils.DCRADUtility.getDataModelName(DCRADUtility.java:1569)
        at com.adobe.flexbuilder.dcrad.utils.DCRADUtility.getServerConfiguration(DCRADUtility.java:1 382)
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.validate(DataModelUpdater.java:107 )
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.updateDataModel(DataModelUpdater.j ava:89)
        at com.adobe.flexbuilder.dcrad.datamodel.DataModelUpdater.serverSettingsChanged(DataModelUpd ater.java:144)
        at com.adobe.flexbuilder.dcrad.datamodel.DcdFxpContributor.notifyImportSuccess(DcdFxpContrib utor.java:65)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.notifyImportSuccess(ImportWi zard.java:408)
        at com.adobe.flexbuilder.exportimport.importwizard.ImportWizard.performFinish(ImportWizard.j ava:133)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at org.eclipse.ui.internal.handlers.WizardHandler$Import.executeHandler(WizardHandler.java:1 46)
        at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:273)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.jav a:508)
        at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
        at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.j ava:241)
        at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
        at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
        at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:97)
        at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerActi on.java:168)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
        at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        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:368)
        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:592)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311) 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-03-24 13:34:59.320
    !MESSAGE Could not traverse changed resources in project My_Project.
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: Resource '/My_Project/${PROJECT_FRAMEWORKS}/javascript/fabridge/samples/fabridge/javascript' does not exist.
        at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:319)
        at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:196)
        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:49)
        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:106)
        at org.eclipse.core.internal.resources.Resource.accept(Resource.java:90)
        at com.adobe.flexbuilder.project.compiler.internal.BuilderUtils.copyDependents(BuilderUtils. java:359)
        at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(FlexProjectBuild er.java:346)
        at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(FlexIncremen talBuilder.java:157)
        at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
        at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
        at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
        at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
        at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
        at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !SUBENTRY 1 org.eclipse.core.resources 4 368 2010-03-24 13:34:59.321
    !MESSAGE Resource '/My_Project/${PROJECT_FRAMEWORKS}/javascript/fabridge/samples/fabridge/javascript' does not exist. 
    !ENTRY com.adobe.flexbuilder.project 4 43 2010-03-24 13:35:47.208
    !MESSAGE Could not load current project.
    !STACK 0
    java.lang.reflect.InvocationTargetException
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
        at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
        at com.adobe.flexide.editorcore.loadservice.CodeModelProjectLoadDialog.runLoadProject(CodeMo delProjectLoadDialog.java:188)
        at com.adobe.flexide.editorcore.loadservice.DefaultCMLoadService.loadProject(DefaultCMLoadSe rvice.java:52)
        at com.adobe.flexide.editorcore.loadservice.DefaultCMLoadService.loadProject(DefaultCMLoadSe rvice.java:71)
        at com.adobe.flexide.editorcore.editor.AbstractFlexDocumentProvider.connect(AbstractFlexDocu mentProvider.java:106)
        at com.adobe.flexbuilder.mxml.editor.code.MXMLDocumentProvider.connect(MXMLDocumentProvider. java:65)
        at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4134)
        at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:203)
        at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEdi tor.java:1413)
        at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:166)
        at com.adobe.flexide.editorcore.editor.AbstractFlexEditor.doSetInput(AbstractFlexEditor.java :1422)
        at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3115)
        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:2579)
        at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3133)
        at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3160)
        at com.adobe.flexide.editorcore.editor.AbstractFlexEditor.init(AbstractFlexEditor.java:452)
        at com.adobe.flexide.mxml.core.editor.MXMLCoreEditor.init(MXMLCoreEditor.java:75)
        at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:238)
        at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:212)
        at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor.createPages(CodeAndDesignEdit or.java:209)
        at com.adobe.flexbuilder.mxml.editor.MXMLEditor.createPages(MXMLEditor.java:217)
        at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:357)
        at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
        at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
        at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
        at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610)
        at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:99)
        at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:99)
        at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:133)
        at com.adobe.flexbuilder.editors.derived.ui.navigator.FlexMainActionGroup.runDefaultAction(F lexMainActionGroup.java:350)
        at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:787)
        at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:499)
        at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHel per.java:48)
        at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:842)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:840)
        at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1101)
        at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1205)
        at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264)
        at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
        at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:3036)
        at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:2116)
        at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:375)
        at org.eclipse.swt.widgets.Display.controlProc(Display.java:863)
        at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method)
        at org.eclipse.swt.widgets.Tree.kEventMouseDown(Tree.java:2653)
        at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1362)
        at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2930)
        at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3051)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :109)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        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:368)
        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:592)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: java.lang.NullPointerException
        at com.adobe.flexbuilder.codemodel.definitions.ASDefinitionFilter.matchesPackage(ASDefinitio nFilter.java:983)
        at com.adobe.flexbuilder.codemodel.definitions.ASDefinitionFilter.matchesAccessRule(ASDefini tionFilter.java:1057)
        at com.adobe.flexbuilder.codemodel.internal.definitions.SparseDefinitionSet.findDefinition(S parseDefinitionSet.java:65)
        at com.adobe.flexbuilder.codemodel.internal.definitions.ASScope.findDefinitionByName(ASScope .java:497)
        at com.adobe.flexbuilder.codemodel.internal.definitions.ASScope.findDefinitionByName(ASScope .java:462)
        at com.adobe.flexbuilder.codemodel.internal.tree.MemberedNode.getMemberByName(MemberedNode.j ava:93)
        at com.adobe.flexbuilder.codemodel.internal.tree.MemberedNode.getMemberByName(MemberedNode.j ava:73)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.merg eComments(DefinitionsGateway.java:167)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.comp are(DefinitionsGateway.java:105)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.comp are(DefinitionsGateway.java:1)
        at java.util.Arrays.mergeSort(Arrays.java:1284)
        at java.util.Arrays.sort(Arrays.java:1223)
        at java.util.Collections.sort(Collections.java:159)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway.addDefinition(Definit ionsGateway.java:307)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway.afterNodeAdd(Definiti onsGateway.java:256)
        at com.adobe.flexbuilder.codemodel.internal.project.Project.afterAddNode(Project.java:401)
        at com.adobe.flexbuilder.codemodel.internal.project.ProjectManager.propagateDefinitions(Proj ectManager.java:751)
        at com.adobe.flexbuilder.codemodel.internal.project.ProjectManager.preloadASLibrariesAndSour ce(ProjectManager.java:665)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.preloadASLibrarie sAndSource(EclipseProjectListener.java:730)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.loadProject(Eclip seProjectListener.java:938)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:1011)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:807)
        at com.adobe.flexide.editorcore.loadservice.CodeModelProjectLoadDialog$1.run(CodeModelProjec tLoadDialog.java:194)
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    Root exception:
    java.lang.NullPointerException
        at com.adobe.flexbuilder.codemodel.definitions.ASDefinitionFilter.matchesPackage(ASDefinitio nFilter.java:983)
        at com.adobe.flexbuilder.codemodel.definitions.ASDefinitionFilter.matchesAccessRule(ASDefini tionFilter.java:1057)
        at com.adobe.flexbuilder.codemodel.internal.definitions.SparseDefinitionSet.findDefinition(S parseDefinitionSet.java:65)
        at com.adobe.flexbuilder.codemodel.internal.definitions.ASScope.findDefinitionByName(ASScope .java:497)
        at com.adobe.flexbuilder.codemodel.internal.definitions.ASScope.findDefinitionByName(ASScope .java:462)
        at com.adobe.flexbuilder.codemodel.internal.tree.MemberedNode.getMemberByName(MemberedNode.j ava:93)
        at com.adobe.flexbuilder.codemodel.internal.tree.MemberedNode.getMemberByName(MemberedNode.j ava:73)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.merg eComments(DefinitionsGateway.java:167)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.comp are(DefinitionsGateway.java:105)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway$DefinitionSorter.comp are(DefinitionsGateway.java:1)
        at java.util.Arrays.mergeSort(Arrays.java:1284)
        at java.util.Arrays.sort(Arrays.java:1223)
        at java.util.Collections.sort(Collections.java:159)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway.addDefinition(Definit ionsGateway.java:307)
        at com.adobe.flexbuilder.codemodel.internal.project.DefinitionsGateway.afterNodeAdd(Definiti onsGateway.java:256)
        at com.adobe.flexbuilder.codemodel.internal.project.Project.afterAddNode(Project.java:401)
        at com.adobe.flexbuilder.codemodel.internal.project.ProjectManager.propagateDefinitions(Proj ectManager.java:751)
        at com.adobe.flexbuilder.codemodel.internal.project.ProjectManager.preloadASLibrariesAndSour ce(ProjectManager.java:665)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.preloadASLibrarie sAndSource(EclipseProjectListener.java:730)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.loadProject(Eclip seProjectListener.java:938)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:1011)
        at com.adobe.flexbuilder.codemodel.internal.project.EclipseProjectListener.registerProject(E clipseProjectListener.java:807)
        at com.adobe.flexide.editorcore.loadservice.CodeModelProjectLoadDialog$1.run(CodeModelProjec tLoadDialog.java:194)
        at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) 
    !ENTRY org.eclipse.jface 2 0 2010-03-24 13:35:48.219
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-03-24 13:35:48.219
    !MESSAGE A conflict occurred for COMMAND+G:
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplo rerFindAllDeclarationsAction@396747),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.declarations.in.wor kspace,Find All Declarations In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplo rerFindAllDeclarationsAction@396747),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2010-03-24 13:35:48.220
    !MESSAGE A conflict occurred for COMMAND+SHIFT+G:
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplo rerFindAllReferencesAction@ada93),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexide.editorcore.flexEditorScope,,,system)
    Binding(COMMAND+SHIFT+G,
        ParameterizedCommand(Command(com.adobe.flexbuilder.as.editor.find.all.references.in.works pace,Find All References In Workspace,
            Category(com.adobe.flexbuilder.editorcore.navigation.category,Navigation,null,true),
            ActionHandler(com.adobe.flexbuilder.as.editor.ui.packageexplorer.actions.FlexPackageExplo rerFindAllReferencesAction@ada93),
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        com.adobe.flexbuilder.as.editor.context.packageexplorer,,,system) 
    !ENTRY org.eclipse.core.resources 4 380 2010-03-24 14:27:54.451
    !MESSAGE The resource tree is locked for modifications. 
    !ENTRY org.eclipse.core.resources 4 380 2010-03-24 14:27:54.452
    !MESSAGE The resource tree is locked for modifications. 
    !ENTRY org.eclipse.core.resources 4 368 2010-03-24 14:27:54.570
    !MESSAGE Resource '/My_Project/src/My_Project.mxml' does not exist.

  • Flash Builder 4.0.1 profiler doesn't always start correctly

    Hi,
    I'm using Flash Builder 4.0.1 Premium to profile my application but the profiler doesn't always start (hook) correctly. Sometimes it works at first try, sometimes I have to restart the profiler up to 10 times before it finally hooks.
    It's very annoying and waste of time. Do you have any solution for this?
    Thanks!
    Matetnic

    Everything is set up correctly with the path folder - as this error occurs with an empty, blank, default AIR app built via "new".
    I believe this is an error with 4.0.1 - as when I installed 4.5 demo (on OS X); this problem doesn't exist and I had no problems building an AIR app.
    So either there's a problem with my version/copy/install of Flash Builder or it has something to do with the AIR/FB/and VMWare/Win7.
    -Will

  • Flash builder 4 installation code --Exit Code: 6

    hi after i installed flash builder 4 i got errors the exit code is 6 and the message is -
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s), 0 warning(s)
    ERROR: The following payload errors were found during install:
    ERROR:  - AdobeHelp: Install failed

    hi Agruss
    I am installing FB4 standalone on windows 7.
    The troubleshooting matrix was of no help.

  • Flash Builder 4.7 : Cannot complete Licensing

    Hello,
    I'm owner of two Flash Builder 4.7 licenses, they are listed in my Adobe account, under Products and Services sections as
                                Flash Builder Std                   4.7                      multi
                                Flash Builder Prem                4.7                     multi
    I recently formated my computer and installed back Flash Builder 4.7.
    My problem is, if I click on "License this product" and enter any of my license key, I have the following error :
                              Serial Number you provided is valid, but a qualifying product could not be found on this computer.
    I tried to install Flash Builder 4.6 instead, but it launch me the same error.
    Could you help me please ?
    Thanks a lot.

    Hi Atul_Saini,
    So I checked your link and all seems correct on my computer.
    At the bottom of the link you provided there is "see also" section, about activation / deactivation.
    I did not deactivated my licenses before my window re-install, and if now I go to Flash Builder -> Help , desactivation button is greyed out. Could it be the source of my problem that I used my licenses on two computer and did not deactivated them ?
    If yes, how could I deactivate thoses products ? I searched on my profile but I can't find a way to do it.

  • Installation of Flash Player 11.4 is complete -- doesn't work (Mac0.

    I've gone through the threads but still do not know how to fix my issue. I get the window that tells me "Installation of Flash Player 11.4 is complete". What am I missing?
    I'm using Mac OS X 10.6.8; 2.16 GHz Intel Core 2.
    Thank you!!

    Hi,
    In Finder, click Go and select Computer.
    In the right side, you will see Library folder. Go to the Library folder and then go to Internet Plug-ins folder.Do you see Flash Player.plugin there?
    Thanks,
    Sunil

  • Flash Builder 4.5 for PHP doesn't update changes

    Hi,
    I'm guessing this is a very noob issue so I appologise about that.
    As I said, i'm very new to flex and started using it very recently.
    This morning I woke up started to make changes in my application. saved them and run them in the browser BUT to my surprise no changes been made.
    I tried taking it a little bit further and delete half of the apllication and still when i'm saving and running I get the version of yesterday's application.
    I'm guessing that for some reason when I press the run button the browser load the application from cach somwhere.
    Do you have an idea what it can be?
    Thanks,
    Ravid

    btw, i'm using Firefox.

  • Code Completion does not show the Class I want

    Hello!
    I try to get familiar with JDeveloper 10.1.3.
    I have a simple project with an external Jar file.
    In this project I am using the swing file-chooser dialog. So I want to use a FileFilter to let the user choose only one type of file.
    At least there are three FileFilter:
    1. java.io
    2. javax.swing.filechooser (<- this is the one I want)
    3. com.ibm.as400.vaccess.FileFilter
    When i type FileFi the code insight is positioned on Float.
    The little window mentions alt-enter to get the 3rd choice (ibm FileFilter)
    So, do we have a bug, or is it just a config problem or do i want to much?
    With kind regards
    Joerg Fechner

    Hi,
    The javax.swing.filechooser.FileFilter class is an abstract class. Though JDeveloper imports the class for you, it cannot be instantiated. E.g.
    jfc.setFileFilter(new FileFilter());
    doesn't work because you cannot instantiate an abstract class. JDeveloper will show this file as underlined in red to indicate this.
    When importcing classes through pressing alt+Enter, a dilaog shows up that you select the wanted import through the arrow - down or - up key. Press Enter to confirm the selected choice
    Frank

Maybe you are looking for

  • Album Artwork shows up in iTunes but not iPod

    I add album artwork through iTunes onto my iPod...the album artwork shows up at the side of iTunes but when i disconnect my iPod and check it there i doesn't show up :/ and everything to do with album artwork is checked Can someone help me please

  • I am running ios 4.3.3 do i need to update to 4.3.5 before i can upgrade to ios5 ?

    i was just wondering if i needed to upgrade to 4.3.5 before i can get ios5. please help !

  • [Swing] Menu in Mac OS Menu Bar

    Hi, i'd like to know if it's possible to create a JMenuBar for example but instead of put it in the JFrame i'd like to put it in Mac OS Menu Bar like in Cocoa. is that possible ? thx SHiSo

  • Auto Truncat of text in table row.

    Is there any way to truncate the text displayed in the table row. I need to auto truncate the text in case text does not fit in the row with current column height.

  • Update statement will not commit changes

    I'm having a problem in Forms 4.5. I have a stored procedure that updates a table. I can call the stored procedure from a trigger within a form and it will work perfectly. However, when I copy the code from the stored procedure into a program unit, a