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 @@ -37,9 +37,10 @@ TYPES_CYPHER_DIR="$CYPHER_DIR/Types"
3737# Preparation - Create indices
3838execute_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
4546execute_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