jQAssistant 支持哪些 JDK?

Which JDKs does jQAssistant support?

在执行 jQAssistant maven instructions 后,出现以下错误:

[ERROR] Failed to execute goal com.buschmais.jqassistant.scm:jqassistant-maven-p lugin:1.0.0:scan (default) on project IPG-parent: Execution default of goal com. buschmais.jqassistant.scm:jqassistant-maven-plugin:1.0.0:scan failed: Unable to load the mojo 'scan' in the plugin 'com.buschmais.jqassistant.scm:jqassistant-ma ven-plugin:1.0.0' due to an API incompatibility: org.codehaus.plexus.component.repository.exception.ComponentLookupException:

com/buschmais/jqassistant/scm/mave n/ScanMojo : Unsupported major.minor version 51.0

[ERROR] ----------------------------------------------------- [ERROR] realm = plugin>com.buschmais.jqassistant.scm:jqassistant-maven-plugin :1.0.0 [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy [ERROR] urls[0] => file:/C:/Users/F6IB7WJ/.m2/repository/com/buschmais/jqassistan t/scm/jqassistant-maven-plugin/1.0.0/jqassistant-maven-plugin-1.0.0.jar

这是否意味着 jQAssistant 不允许我扫描 JDK 6.0 项目?

jQAssistant 需要 Java 7(或更高版本)才能执行。这个目前在文档中没有提及,将添加。

请注意,尽管有此要求,仍然可以扫描旧 Java 版本的字节码。