qualinsight-plugins-sonarqube-smell
qualinsight-plugins-sonarqube-smell copied to clipboard
Code Smells plugin for SonarQube and companion Java library
Hi, We are considering using this plugin but before doing so, we need to know if it's maintained or it's dead project. Thanks
We've done a recent cleanup of the underlying SonarQube Marketplace architecture that removed now-bundled analyzers. That means this plugin's "requirement" for Java now fails when I try to re-generate the...
Please explicitly specify the languages that can be analyzed in the root README.md file. For me diving deep into wiki to see `@Smell` annotation gave the picture that it is...
Hi. Thanks for a great plugin, appreciate the initiative. And obviously I didn't read the docs well enough from the start as it being annotation based, I though it would...
Hello, it is possible to adapt the plugin to support .NET code (C#, perhaps VB.NET) Thank You in advance!
See: https://groups.google.com/forum/#!topic/code-smells/oTwmRqB5tQI
``` 09:58:41 java.lang.NoClassDefFoundError: org/sonar/plugins/java/api/CheckRegistrar 09:58:41 at java.base/java.lang.ClassLoader.defineClass1(Native Method) 09:58:41 at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017) 09:58:41 at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150) 09:58:41 at java.base/java.net.URLClassLoader.defineClass(URLClassLoader.java:524) 09:58:41 at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:427) 09:58:41 at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java:421) 09:58:41 at java.base/java.security.AccessController.doPrivileged(AccessController.java:712) 09:58:41 at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:420) 09:58:41...