Opened 8 years ago

Closed 7 years ago

Last modified 43 years ago

#315 closed Bugs (Wont Fix)

Preference CSS|Editor bombs with cvs version on eclipse 3.1

Reported by: andbe611 Owned by: nobody
Priority: 5 Milestone:
Component: Preference Settings Version: None
Keywords: Cc:

Description

Eclipse 3.1
The unofficial 1.1.6 plugin from the homepage.

When you select Window|Preferences|PHP web
development|CSS|Editor you'll get this stack trace:

java.lang.IllegalArgumentException: Argument cannot be null
at org.eclipse.swt.SWT.error(SWT.java:2926)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.SWT.error(SWT.java:2836)
at org.eclipse.swt.widgets.Widget.error(Widget.java:395)
at org.eclipse.swt.widgets.List.add(List.java:95)
at
net.sourceforge.phpeclipse.css.ui.internal.preferences.CssEditorAnnotationsConfigurationBlock.initialize(CssEditorAnnotationsConfigurationBlock.java:212)
at
net.sourceforge.phpeclipse.css.ui.internal.preferences.CssEditorAnnotationsConfigurationBlock.createControl(CssEditorAnnotationsConfigurationBlock.java:164)
at
net.sourceforge.phpeclipse.css.ui.internal.preferences.CssEditorPreferencePage.createAnnotationsPage(CssEditorPreferencePage.java:218)
at
net.sourceforge.phpeclipse.css.ui.internal.preferences.CssEditorPreferencePage.createContents(CssEditorPreferencePage.java:73)
at
org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:232)
at
org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1371)
at
org.eclipse.jface.preference.PreferenceDialog$12.run(PreferenceDialog.java:1138)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at
org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at
org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1132)
at
org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:351)
at
org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:638)
at
org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:763)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at
org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:761)
at
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1042)
at
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1062)
at
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:231)
at
org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:226)
at
org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:392)
at
org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at
org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
at
org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
at org.eclipse.jface.window.Window.open(Window.java:787)
at
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:66)
at
org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

Change History (1)

comment:1 Changed 7 years ago by bananeweizen

  • Status changed from assigned to closed
Logged In: YES 
user_id=440739

The CSS editor is no longer part of PHPeclipse, therefore
this bug will be closed.
Note: See TracTickets for help on using tickets.