We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line breaks in the jqassistant-plugin.xml e.g.
<scanner> <class>com.acme.MyScannerPlugin </class> </scanner>
lead to the following exception when using the plugin:
"Cannot create rule plugin repository. Cannot find class com.buschmais.jqassistant.plugin.eclipse.rcp.EclipseRcpProjectScannerPlugin"
Obviously the class name is not correctly trimmed when parsing the xml file.
The text was updated successfully, but these errors were encountered:
77 plugins should be executed using pluginclassloader as tccl 1 (#85)
a443f35
Added dedicated support for Neo4j plugins to embedded store
No branches or pull requests
Line breaks in the jqassistant-plugin.xml e.g.
lead to the following exception when using the plugin:
"Cannot create rule plugin repository. Cannot find class com.buschmais.jqassistant.plugin.eclipse.rcp.EclipseRcpProjectScannerPlugin"
Obviously the class name is not correctly trimmed when parsing the xml file.
The text was updated successfully, but these errors were encountered: