Skip to content

Commit 8a46330

Browse files
committed
1 parent 8dcd102 commit 8a46330

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/prepareAnalysis.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ fi
4747
# Preparation - Create indices
4848
execute_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
5556
execute_cypher_expect_results "${PACKAGE_WEIGHTS_CYPHER_DIR}/Add_weight_property_for_Interface_Dependencies_to_Package_DEPENDS_ON_Relationship.cypher"

0 commit comments

Comments
 (0)