Hyeonwoo O created NETBEANS-331:
-----------------------------------

             Summary: Unexpected errors with Java
                 Key: NETBEANS-331
                 URL: https://issues.apache.org/jira/browse/NETBEANS-331
             Project: NetBeans
          Issue Type: Bug
          Components: ide - Code
    Affects Versions: 9.0
         Environment: Windows 10
            Reporter: Hyeonwoo O
            Assignee: Hyeonwoo O


When I'm configuring some options, following error messages came out.

{noformat}
java.lang.NullPointerException
{noformat}
or
{noformat}
javax.swing.text.BadLocationException
{noformat}

This messages came out suddenly so I couldn't reproduce it.
It is occurred in Development Version and I wrote only simple test code like 
this:

{code:java}
package javatest;

public class MainClass {
    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}
{code}

Build number is 201801230002.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to