This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 59169 - Error annotations do not work
Summary: Error annotations do not work
Status: VERIFIED DUPLICATE of bug 58952
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 12:13 UTC by Milan Kubec
Modified: 2005-09-05 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dumps (21.84 KB, text/plain)
2005-05-23 14:36 UTC, Milan Kubec
Details
messages.log (7.15 KB, application/x-compressed)
2005-05-24 10:26 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-05-23 12:13:47 UTC
[dev-200505221800, JDK 1.5.0_03]

Error annotations in Java Editor do not work, I have source file with
unsatisfied imports and those lines are not underlined, compilation of course fails.
Comment 1 Milan Kubec 2005-05-23 12:22:56 UTC
Any other types of error are not underlined as well. It's very difficult to
write code in such editor.
Comment 2 Milan Kubec 2005-05-23 12:54:17 UTC
After restarting IDE annotations work OK. Might be related to bg parsing (?).
Comment 3 Jan Becicka 2005-05-23 13:06:41 UTC
Error annotations does not work while scanning is in progress. Is this your case?
Comment 4 Milan Kubec 2005-05-23 13:36:00 UTC
I don't think so, I was working with IDE more than one hour and no scanning
progress was visible at that time.
Comment 5 Milan Kubec 2005-05-23 14:36:37 UTC
Created attachment 22261 [details]
thread dumps
Comment 6 Milan Kubec 2005-05-23 14:37:33 UTC
I attached file with two thread dumps taken when editor didn't draw error
annotations.
Comment 7 Jan Becicka 2005-05-23 14:42:44 UTC
Thanks for the thread dump. It was very useful.

*** This issue has been marked as a duplicate of 58952 ***
Comment 8 Jan Becicka 2005-05-24 10:16:13 UTC
Can you attach also ide.log? I assume there could be some assertions there.
Comment 9 Milan Kubec 2005-05-24 10:26:54 UTC
Created attachment 22280 [details]
messages.log
Comment 10 Milan Kubec 2005-05-24 10:27:42 UTC
Zipped messages.log attached, but I'm afraid that IDE had also some other
problems, gessing from the log file.
Comment 11 Jan Becicka 2005-05-24 10:33:05 UTC
Unfortunately nothing interesting for me in the log.
Comment 12 Milan Kubec 2005-07-11 14:04:02 UTC
Verified dupe.