Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Finding Java Problems based on their ID
Finding Java Problems based on their ID [message #242829] Thu, 20 May 2004 16:21 Go to next message
Del Myers is currently offline Del MyersFriend
Messages: 69
Registered: July 2009
Member
I posted this in eclipse.tools.jdt as well. Does anyone here have any idea
how this can be done?

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?

Del.
Re: Finding Java Problems based on their ID [message #242853 is a reply to message #242829] Thu, 20 May 2004 17:15 Go to previous message
Eclipse UserFriend
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
Previous Topic:Switching between languages in Info Center--seeing different behavior on different clients
Next Topic:Using IFile on a file outside of project folders
Goto Forum:
  


Current Time: Thu Jul 18 21:34:14 GMT 2024

Powered by FUDForum. Page generated in 0.03549 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top