質問

I am trying to analyze https://github.com/mono/monodevelop with Sonar but I get the following error:

ERROR: Caused by: com.sonar.vbnet.plugin.K has unsatisfied dependency 'class com
.sonar.vbnet.plugin.E' for constructor 'public com.sonar.vbnet.plugin.K(com.sona
r.vbnet.plugin.E)' from org.picocontainer.DefaultPicoContainer@3834a1c8:237<[Imm
utable]:org.picocontainer.DefaultPicoContainer@604ee1f1:20<[Immutable]:org.picoc
ontainer.DefaultPicoContainer@20eb607d:111<|

I have found nothing about it on the internet and I have no idea about how to further investigate this, any hint?

Thank you very much for your help!

役に立ちましたか?

解決

Version 1.1 of the VB.NET plugin is not compatible with SonarQube 4.2. See http://docs.codehaus.org/display/SONAR/Plugin+version+matrix.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top