Bug 51278 - Extend API to get the compiled version of a resource
Summary: Extend API to get the compiled version of a resource
Status: RESOLVED DUPLICATE of bug 6584
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 06:22 EST by Thorsten Schäfer CLA
Modified: 2004-02-06 07:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Schäfer CLA 2004-02-06 06:22:15 EST
For plugins which operate on bytecode, you need to have access to the binary 
class files. Currently you have to implement the logic to find the compiled 
classes on your own, but it's a very complex task: there can be several source 
folders, several binary folders, files can be excluded from compilation and so 
on. The JDT has the logic where to write the files to and so I'd suggest to 
extend the API to ask the JDT where the compiled version of a resource 
resides. Beside the current application in my plugin, I think such 
functionality is needed also by the AJDT and every aspect-oriented plugin for 
eclipse.
Comment 1 Thorsten Schäfer CLA 2004-02-06 06:23:23 EST
Sorry, I've forgotten to set the severity...
Comment 2 Jerome Lanneluc CLA 2004-02-06 07:43:51 EST

*** This bug has been marked as a duplicate of 6584 ***