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 267725 - NullPointerException at org.netbeans.modules.editor.hints.HintsUI$4$1.run
Summary: NullPointerException at org.netbeans.modules.editor.hints.HintsUI$4$1.run
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 18:09 UTC by Exceptions Reporter
Modified: 2016-10-05 13:46 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225941


Attachments
stacktrace (662 bytes, text/plain)
2016-08-26 18:09 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-08-26 18:09:50 UTC
This bug was originally marked as duplicate of bug 267235, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201608240002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>

Alniks: Opened java file

GUEST: ????????? ??ctrl??????????

GUEST: Copy Class

GUEST: ... again

GUEST: I catch it when i format code

Alniks: navigating to method

GUEST: ?????????????? ??????

Neithan: Double clicked on one of the elements in the navigator

GUEST: moving trough code using arrow keys

dalingng: ???????????????????

Alniks: selecting text in java method

GUEST: just coming back from a suspended state

GUEST: same as just before

GUEST: Please provide a description of the problem or the steps to reproduce

GUEST: clicked another code line

GUEST: ...

GUEST: ahhhhh

GUEST: Clicked on a method in class members navigator.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.hints.HintsUI$4$1.run(HintsUI.java:1035)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1419)
   at org.netbeans.modules.editor.hints.HintsUI$4.run(HintsUI.java:1031)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 Exceptions Reporter 2016-08-26 18:09:52 UTC
Created attachment 161783 [details]
stacktrace
Comment 2 Milutin Kristofic 2016-10-05 13:46:55 UTC
This was fixed in Bug #267443