[OS-JIRA] Created: (WOL-1121) Cannot autocomplete inside WOComponent editor

From: Henrique Prange (JIRA) ("Henrique)
Date: Thu Oct 22 2009 - 12:46:54 EDT

  • Next message: Kieran Kelleher: "EntityModeler: Failed to generate SQL."

    Cannot autocomplete inside WOComponent editor
    ---------------------------------------------

                     Key: WOL-1121
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1121
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: WOLips General
        Affects Versions: WOLips 3.5.x, WOLips Nightly
             Environment: Eclipse 3.5.1
    WOLips 3.5.6006
    eclipse.buildId=M20090917-0800
    java.version=1.6.0_15
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
    Framework arguments: -keyring /Users/hprange/.eclipse_keyring -showlocation
    Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/hprange/.eclipse_keyring -showlocation

                Reporter: Henrique Prange

    The problem happens with components placed in the src/main/components folder. The project uses JAR frameworks and Maven. As a side note, the problem doesn't occur in another project using Maven, JAR frameworks and the fluffy bunny layout.

    java.lang.NullPointerException
    at org.objectstyle.wolips.core.resources.types.WOHierarchyScope.computeProjectsAndJars(WOHierarchyScope.java:158)
    at org.objectstyle.wolips.core.resources.types.WOHierarchyScope.<init>(WOHierarchyScope.java:74)
    at org.objectstyle.wolips.core.resources.types.WOHierarchyScope$WOHierarchyScopeCacheEntry.hierarchyScopeForType(WOHierarchyScope.java:385)
    at org.objectstyle.wolips.core.resources.types.WOHierarchyScope.hierarchyScope(WOHierarchyScope.java:405)
    at org.objectstyle.wolips.bindings.utils.BindingReflectionUtils.findMatchingElementClassNames(BindingReflectionUtils.java:140)
    at org.objectstyle.wolips.wodclipse.core.completion.WodCompletionUtils.fillInElementTypeCompletionProposals(WodCompletionUtils.java:92)
    at org.objectstyle.wolips.templateeditor.TemplateAssistProcessor.getDynamicTagInfo(TemplateAssistProcessor.java:109)
    at tk.eclipse.plugin.htmleditor.assist.HTMLAssistProcessor.computeCompletionProposals(HTMLAssistProcessor.java:309)
    at org.objectstyle.wolips.templateeditor.TemplateAssistProcessor.computeCompletionProposals(TemplateAssistProcessor.java:146)
    at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1832)
    at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:556)
    at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposalPopup.java:553)
    at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:488)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:482)
    at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1660)
    at org.eclipse.jface.text.source.SourceViewer.doOperation(SourceViewer.java:835)
    at org.eclipse.jface.text.source.projection.ProjectionViewer.doOperation(ProjectionViewer.java:1533)
    at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185)
    at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109)
    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
    at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510)
    at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:125)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.filterEvent(Display.java:965)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3542)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1250)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1273)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1287)
    at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1283)
    at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:433)
    at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:906)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4741)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
    at org.eclipse.swt.internal.cocoa.NSResponder.interpretKeyEvents(NSResponder.java:56)
    at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:516)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4655)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
    at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:202)
    at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1753)
    at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1825)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4713)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
    at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4285)
    at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4352)
    at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
    at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:101)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3097)
    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 org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java: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:597)
    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)

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Thu Oct 22 2009 - 12:47:51 EDT