Issue 63: NPE in plugin at component search action
Status:  Fixed
Owner:
Closed:  Mar 2008
Cc:
Project Member Reported by marc.es...@gmail.com, Feb 20, 2008
Aaron Longnion has left a new comment on your post "MXUnit Eclipse Plugin 
Updates":

sorry for posting here, as Google Groups is giving errors when I try to 
join the MXUnit group... sigh...

First off, thanks for creating MXUnit! I'm looking forward to checking it 
out fully. I've been using CFUnit for a while, but am interested in a CF 
Unit Testing framework that's being actively developed.

Wanted you to know I'm getting the following errors from the Eclipse 
Plugin:

java.lang.NullPointerException
at org.mxunit.eclipseplugin.actions.TestSuiteCreator.createSuite
(TestSuiteCreator.java:42)
at org.mxunit.eclipseplugin.actions.ComponentSearchAction.run
(ComponentSearchAction.java:60)
at org.mxunit.eclipseplugin.views.MXUnitView.handleKeyPressed
(MXUnitView.java:587)
at org.mxunit.eclipseplugin.views.MXUnitView$9.keyPressed
(MXUnitView.java:556)
at org.eclipse.swt.widgets.TypedListener.handleEvent
(TypedListener.java:154)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:975)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:971)
at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1285)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3772)
at org.eclipse.swt.widgets.Tree.WM_CHAR(Tree.java:5374)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3672)
at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5370)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2265)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3291)
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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)

Session Data:
eclipse.buildId=M20071023-1652
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -
XX:MaxPermSize=128m
Command-line arguments: -os win32 -ws win32 -arch x86 -vmargs -Xms512m -
Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m -clean
This is a continuation of log file C:\Apache2\htdocs\.metadata\.bak_0.log
Created Time: 2008-02-06 11:12:25.689
Mar 9, 2008
Project Member #1 marc.es...@gmail.com
fixed. had to change the way the whole damn thing worked. annoying. but hopefully
fixed for good.
Status: Fixed