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

Saving a Java file containing a Text Block hangs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 12.6
    • ?
    • None
    • None
    • Java details on Windows 10:
      IMPLEMENTOR="Azul Systems, Inc."
      IMPLEMENTOR_VERSION="Zulu17.28+13-CA"
      OS_ARCH="x86_64"
      OS_NAME="Windows" (Windows 10)

      The file is in a Maven project.

    Description

      Trying to save this file causes the entire Netbeans UI to hang:

      /*
       * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
       * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
       */
      package maypackage;
      
      /**
       *
       * @author jtalbut
       */
      public class NewClass {
        
        @Test
        public void doit() {
          String s = """
              """;
        }
        
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: