hansva commented on pull request #414:
URL: https://github.com/apache/incubator-hop/pull/414#issuecomment-733251641
Found 1 issue, when opening the perspective and switching projects an NPE is
thrown
```
org.apache.hop.core.exception.HopException:
Error enabling project 'test' in HopGui
at org.apache.hop.ui.hopgui.HopGui.main (HopGui.java:294)
at org.apache.hop.ui.hopgui.HopGui.open (HopGui.java:352)
at org.eclipse.swt.widgets.Display.readAndDispatch (Display.java:4448)
at org.eclipse.swt.widgets.Display.runDeferredEvents (Display.java:4955)
at org.eclipse.swt.widgets.Widget.sendEvent (Widget.java:1423)
at org.eclipse.swt.widgets.Display.sendEvent (Display.java:5687)
at org.eclipse.swt.widgets.EventTable.sendEvent (EventTable.java:89)
at org.apache.hop.ui.core.gui.BaseGuiWidgets.lambda$getListener$1
(BaseGuiWidgets.java:145)
at java.lang.reflect.Method.invoke (Method.java:498)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0
(NativeMethodAccessorImpl.java:-2)
at org.apache.hop.projects.gui.ProjectsGuiPlugin.selectProject
(ProjectsGuiPlugin.java:171)
at org.apache.hop.projects.gui.ProjectsGuiPlugin.enableHopGuiProject
(ProjectsGuiPlugin.java:558)
at
org.apache.hop.projects.gui.ProjectsGuiPlugin.enableHopGuiProject(ProjectsGuiPlugin.java:591)
at
org.apache.hop.projects.gui.ProjectsGuiPlugin.selectProject(ProjectsGuiPlugin.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.apache.hop.ui.core.gui.BaseGuiWidgets.lambda$getListener$1(BaseGuiWidgets.java:145)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5687)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1423)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4955)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4448)
at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:352)
at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:294)
Caused by: java.lang.NullPointerException
at
org.apache.hop.projects.gui.ProjectsGuiPlugin.enableHopGuiProject(ProjectsGuiPlugin.java:558)
... 13 more
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]