Skip to content

Commit 8bbb0e9

Browse files
committed
1 parent 38f03df commit 8bbb0e9

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
@@ -37,9 +37,10 @@ TYPES_CYPHER_DIR="$CYPHER_DIR/Types"
3737
# Preparation - Create indices
3838
execute_cypher "${CYPHER_DIR}/Create_index_for_full_qualified_type_name.cypher"
3939

40-
# Preparation - Create DEPENDS_ON for every DEPENDS_ON_PACKAGE relationship
41-
execute_cypher_expect_results "${CYPHER_DIR}/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_PACKAGE.cypher"
42-
execute_cypher_expect_results "${CYPHER_DIR}/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_ARTIFACT.cypher"
40+
# Preparation - Create DEPENDS_ON for every DEPENDS_ON_* relationship
41+
# Workaround for https://github.com/jQAssistant/jqa-java-plugin/issues/44
42+
# execute_cypher "${CYPHER_DIR}/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_PACKAGE.cypher"
43+
# execute_cypher "${CYPHER_DIR}/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_ARTIFACT.cypher"
4344

4445
# Preparation - Add weights to package DEPENDS_ON relationships
4546
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)