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 20684 - Fill the physical metamodel from .class files
Summary: Fill the physical metamodel from .class files
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 20688
  Show dependency tree
 
Reported: 2002-02-19 18:17 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:17:09 UTC
Reimplement the Clazz module to provide JMI-based metadata based on contents of
.class files. Rewrite Clazz module's implementation of Java Hierarchy APIs to
delegate to the JMI for data extraction.
Note: the .class file contains an interesting attribute - "source". Is it worth
to create a "satelite" metamodel for that :-) ?
Comment 1 Svata Dedic 2002-03-25 09:04:31 UTC
Done, in branch meta_1 of the Clazz module