|
Re: Finding Java Problems based on their ID [message #242853 is a reply to message #242829] |
Thu, 20 May 2004 17:15 |
Eclipse User |
|
|
|
Originally posted by: olivier_thomannNO.ca.ibm.comSPAM
Le Thu, 20 May 2004 09:21:17 -0700, "Del" <delmyers@cs.uvic.ca> a
écrit :
>Does anyone know of any way to get information about a Java problem
>(IProblem) without having to get them from a specific compilation unit or a
>marker? For example, i have problem id 32434245 and I want to find out what
>the message for that id is. Can I do that?
I don't think there are API for this.
You can always look at the code in the compiler.
Look at the method getLocalizedMessage in
org.eclipse.jdt.internal.compiler.problem.DefaultProblemFact ory in the
jar file of the org.eclipse.jdt.core plugin.
--
Olivier
|
|
|
Powered by
FUDForum. Page generated in 0.02802 seconds