[ 
https://issues.apache.org/jira/browse/NETBEANS-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyeonwoo O updated NETBEANS-331:
--------------------------------
    Description: 
When I'm configuring some options, following error messages came out.

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

These 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 NetBeans IDE 201801230002.

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

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

These 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.


> 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
>            Priority: Major
>              Labels: errors
>
> When I'm configuring some options, following error messages came out.
> {noformat}
> java.lang.NullPointerException
> {noformat}
> or
> {noformat}
> javax.swing.text.BadLocationException
> {noformat}
> These 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 NetBeans IDE 201801230002.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to