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 20688 - Extract usage information from .class files
Summary: Extract usage information from .class files
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 20684
Blocks:
  Show dependency tree
 
Reported: 2002-02-19 18:38 UTC by Svata Dedic
Modified: 2007-09-26 09:14 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 Svata Dedic 2002-02-19 18:38:19 UTC
Fill the usages metamodel from .class files analysis. Most of the required
information can be obtained by scanning constant pool and searching for CP
referencies in the method's bytecode.
Comment 1 Svata Dedic 2002-05-22 10:19:14 UTC
Adjusting milestone for planning
Comment 2 Pavel Buzek 2002-11-05 15:44:12 UTC
target milestone -> TDB
(removed from 4.0)
Comment 3 Martin Matula 2004-11-13 21:45:48 UTC
The previous description is not applicable to the new metamodel.
Anyway, we are adding super class name and interface names to the
index. All used identifiers are probably not necessary for class
files. So I consider this task finished.