Skip to content

Commit 4c6efa3

Browse files
committed
Automated cypher reference document generation (CI)
1 parent c5556a8 commit 4c6efa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypher/CYPHER.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ Script | Directory | Description
166166
| [Annotated_code_elements.cypher](./Java/Annotated_code_elements.cypher) | Java | Annotated code elements overall by element type with some examples |
167167
| [Annotated_code_elements_per_artifact.cypher](./Java/Annotated_code_elements_per_artifact.cypher) | Java | Annotated code elements per artifact and element type with some examples |
168168
| [Java_Reflection_usage.cypher](./Java/Java_Reflection_usage.cypher) | Java | Query Java Reflection usage combined with invokations of "Class.forName" |
169+
| [Java_Reflection_usage_detailed.cypher](./Java/Java_Reflection_usage_detailed.cypher) | Java | Query all types that use Java Reflection or "Class.forName" |
169170
| [Java_deprecated_element_usage.cypher](./Java/Java_deprecated_element_usage.cypher) | Java | Query deprecated type and member usage by non deprecated elements |
171+
| [Java_deprecated_element_usage_detailed.cypher](./Java/Java_deprecated_element_usage_detailed.cypher) | Java | List all non deprecated elements (types, members) that call deprecated elements |
170172
| [List_all_existing_artifacts.cypher](./List_all_existing_artifacts.cypher) | | List all existing artifacts |
171173
| [Methods_1_Delete_Projection.cypher](./Method_Projection/Methods_1_Delete_Projection.cypher) | Method_Projection | Delete projection if existing. Variables: dependencies_projection |
172174
| [Methods_2_Create_Projection.cypher](./Method_Projection/Methods_2_Create_Projection.cypher) | Method_Projection | Create directed projection for methods. Variables: dependencies_projection, dependencies_projection_weight_property |

0 commit comments

Comments
 (0)