| [news.eclipse.tools.jdt] Re: [APT] Messages showing up in Error Log rather than Problems View |
Walter Harley wrote:
Specify the element that you're reporting the message against. If you take a look at the API, you'll notice that there's a varargs parameter at the end of that printMessage() method - you need to give it an Element so it knows what to associate the message with.
Walter,
Thanks, Gunnar