[OS-JIRA] Created: (WOL-803) LocalizedComponentsLocateResult reading files not on classpath

From: Chuck Hill (JIRA) ("Chuck)
Date: Fri May 02 2008 - 14:09:28 EDT

  • Next message: Chuck Hill (JIRA): "[OS-JIRA] Created: (WOL-804) WodParserCacheInvalidator reading Java classes not on build path"

    LocalizedComponentsLocateResult reading files not on classpath
    --------------------------------------------------------------

                     Key: WOL-803
                     URL: http://issues.objectstyle.org/jira/browse/WOL-803
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
             Environment: WOLips 3.3.5073
                Reporter: Chuck Hill
                Priority: Minor

    Noticed this in the Problems view. It is not causing problems (that I am aware of) in WOLips. The path in question is a copy of what is on the build path, it is generated code.

    Java Model Exception: Java Model Status [ContractedSource/net/foo/bar/core/inputs [in Core] is not on its project's build path]
    at org.eclipse.jdt.internal.core.JavaElement.newJavaModelException(JavaElement.java:492)
    at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure(PackageFragmentRoot.java:158)
    at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:229)
    at org.eclipse.jdt.internal.core.Openable.openParent(Openable.java:423)
    at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:218)
    at org.eclipse.jdt.internal.core.Openable.openParent(Openable.java:423)
    at org.eclipse.jdt.internal.core.CompilationUnit.openParent(CompilationUnit.java:1102)
    at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:218)
    at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed(JavaElement.java:505)
    at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:249)
    at org.eclipse.jdt.internal.core.JavaElement.getElementInfo(JavaElement.java:235)
    at org.eclipse.jdt.internal.core.Openable.isStructureKnown(Openable.java:390)
    at org.objectstyle.wolips.locate.result.LocalizedComponentsLocateResult.add(LocalizedComponentsLocateResult.java:147)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:117)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:100)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:111)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:98)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:111)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:98)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:111)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:98)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:111)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:98)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:111)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:98)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:111)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:98)
    at org.objectstyle.wolips.locate.Locate.investigate(Locate.java:88)
    at org.objectstyle.wolips.locate.Locate.locate(Locate.java:81)
    at org.objectstyle.wolips.locate.LocatePlugin.getLocalizedComponentsLocateResult(LocatePlugin.java:128)
    at org.objectstyle.wolips.bindings.api.ApiUtils.findApiModelWo(ApiUtils.java:121)
    at org.objectstyle.wolips.bindings.wod.AbstractWodElement.fillInProblems(AbstractWodElement.java:271)
    at org.objectstyle.wolips.bindings.wod.AbstractWodModel.fillInProblems(AbstractWodModel.java:138)
    at org.objectstyle.wolips.bindings.wod.AbstractWodModel.getProblems(AbstractWodModel.java:117)
    at org.objectstyle.wolips.wodclipse.core.completion.WodCacheEntry.validate(WodCacheEntry.java:36)
    at org.objectstyle.wolips.wodclipse.core.completion.WodParserCache._validate(WodParserCache.java:279)
    at org.objectstyle.wolips.wodclipse.core.completion.WodParserCache$1.run(WodParserCache.java:237)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
    at org.objectstyle.wolips.wodclipse.core.completion.WodParserCache.validate(WodParserCache.java:249)
    at org.objectstyle.wolips.wodclipse.core.completion.AbstractCacheEntry.getModel(AbstractCacheEntry.java:58)
    at tk.eclipse.plugin.htmleditor.assist.CSSAssistProcessor.reload(CSSAssistProcessor.java:63)
    at tk.eclipse.plugin.htmleditor.assist.HTMLAssistProcessor.update(HTMLAssistProcessor.java:622)
    at org.objectstyle.wolips.templateeditor.TemplateAssistProcessor.update(TemplateAssistProcessor.java:309)
    at tk.eclipse.plugin.htmleditor.editors.HTMLSourceEditor.updateAssist(HTMLSourceEditor.java:380)
    at org.objectstyle.wolips.templateeditor.TemplateSourceEditor.updateAssist(TemplateSourceEditor.java:301)
    at tk.eclipse.plugin.htmleditor.editors.HTMLSourceEditor.update(HTMLSourceEditor.java:361)
    at org.objectstyle.wolips.templateeditor.TemplateSourceEditor.update(TemplateSourceEditor.java:153)
    at tk.eclipse.plugin.htmleditor.editors.HTMLSourceEditor.createPartControl(HTMLSourceEditor.java:192)
    at org.objectstyle.wolips.templateeditor.TemplateSourceEditor.createPartControl(TemplateSourceEditor.java:105)
    at tk.eclipse.plugin.htmleditor.editors.HTMLEditor.createPartControl(HTMLEditor.java:123)
    at org.objectstyle.wolips.templateeditor.TemplateEditor.createPartControl(TemplateEditor.java:82)
    at org.objectstyle.wolips.componenteditor.part.ComponentEditorTab.createInnerPartControl(ComponentEditorTab.java:80)
    at org.objectstyle.wolips.componenteditor.part.HtmlWodTab.createTab(HtmlWodTab.java:114)
    at org.objectstyle.wolips.componenteditor.part.ComponentEditorPart.createPages(ComponentEditorPart.java:183)
    at org.objectstyle.wolips.componenteditor.part.ComponentEditor.createPages(ComponentEditor.java:170)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:283)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2739)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651)
    at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643)
    at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2557)
    at org.objectstyle.wolips.workbenchutilities.WorkbenchUtilitiesPlugin.open(WorkbenchUtilitiesPlugin.java:443)
    at org.objectstyle.wolips.datasets.resources.WOComponentDefinition.open(WOComponentDefinition.java:77)
    at org.objectstyle.wolips.ui.view.RelatedView$1.run(RelatedView.java:160)
    at org.objectstyle.wolips.ui.view.RelatedView$2.doubleClick(RelatedView.java:179)
    at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:857)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:199)
    at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:797)
    at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:1061)
    at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1173)
    at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237)
    at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:295)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3350)
    at org.eclipse.swt.widgets.Control.sendTrackEvents(Control.java:2758)
    at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:1961)
    at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:367)
    at org.eclipse.swt.widgets.Display.controlProc(Display.java:827)
    at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method)
    at org.eclipse.swt.widgets.Table.kEventMouseDown(Table.java:2156)
    at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1262)
    at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2815)
    at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2934)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    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:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

    -- 
    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 : Fri May 02 2008 - 14:10:31 EDT