| Summary: | API request for Util.getResourceContentsAsByteArray((IFile) resource) and Util.scanTypeSignature(char[], int) | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Sarika Sinha <sarika.sinha> |
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jarthana |
| Version: | 4.6 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | stalebug | ||
|
Description
Sarika Sinha
Util is org.eclipse.jdt.internal.core.util.Util. Other one Debug is using is org.eclipse.jdt.internal.compiler.util.Util.scanTypeSignature(char[], int) It will be good to have this one as well as API. One more pending API request from Ant is from Bug 464845 (In reply to Sarika Sinha from comment #0) > JDT Debug uses Util.getResourceContentsAsByteArray((IFile) resource) with > discouraged access warning. > JDT Core can add an corresponding API for debug to use ? The former doesn't have any JDT core stuff and can easily be recreated (read copy-pasted) in debug. I see the point of reusing code, but I am not sure we want to add an API for mere utility. The latter, I will take a look at. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |