aymanhs / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.NullPointerException when double click on autocomlete in GroovySyntaxKit

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Open editor and crtl space on editor.
2. Double click on empty item in ComboCompletionDialog.
3. java.lang.NullPointerException shown.



What is the expected output? What do you see instead?
Null item should not entitle to get processed.


What version of the product are you using? On what operating system?
096 branch, Windows XP


Please provide any additional information below.

Exception occurred during event dispatching:
java.lang.NullPointerException
    at jsyntaxpane.actions.gui.ComboCompletionDialog.jLstItemsMouseClicked(ComboCompletionDialog.java:231)
    at jsyntaxpane.actions.gui.ComboCompletionDialog.access$200(ComboCompletionDialog.java:38)
    at jsyntaxpane.actions.gui.ComboCompletionDialog$3.mouseClicked(ComboCompletionDialog.java:164)


Original issue reported on code.google.com by humankee...@gmail.com on 15 Mar 2012 at 5:52

Attachments:

The change for this is done now.

Original comment by alexey.b...@gmail.com on 22 Apr 2012 at 4:34

  • Changed state: Fixed
Dear sir, can i know what build that i can expect this fix to be in?

Original comment by humankee...@gmail.com on 22 Apr 2012 at 3:23