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

Summary: why the Parser/Error Annotation still in glyph margin
Product: java Reporter: pzgyuanf <pzgyuanf>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: -FFJ-   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

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