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 251425 - NullPointerException at org.netbeans.modules.editor.completion.CompletionImpl.insertCommonPrefix
Summary: NullPointerException at org.netbeans.modules.editor.completion.CompletionImpl...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-25 20:11 UTC by everflux
Modified: 2015-03-27 03:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216366


Attachments
stacktrace (3.03 KB, text/plain)
2015-03-25 20:11 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2015-03-25 20:11:24 UTC
Build: NetBeans IDE Dev (Build 201503230001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
everflux: used tab in method parameter completion to switch to second parameter




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.editor.completion.CompletionImpl.insertCommonPrefix(CompletionImpl.java:826)
   at org.netbeans.modules.editor.completion.CompletionImpl.dispatchKeyEvent(CompletionImpl.java:692)
   at org.netbeans.modules.editor.completion.CompletionImpl.keyPressed(CompletionImpl.java:404)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:250)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:249)
Comment 1 everflux 2015-03-25 20:11:26 UTC
Created attachment 152844 [details]
stacktrace
Comment 2 Dusan Balek 2015-03-26 10:10:02 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/b9f10bfdd06b
Comment 3 Quality Engineering 2015-03-27 03:22:59 UTC
Integrated into 'main-silver', will be available in build *201503270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b9f10bfdd06b
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #251425: NullPointerException at org.netbeans.modules.editor.completion.CompletionImpl.insertCommonPrefix - fixed.