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 - NullPointerException at org.netbeans.modules.editor.impl.actions.NavigationHistoryBackAction.actionPerformed
Summary: NullPointerException at org.netbeans.modules.editor.impl.actions.NavigationHi...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-08 16:02 UTC by Tomas Stupka
Modified: 2016-02-13 03:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222426


Attachments
stacktrace (3.06 KB, text/plain)
2016-02-08 16:02 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
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