You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Hyeonwoo O (JIRA)" <ji...@apache.org> on 2018/01/25 03:03:00 UTC

[jira] [Created] (NETBEANS-331) Unexpected errors with Java

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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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