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 53035 - why the Parser/Error Annotation still in glyph margin
Summary: why the Parser/Error Annotation still in glyph margin
Status: RESOLVED DUPLICATE of bug 51792
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-06 06:14 UTC by pzgyuanf
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzgyuanf 2005-01-06 06:14:26 UTC
why the Parser/Error Annotation still in glyph
margin  

- New class A
public class A {
    void test(B b) {
        b.test();
    }
}

	A Parser Annotation appears on 'void test(B b) {'
line
	
- New class B
public class B {
    void test() {
        System.out.println("test");
    }
}

- I set 'Automatic Parsing Delay' to 500(more
short time) 
	in Tools->OPtion->Editing->Java Sources->Properties
	
- the red fork/parse error annotation still here

- compile the files successful
- the red fork/parse error annotation still here
- I have to press 'enter' key at the end of that
line and undo it or
  do something like useless actions.

- this time red fork disappeared.

Is there any method to turn away this situation.
Comment 1 Jan Lahoda 2005-01-06 08:33:39 UTC
The error annotations is created by the java module, so reassigning to
java module.
Comment 2 Martin Matula 2005-01-20 16:01:25 UTC

*** This issue has been marked as a duplicate of 51792 ***
Comment 3 Quality Engineering 2007-09-20 10:59:30 UTC
Reorganization of java component