-
jQAssistant starts an embedded Neo4j server using WrappingNeoServer. Currently I'm preparing migration to Neo4j 2.2 (RC1) and I need to disable authentication:
```
configuration.setProperty(ServerSet…
-
```
$ unset JQASSISTANT_HOME
$ bash jqassistant.distribution-1.0.0-M4/bin/jqassistant.sh scan -f target
readlink: illegal option -- f
```
usage: readlink [-n] [file ...]
Error: Unable to access jarfi…
-
When executing jQAssistant via Maven with parallel build the scan fails with the following exception:
```
[ERROR] Failed to execute goal com.buschmais.jqassistant.scm:jqassistant-maven-plugin:1.0.0-M…
-
Due to issues with the COST planner, I tried to force the RULE planner for queries that are executed as part of a transaction (as my application normally does vs testing in the web interface).
In t…
-
I'm trying to design a set of jqassistant rules that will be used/reused in multiple projects. Those rules express company-wide standards and coding rules. We want to fail the build if constraints def…
-
Hab eine Xml aus dem Github jqassistant hinzufügen wollen, da warf es mir ne Exception
-
E.g. when configured the .git directory to be scanned, the directory itself is not offered to the plugin to be accepted. Instead all containing files and directories were given so that a small workaro…
-
If I execute
```
match
(v)-[:DECLARES]->(m:Method)
where
v.fqn = "java.lang.Object"
return m,v2
```
I only get `` as a result. What about `toString()`, `equals()` and `hashCode()` for examp…
-
Ttesting the current master (commit 624be1cfe3af8cd7e5c3fc7694032d03d9d48e51) show a failure when scanning.
Looking at the half build database with "match (s) where id(s) = 282 return s;" there is a…
-
Following code fails with '_XOException: Invalid access to an un-managed instance_' when execute test on TravisCI-build. But finished successful on developer machine (Windows system):
``` java
Result…