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 256200 - NullPointerException at org.netbeans.modules.editor.completion.CompletionJList.updateAccessible
Summary: NullPointerException at org.netbeans.modules.editor.completion.CompletionJLis...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-27 12:33 UTC by anton0xf
Modified: 2015-10-27 12:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212890


Attachments
stacktrace (1.92 KB, text/plain)
2015-10-27 12:33 UTC, anton0xf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anton0xf 2015-10-27 12:33:01 UTC
Build: NetBeans IDE 8.0.2 (Build 20150610-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
anton0xf: don't know

GUEST: Happened when attemping to use code completion (CTRL+SPACE)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.completion.CompletionJList.updateAccessible(CompletionJList.java:235)
   at org.netbeans.modules.editor.completion.CompletionJList.setSelectedIndex(CompletionJList.java:220)
   at org.netbeans.modules.editor.completion.CompletionJList.setData(CompletionJList.java:188)
   at org.netbeans.modules.editor.completion.CompletionScrollPane.setData(CompletionScrollPane.java:129)
   at org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:448)
   at org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:360)
Comment 1 anton0xf 2015-10-27 12:33:02 UTC
Created attachment 156998 [details]
stacktrace