Maven Checkstyle Plugin 2.17 and Generics

2016-01-14 Thread Kristof Meixner
Hi! I have got the following checkstyle definition [1]. If I update the checkstyle plugin from 2.16.to 2.17 or use checkstyle 6.11.1 as dependency, I get several errors concerning ? in generics. E.g. * public Class getMergeStrategy() { * public interface ModelValidator extends

Re: dependency:analyze controversial result

2017-05-17 Thread Kristof Meixner
Hi! Maybe I was too unclear about the specific problem. I've got a project that has org.slf4j:slf4j-api:1.7.12 as dependency as it uses the Logger in the Java code. The dependency is declared in POM but comes also as a transitive dependency. When running 'dependency:analyze' it is marked as

dependency:analyze controversial result

2017-05-16 Thread Kristof Meixner
Hi! When I run 'mvn dependency:analyse' on my project several dependencies get mentioned in the 'Used undeclared dependencies' as well as in the 'Unused declared dependencies' section. Any idea why? Best regards Kristof Meixner