Bug 48298 - [DCR] Need o.e.j.i.core.Util.getProblemArgumentsFromMarker(String) as API
Summary: [DCR] Need o.e.j.i.core.Util.getProblemArgumentsFromMarker(String) as API
Status: RESOLVED WORKSFORME
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: 3.0 M8   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-08 13:29 EST by Martin Aeschlimann CLA
Modified: 2004-02-25 09:39 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 Martin Aeschlimann CLA 2003-12-08 13:29:08 EST
20031203

To parse the arguments from a java marjer we were using the internal method
o.e.j.i.core.Util.getProblemArgumentsFromMarker(String).

Is there an API method so we can remove our copied code?
Comment 1 Olivier Thomann CLA 2003-12-08 13:51:58 EST
This method has moved to org.eclipse.jdt.internal.core.util.Util class.
Comment 2 Martin Aeschlimann CLA 2004-02-25 09:30:31 EST
found it to be offered in CorrectionEngine.getProblemArguments.
Ok to close.
Comment 3 Philipe Mulet CLA 2004-02-25 09:39:18 EST
Good point.