Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-pmc] API addition for org.eclipse.jdt.core.IClassFile


+1


Olivier Thomann/Ottawa/IBM@IBMCA
Sent by: eclipse-pmc-bounces@xxxxxxxxxxx

02/16/2007 11:06 AM

Please respond to
eclipse-pmc@xxxxxxxxxxx

To
eclipse-pmc@xxxxxxxxxxx
cc
Subject
[eclipse-pmc] API addition for org.eclipse.jdt.core.IClassFile





GOALS/BENEFITS:
- The Disassembler API requires a byte array to be passed in. Right now
the JDT/UI code is using a deprecated API because they cannot access the
bytes of the IClassFile object.
So the requested api is getBytes() on org.eclipse.jdt.core.IClassFile. See
bug 150244.

AFFECTED BUGS:
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=150244

RISKS:
No known risks. Once this is fixed, the disassembler will be tweaked to
return a reasonable output.

PERFORMANCE IMPACTS:
- should not have an impact

Olivier
_______________________________________________
eclipse-pmc mailing list
eclipse-pmc@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse-pmc


Back to the top