Yaytay created NETBEANS-6290:
--------------------------------

             Summary: Saving a Java file containing a Text Block hangs
                 Key: NETBEANS-6290
                 URL: https://issues.apache.org/jira/browse/NETBEANS-6290
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 12.6
         Environment: 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.
            Reporter: Yaytay


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

{code:java}
/*
 * 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 = """
        """;
  }
  
}
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to