1 line
8.1 KiB
JSON
1 line
8.1 KiB
JSON
{"nodes": [{"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_java", "label": "AuthContext.java", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L1"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "label": "AuthContext", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L3", "_callable": true}, {"id": "threadlocal", "label": "ThreadLocal", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/config/auth/AuthContext.java"}, {"id": "authenticateduser", "label": "AuthenticatedUser", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/config/auth/AuthContext.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_authcontext", "label": ".AuthContext()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L7", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_setcurrentuser", "label": ".setCurrentUser()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L10", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_getcurrentuser", "label": ".getCurrentUser()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L14", "_callable": true}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_currentuserid", "label": ".currentUserId()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L18", "_callable": true}, {"id": "long", "label": "Long", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/config/auth/AuthContext.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_clear", "label": ".clear()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L23", "_callable": true}], "edges": [{"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_java", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L3", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "target": "threadlocal", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L5", "weight": 1.0, "context": "field"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "target": "authenticateduser", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L5", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_authcontext", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L7", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_setcurrentuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L10", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_setcurrentuser", "target": "authenticateduser", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L10", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_getcurrentuser", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L14", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_getcurrentuser", "target": "authenticateduser", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L14", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_currentuserid", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L18", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_currentuserid", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L18", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L23", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_currentuserid", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_getcurrentuser", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L19", "weight": 1.0}], "raw_calls": [{"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_getcurrentuser", "callee": "get", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L15", "receiver": null}, {"caller_nid": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_config_auth_authcontext_authcontext_clear", "callee": "remove", "is_member_call": false, "source_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/config/auth/AuthContext.java", "source_location": "L24", "receiver": null}]} |