We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc62335 commit e3cbe9dCopy full SHA for e3cbe9d
1 file changed
scripts/prepareAnalysis.sh
@@ -123,7 +123,7 @@ execute_cypher_summarized "${METRICS_CYPHER_DIR}/Set_Outgoing_Java_Package_Depen
123
124
# Preparation - Language agnostic node properties "dependencyDegree", "dependencyDegreeWeighted", "dependencyDegreeRank"
125
execute_cypher_summarized "${METRICS_CYPHER_DIR}/Set_Dependency_Degree.cypher"
126
-execute_cypher_summarized "${METRICS_CYPHER_DIR}/Set_Dependency_DegreeRank.cypher"
+execute_cypher_summarized "${METRICS_CYPHER_DIR}/Set_Dependency_Degree_Rank.cypher"
127
128
# Preparation - Add Java Method node property "declaringType"
129
execute_cypher "${TYPES_CYPHER_DIR}/Set_declaring_type_on_method_nodes.cypher"
0 commit comments