Is there any way I can export all markers Eclipse has found when compiling? A legacy project of mine has quite a bit of warnings and I want to summarize them in a table so I can split them up by e.g. package, type and other factors. If I'm able to build some kind of report file out of them, I would be able to filter them.
I found this Marker Manager plugin, but there is no documentation anywhere and I don't see how I'm supposed to use it.