File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4747# Preparation - Create indices
4848execute_cypher " ${CYPHER_DIR} /Create_index_for_full_qualified_type_name.cypher"
4949
50- # Preparation - Create DEPENDS_ON for every DEPENDS_ON_PACKAGE relationship
51- execute_cypher_expect_results " ${CYPHER_DIR} /Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_PACKAGE.cypher"
52- execute_cypher_expect_results " ${CYPHER_DIR} /Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_ARTIFACT.cypher"
50+ # Preparation - Create DEPENDS_ON for every DEPENDS_ON_* relationship
51+ # Workaround for https://github.com/jQAssistant/jqa-java-plugin/issues/44
52+ # execute_cypher "${CYPHER_DIR}/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_PACKAGE.cypher"
53+ # execute_cypher "${CYPHER_DIR}/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_ARTIFACT.cypher"
5354
5455# Preparation - Add weights to package DEPENDS_ON relationships
5556execute_cypher_expect_results " ${PACKAGE_WEIGHTS_CYPHER_DIR} /Add_weight_property_for_Interface_Dependencies_to_Package_DEPENDS_ON_Relationship.cypher"
You can’t perform that action at this time.
0 commit comments