lukgad / elt

Automatically exported from code.google.com/p/elt
0 stars 0 forks source link

NPE when resetting perspective #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Rob Koninsberg:

NPE: java.lang.NullPointerException
       at com.google.eclipse.terminal.local.ui.view.TerminalView.openTerminalView(TerminalView.java:66)
       at com.google.eclipse.terminal.local.ui.view.TerminalView.access$1(TerminalView.java:63)
       at com.google.eclipse.terminal.local.ui.view.TerminalView$NewTerminalAction.run(TerminalView.java:260)

I got this while hunting down another bug which caused me to reset the whole 
perspective. So you may be able to recreate it by opening a terminal, resetting 
the perspective, restarting the workbench, and _then_ trying to create a new 
terminal.

Original issue reported on code.google.com by alr...@google.com on 31 May 2012 at 12:12

GoogleCodeExporter commented 9 years ago
This is most likely to state inconsistency in the Project View. I have seen it 
going blank after resetting a perspective. Added a check for null in case this 
happens.

r57c260b3ab6d

Original comment by alr...@google.com on 6 Jun 2012 at 2:37