javalover520 / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
The change for this is done now.

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

GoogleCodeExporter commented 8 years ago
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