Michael Vorburger
Michael Vorburger
@nbarithel as per #124 I wouldn't have the time to look into and fix this issue, but if you would like to raise a Pull Request with a proposed fix...
> > This seems to be resolved in the latest version (1.1.2, and maybe in > earlier versions too)! > Cool, so this issue can be closed? > FWIW I...
I had looked into this once (like.. 2 years ago or so), there should even be an open issue about this from me on the eclipse-cs project, over on SourceForge....
This probably isn't a general problem of this plug-in (m2e-code-quality), but appears only in your specific project, where you also have dependencies to Struts, it seems. It's harmless (README dupe),...
But the maven-checkstyle-plugin does, see http://maven.apache.org/plugins/maven-checkstyle-plugin/dependencies.html ... You could follow up with the maven-checkstyle-plugin project re this, but I doubt it's worth it. Close this issue here for this project?...
#201 is also looking at the Oomph set up...
@jgerken @mttjj as per #124 I wouldn't have the time to look into and fix this issue, but if you would like to raise a Pull Request with a proposed...
@simonedegiacomi thanks for this tool! I hit this same error and can also confirm that using your `webapp-changes` branch it works. (BTW: I initially struggled a bit to figure out...
one can achieve something similar using [Checkstyle's IllegalImport](http://checkstyle.sourceforge.net/config_imports.html#IllegalImport) like so: ``` ```
Wait a second, [SLF4J_MANUALLY_PROVIDED_MESSAGE](https://github.com/KengoTODA/findbugs-slf4j#slf4j_manually_provided_message) already does this for `e.getMessage()` and `e.getLocalizedMessage()` ... all that is left to do here is to do the same for `e.getStackTrace()`.