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 15326 - Insufficient API for o.o.s.Element -> j.s.t.Element conversion
Summary: Insufficient API for o.o.s.Element -> j.s.t.Element conversion
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-10 15:07 UTC by Svata Dedic
Modified: 2016-10-07 05:12 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2001-09-10 15:07:37 UTC
The element itself is typically structured - javadoc, declaration, definition. 
It's not possible to navigate to the specific part using the current APIs.
Comment 1 Jan Chalupa 2001-11-27 12:50:05 UTC
Target milestone -> 3.3.1.
Comment 2 Svata Dedic 2002-05-21 17:50:32 UTC
Cleaning up before 4.0 planning
Comment 3 Marek Grummich 2002-07-19 21:02:02 UTC
Target milestone was changed from 'not determined' to TBD.
Comment 4 Martin Matula 2004-11-12 08:18:38 UTC
This is done for JMI (you can get position of any statement, header,
javadoc, etc.). It will not be solved for o.o.s.Element since that is
going to be deprecated and removed.