You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Set_number_of_git_plugin_update_commits.cypher](./GitLog/Set_number_of_git_plugin_update_commits.cypher)| GitLog | Set updateCommitCount property on Git File nodes when git commits with Update modifier (detected by the plugin) are present |
253
253
|[Verify_code_to_git_file_unambiguous.cypher](./GitLog/Verify_code_to_git_file_unambiguous.cypher)| GitLog | Verify that code to git file relationships aren't ambiguous |
254
254
|[Verify_git_missing_CHANGED_TOGETHER_WITH_properties.cypher](./GitLog/Verify_git_missing_CHANGED_TOGETHER_WITH_properties.cypher)| GitLog | Verify if CHANGED_TOGETHER_WITH properties from git are missing |
255
+
|[Verify_git_missing_create_date.cypher](./GitLog/Verify_git_missing_create_date.cypher)| GitLog | Verify that git to code file relationships aren't ambiguous |
255
256
|[Verify_git_to_code_file_unambiguous.cypher](./GitLog/Verify_git_to_code_file_unambiguous.cypher)| GitLog | Verify that git to code file relationships aren't ambiguous |
256
257
|[Candidates_for_Interface_Segregation.cypher](./Internal_Dependencies/Candidates_for_Interface_Segregation.cypher)| Internal_Dependencies | Candidates for Interface Segregation |
257
258
|[Get_file_distance_as_shortest_contains_path_for_dependencies.cypher](./Internal_Dependencies/Get_file_distance_as_shortest_contains_path_for_dependencies.cypher)| Internal_Dependencies | Get file distance distribution for dependencies (intuitively the fewest number of change directory commands needed) |
|[Remove_extended_type_labels.cypher](./Types/Remove_extended_type_labels.cypher)| Types | Remove external type and annotation labels |
401
402
|[Set_declaring_type_on_method_nodes.cypher](./Types/Set_declaring_type_on_method_nodes.cypher)| Types | Set property "declaringType" on Method nodes. |
402
-
|[Add_DEPENDS_ON_relationship_to_resolved_modules.cypher](./Typescript_Enrichment/Add_DEPENDS_ON_relationship_to_resolved_modules.cypher)| Typescript_Enrichment | Propagates "DEPENDS_ON" relations between modules to their resolved modules with a property "resolved:true". Inspired by https://github.com/jQAssistant/jqassistant/blob/4cd7face5d6d2953449d8e6ff5b484f00ffbdc2f/plugin/java/src/main/resources/META-INF/jqassistant-rules/java-classpath.xml#L5|
403
+
|[Add_DEPENDS_ON_relationship_to_resolved_modules.cypher](./Typescript_Enrichment/Add_DEPENDS_ON_relationship_to_resolved_modules.cypher)| Typescript_Enrichment | Propagates "DEPENDS_ON" relations between modules to their resolved modules with a property "resolved:true" or "updated:true". Inspired by https://github.com/jQAssistant/jqassistant/blob/4cd7face5d6d2953449d8e6ff5b484f00ffbdc2f/plugin/java/src/main/resources/META-INF/jqassistant-rules/java-classpath.xml#L5|
403
404
|[Add_IS_IMPLEMENTED_IN_relationship_for_matching_declarations.cypher](./Typescript_Enrichment/Add_IS_IMPLEMENTED_IN_relationship_for_matching_declarations.cypher)| Typescript_Enrichment | Link matching external to internal Typescript declarations with an IS_IMPLEMENTED_IN relationship |
404
405
|[Add_IS_IMPLEMENTED_IN_relationship_for_matching_modules.cypher](./Typescript_Enrichment/Add_IS_IMPLEMENTED_IN_relationship_for_matching_modules.cypher)| Typescript_Enrichment | Adds a relation "IS_IMPLEMENTED_IN" from an external module to a module if their global fully qualified names match. Depends on "Add_module_properties.cypher" to be run first Inspired by https://github.com/jQAssistant/jqassistant/blob/4cd7face5d6d2953449d8e6ff5b484f00ffbdc2f/plugin/java/src/main/resources/META-INF/jqassistant-rules/java-classpath.xml#L5 Related to https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/issues/35|
405
406
|[Add_module_properties.cypher](./Typescript_Enrichment/Add_module_properties.cypher)| Typescript_Enrichment | Add extended properties to Typescript nodes with a globalFqn like "namespace", "module", "name" and "extension" as well as markers like "isNodeModule", "isUnresolvedImport" and "isExternalImport" |
0 commit comments