jonaqua wrote:
>
> MassimoH wrote:
>
>> 2: Often the project view will show the red error symbol over all my
>> source code. I have to open a file from each "source group", and pause in
>> the editor for six seconds, and the error symbols over all source code in
>> that source group will disappear. The source code had no errors to begin
>> with, so the IDE should have figured this out by itself.
>>
>>
>
> I've had this issue a couple of times in 6.1. One time every file in my
> project was marked with errors. The project depended upon another open
> project and all of its imports were marked as errors.
>
> Both projects built and compiled fine. If I recall correctly, to fix it, I
> tried the following:
>
> 1) opening a few files and waiting (that did nothing)
> 2) Restarting NetBeans (did nothing)
> 3) Closing the project and opening it again (did nothing)
> 4) Closing the project, restarting netbeans, and opening it again (did
> nothing).
>
> Finally, I just opened every single file in the project and it magically
> fixed itself.
>
>
> I'll add my own annoying bug (actually it was more amusing then annoying!)
> :)
> Somehow I managed to open the same file in two separate editor tabs. I
> don't know if it's a feature or a bug :)
>
Hi,
there are still some problems with error badges - the issue
http://www.netbeans.org/issues/show_bug.cgi?id=121950 should summarize
this cases. If your problem is none them, please file a new issue,
providing as many information about your project configuration as you can.
Probably the problem is that IDE cannot find some class for some reason
and marks its usages in other code as error. If you open this class and
modify it (it's enough to add space) the IDE will reparse it and the
error badges should be removed.
Regards
Jirka