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 45526 - Annotations are not properly returned for all feature kinds
Summary: Annotations are not properly returned for all feature kinds
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-24 16:38 UTC by Pavel Flaska
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 Pavel Flaska 2004-06-24 16:38:21 UTC
Go through the all FeatureImpl subclasses and
check correct annotation initialization.
Comment 1 Pavel Flaska 2004-06-24 16:42:40 UTC
Partially fixed.

Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/FeatureImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/FeatureImpl.java,v
 <--  FeatureImpl.java
new revision: 1.10; previous revision: 1.9
done
Processing log script arguments...
Comment 2 Pavel Flaska 2004-07-21 13:30:33 UTC
Checking in
src/org/netbeans/modules/javacore/jmiimpl/javamodel/FieldImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/FieldImpl.java,v
 <--  FieldImpl.java
new revision: 1.10; previous revision: 1.9
done
Comment 3 Jan Becicka 2004-07-23 12:54:03 UTC
Pavle, is this issue fixed?
Comment 4 Pavel Flaska 2004-07-23 12:56:37 UTC
No, still I know about some cases which should be fixed.
Comment 5 ehucka 2005-01-11 13:09:52 UTC
old target milestone, please re-evaluate
Comment 6 Pavel Flaska 2005-01-17 14:48:47 UTC
We work on this issue, it will be fixed soon. (Still missing
implementation for parameters and local variables.)

Checking in
org/netbeans/modules/javacore/jmiimpl/javamodel/AttributeValueImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/AttributeValueImpl.java,v
 <--  AttributeValueImpl.java
new revision: 1.8; previous revision: 1.7
done
Checking in
org/netbeans/modules/javacore/jmiimpl/javamodel/ConstructorImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/ConstructorImpl.java,v
 <--  ConstructorImpl.java
new revision: 1.9; previous revision: 1.8
done
Checking in
org/netbeans/modules/javacore/jmiimpl/javamodel/MethodImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/MethodImpl.java,v
 <--  MethodImpl.java
new revision: 1.23; previous revision: 1.22
done
Comment 7 Tomas Hurka 2005-02-04 09:59:37 UTC
annotation support added for parameters.

Checking in MDRParser.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/MDRParser.java,v  <--  
MDRParser.java
new revision: 1.66; previous revision: 1.65
done
Comment 8 Pavel Flaska 2005-03-30 08:15:17 UTC
Checking in org/netbeans/modules/javacore/jmiimpl/javamodel/ParameterImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/ParameterImpl.java,v
 <--  ParameterImpl.java
new revision: 1.17; previous revision: 1.16
done
Comment 9 Quality Engineering 2007-09-20 09:59:42 UTC
Reorganization of java component