Michael Wiedeking created NETBEANS-1816:
-------------------------------------------
Summary: final static char with single surrogate character freezes
netbeans
Key: NETBEANS-1816
URL: https://issues.apache.org/jira/browse/NETBEANS-1816
Project: NetBeans
Issue Type: Bug
Components: java - Editor
Affects Versions: 9.0
Environment: Mac OS X
Reporter: Michael Wiedeking
Defining
/**
* Some Documentation here.
*/
*public* *static* *final* *char* X = 0xD800;
in a Java file and trying to display X's documentation in a Javadoc-Window
freezes NetBeans; NetBeans will use 100 % CPU time (of one core). NetBeans can
only be shut down by stopping it with kill -9.
Only the first line of the Javadoc
public static final char *X* = <?>
is displayed (where <?> stands for the REPLACEMENT CHARACTER, a black diamond
with a white question mark); the documentation "Some Documentation here" itself
can not be seen.
--
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