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 59563 - cannot get annotation details for classes and methods when source is not available
Summary: cannot get annotation details for classes and methods when source is not avai...
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-02 20:11 UTC by Samaresh Panda
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 Samaresh Panda 2005-06-02 20:11:14 UTC
Cannot get annotation details for classes and methods when no Java source is
available.

annotation.getType() and annotation.getTypeName() are coming out as null for
annotations on elements obtained from class files. No source available.
Comment 1 Tomas Hurka 2005-06-03 16:23:28 UTC
Fixed in trunk.
Checking in AnnotationImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/AnnotationImpl.java,v  
<--  AnnotationImpl.java
new revision: 1.16; previous revision: 1.15
done
Comment 2 Max Sauer 2007-02-14 14:24:40 UTC
Marking as verified. Obsolete since retouche intergration.
---
NetBeans IDE Dev (Build 070214)
1.6.0; Java HotSpot(TM) Server VM 1.6.0-b105
Linux version 2.6.12-1.1390_FC4smp running on i386
en_US (nb); UTF-8
Comment 3 Quality Engineering 2007-09-20 12:38:00 UTC
Reorganization of java component