NetBeans disappearing code problem
Posted
by
user445714
on Stack Overflow
See other posts from Stack Overflow
or by user445714
Published on 2011-01-12T00:47:37Z
Indexed on
2011/01/12
0:53 UTC
Read the original article
Hit count: 91
netbeans
Hi,
Dont know if this is the best place but im using NetBeans 4.1 at the moment and if for example i type in the following code
private static final Character firstChar = 'A';
On the IDE i can see the following
private static final Character firstChar = ;
As you can guess its pretty annoying when you see things missing and its only when you highlight over the missing text you can see it, any idea on what is wrong and if i can fix it changing any of the settings
© Stack Overflow or respective owner