6 Feb 2005 20:00
NullPointerException in J 0.21.0
Chris Wilson <chris <at> qwirx.com>
2005-02-06 19:00:56 GMT
2005-02-06 19:00:56 GMT
Hi Peter and all, Thanks for an excellent and continually improving editor! I have been happily using J as my main C code editor for a few years now. J just threw an exception at me when I was using tab completion in the address bar. After that, I could not use keyboard input any more in J, although the mouse works. At least I can shut J down cleanly using the mouse(Continue reading)I had seen this before on older versions, and about a week ago I upgraded from 0.20.2 to 0.21.0, in the hope that that would fix the problem, but I don't think it has. I hope that this stack trace will provide you some useful information for diagnosing this. Platform is Linux on i686, Fedora Core 2, Java j2sdk-1.4.2_03-fcs. Cheers, Chris. java.lang.NullPointerException at org.armedbear.j.OpenFileTextFieldHandler.isExcluded(OpenFileTextFieldHandler.java:571) at org.armedbear.j.OpenFileTextFieldHandler.getCompletions(OpenFileTextFieldHandler.java:480) at org.armedbear.j.OpenFileTextFieldHandler.tab(OpenFileTextFieldHandler.java:411) at org.armedbear.j.DefaultTextFieldHandler.keyPressed(DefaultTextFieldHandler.java:226) at
I had seen this before on older versions, and about a week ago I upgraded
from 0.20.2 to 0.21.0, in the hope that that would fix the problem, but I
don't think it has.
I hope that this stack trace will provide you some useful information for
diagnosing this. Platform is Linux on i686, Fedora Core 2, Java
j2sdk-1.4.2_03-fcs.
Cheers, Chris.
java.lang.NullPointerException
at
org.armedbear.j.OpenFileTextFieldHandler.isExcluded(OpenFileTextFieldHandler.java:571)
at
org.armedbear.j.OpenFileTextFieldHandler.getCompletions(OpenFileTextFieldHandler.java:480)
at
org.armedbear.j.OpenFileTextFieldHandler.tab(OpenFileTextFieldHandler.java:411)
at
org.armedbear.j.DefaultTextFieldHandler.keyPressed(DefaultTextFieldHandler.java:226)
at
RSS Feed