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

Summary: NullPointerException at org.netbeans.modules.editor.completion.CompletionJList.updateAccessible
Product: editor Reporter: anton0xf <anton0xf>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212890
Attachments: stacktrace

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