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 84815 - Two same annotation on the one line
Summary: Two same annotation on the one line
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 90950
  Show dependency tree
 
Reported: 2006-09-13 17:25 UTC by Jiri Prox
Modified: 2013-09-02 14:24 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2006-09-13 17:25:12 UTC
NetBeans IDE Dev (Build 060913)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b98
Linux version 2.6.5-1.358 running on i386
en_US (nb); UTF-8

Under specific circumstances there are shown two excatly same annotation on one
line instead of one.

Steps to reproduce:
1) create class:

public class SuperClass {    
    public void method() {       
    }           
}

2) create class

public class SubClass extends SuperClass{
    public void method() {   // here are two annotations     
    }        
    
    class Inner {        
        public void neco() {            
        }
    }    
}

-> on the marked line are shown two annotation: Overrides method() in ...
Comment 1 Jan Lahoda 2006-12-12 12:51:54 UTC
Currently not in the build.
Comment 2 Rastislav Komara 2009-02-03 10:56:48 UTC
Overtake.
Comment 3 Jan Lahoda 2010-05-11 13:46:46 UTC
Resetting assignee to default for all bugs reported against product java and assigned to moonko.