Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-331

Unexpected errors with Java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 9.0
    • None
    • ide - Code
    • Windows 10, JDK 9

    Description

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

      java.lang.NullPointerException
      

      or

      javax.swing.text.BadLocationException
      

      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:

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

      Build number is NetBeans IDE 201801230002.

      Attachments

        Activity

          People

            Unassigned Unassigned
            NDelt NDelt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: