This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257894

Summary: NullPointerException at org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction.actionPerformed
Product: editor Reporter: Tomas Stupka <tstupka>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222426
Attachments: stacktrace

Description Tomas Stupka 2016-02-08 16:02:05 UTC
Build: NetBeans IDE 8.1 RC (Build 201510012201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b07, Java(TM) SE Runtime Environment, 1.8.0_60-ea-b07
OS: Mac OS X

User Comments:
tstupka: go back action in editor




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction.actionPerformed(NavigationHistoryBackAction.java:190)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at org.openide.awt.DropDownButton$Model.setPressed(DropDownButton.java:367)
Comment 1 Tomas Stupka 2016-02-08 16:02:07 UTC
Created attachment 158417 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-02-12 14:57:53 UTC
http://hg.netbeans.org/jet-main/rev/18b0f23df03c
Comment 3 Quality Engineering 2016-02-13 03:17:29 UTC
Integrated into 'main-silver', will be available in build *201602130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/18b0f23df03c
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #257894 - NullPointerException at org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction.actionPerformed