Questions tagged [jqassistant]

jQAssistant is an open source source code analytics tool that scans various aspects of a (java based) software project into a graph database (neo4j). It makes the raw data available for analytics and querying with Cypher but also allows to enrich the graph with higher level concepts. Features a plugin architecture and build integration. See: http://jqassistant.org

jQAssistant is an open source source code analytics tool that scans various aspects of a (java based) software project into a graph database (Neo4j).

It makes the raw data available for analytics and querying with Cypher but also allows to enrich the graph with higher level concepts.

Features a plugin architecture and build integration which allows to fail the build when architectural or other constraints are violated.

The idea is to allow software developers and teams to freely define their own rules and concepts and make them independent of commercial tools that are too narrow in their capabilities.

93 questions
0
votes
1 answer

How to use Asciidoc for rules

The jQA doc shows examples where concepts and constraints are in Asciidoc files. I put also a constraint into an Asciidoc file which seems to be ignored by jQA. The directory is correct: Reading rules from directory…
Jens Nerche
  • 118
  • 8
0
votes
1 answer

Validate that a package from test exists in src

I would like to check if a package from tests exists in src. For example if my tests is in my.package.customer I would like to verify that there is a package with that name in src. So far I have tried the following query. That query would return (I…
rogergl
  • 3,501
  • 2
  • 30
  • 49
0
votes
1 answer

Which JDKs does jQAssistant support?

When having followed the jQAssistant maven instructions, I get the following error: [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…
1 2 3 4 5 6
7