Skip to content

Commit d8512cd

Browse files
committed
Remove workaround for reverted schema change.
Ref: jqassistant-archive/jqa-java-plugin#44
1 parent dcd9c29 commit d8512cd

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

cypher/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_ARTIFACT.cypher

Lines changed: 0 additions & 8 deletions
This file was deleted.

cypher/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_PACKAGE.cypher

Lines changed: 0 additions & 7 deletions
This file was deleted.

scripts/prepareAnalysis.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ fi
4949
execute_cypher "${CYPHER_DIR}/Create_Java_Type_index_for_full_qualified_name.cypher"
5050
execute_cypher "${CYPHER_DIR}/Create_Typescript_index_for_full_qualified_name.cypher"
5151

52-
# Preparation - Create DEPENDS_ON for every DEPENDS_ON_* relationship
53-
# Workaround for https://github.com/jQAssistant/jqa-java-plugin/issues/44
54-
# execute_cypher "${CYPHER_DIR}/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_PACKAGE.cypher"
55-
# execute_cypher "${CYPHER_DIR}/Create_a_DEPENDS_ON_relationship_for_every_DEPENDS_ON_ARTIFACT.cypher"
56-
5752
# Preparation - Enrich Graph for Typescript by adding "module" and "name" properties
5853
execute_cypher "${TYPESCRIPT_CYPHER_DIR}/Add_name_and_module_properties.cypher"
5954

0 commit comments

Comments
 (0)