You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jiří Kovalský (JIRA)" <ji...@apache.org> on 2018/02/22 12:02:00 UTC

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

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

Jiří Kovalský updated NETBEANS-331:
-----------------------------------
    Priority: Major  (was: Critical)

> 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, JDK 9
>            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: 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