1 line
6.2 KiB
JSON
1 line
6.2 KiB
JSON
{"nodes": [{"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_java", "label": "SubjectCommentRepository.java", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L1"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository", "label": "SubjectCommentRepository", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L8", "_callable": true}, {"id": "jparepository", "label": "JpaRepository", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "subjectcomment", "label": "SubjectComment", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java"}, {"id": "long", "label": "Long", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java"}, {"id": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository_findbysubjectidorderbycreatedatdesc", "label": ".findBySubjectIdOrderByCreatedAtDesc()", "file_type": "code", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L9", "_callable": true}, {"id": "list", "label": "List", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "/mnt/HDD/ProjectMagistr/magistr/backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java"}], "edges": [{"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_java", "target": "subjectcomment", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L3", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_java", "target": "jparepository", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L4", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_java", "target": "list", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L6", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_java", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L8", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository", "target": "jparepository", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L8", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository", "target": "subjectcomment", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L8", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L8", "weight": 1.0, "context": "generic_arg"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository", "target": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository_findbysubjectidorderbycreatedatdesc", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L9", "weight": 1.0}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository_findbysubjectidorderbycreatedatdesc", "target": "long", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L9", "weight": 1.0, "context": "parameter_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository_findbysubjectidorderbycreatedatdesc", "target": "list", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L9", "weight": 1.0, "context": "return_type"}, {"source": "mnt_hdd_projectmagistr_magistr_backend_src_main_java_com_magistr_app_repository_subjectcommentrepository_subjectcommentrepository_findbysubjectidorderbycreatedatdesc", "target": "subjectcomment", "relation": "references", "confidence": "EXTRACTED", "source_file": "backend/src/main/java/com/magistr/app/repository/SubjectCommentRepository.java", "source_location": "L9", "weight": 1.0, "context": "generic_arg"}], "raw_calls": []} |