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 268293 - NullPointerException at org.netbeans.modules.editor.hints.NextErrorAction.findNextUnused
Summary: NullPointerException at org.netbeans.modules.editor.hints.NextErrorAction.fin...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-30 18:31 UTC by Jesse Glick
Modified: 2016-10-04 01:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225570


Attachments
stacktrace (3.09 KB, text/plain)
2016-09-30 18:31 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2016-09-30 18:31:26 UTC
Build: NetBeans IDE Dev (Build 20160928-1b0104a56292)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
GUEST: Pressed F2 with the intention to refactor

jglick: Maybe using Ctrl-Alt-PERIOD?




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.hints.NextErrorAction.findNextUnused(NextErrorAction.java:151)
   at org.netbeans.modules.editor.hints.NextErrorAction.access$100(NextErrorAction.java:76)
   at org.netbeans.modules.editor.hints.NextErrorAction$1.run(NextErrorAction.java:100)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1421)
   at org.netbeans.modules.editor.hints.NextErrorAction.actionPerformed(NextErrorAction.java:90)
   at org.openide.windows.TopComponent.processKeyBinding(TopComponent.java:1176)
Comment 1 Jesse Glick 2016-09-30 18:31:29 UTC
Created attachment 162294 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-10-03 11:22:04 UTC
This is similar to Bug #267235. http://hg.netbeans.org/jet-main/rev/5f06098dd6e0
Comment 3 Quality Engineering 2016-10-04 01:54:09 UTC
Integrated into 'main-silver', will be available in build *201610040002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5f06098dd6e0
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #268293 - NullPointerException at org.netbeans.modules.editor.hints.NextErrorAction.findNextUnused