{"id":29280197,"url":"https://github.com/fairlycodeparents/find-the-dependencies","last_synced_at":"2026-05-16T11:34:20.456Z","repository":{"id":289652381,"uuid":"971956908","full_name":"fairlycodeparents/find-the-dependencies","owner":"fairlycodeparents","description":"🔎 Asynchronous analysis and reactive visualization of Java project dependencies.","archived":false,"fork":false,"pushed_at":"2025-05-12T16:53:58.000Z","size":1451,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-10T17:58:57.660Z","etag":null,"topics":["asynchronous","dependency-analysis","java","javaparser","reactive","rxjava","vertx"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fairlycodeparents.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-24T10:11:49.000Z","updated_at":"2025-06-24T11:49:47.000Z","dependencies_parsed_at":"2025-07-04T10:44:49.734Z","dependency_job_id":"ab040427-7420-40b3-aceb-40b4fc0037cb","html_url":"https://github.com/fairlycodeparents/find-the-dependencies","commit_stats":null,"previous_names":["fairly-oddparents/find-the-dependencies","fairlycodeparents/find-the-dependencies"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fairlycodeparents/find-the-dependencies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlycodeparents%2Ffind-the-dependencies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlycodeparents%2Ffind-the-dependencies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlycodeparents%2Ffind-the-dependencies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlycodeparents%2Ffind-the-dependencies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fairlycodeparents","download_url":"https://codeload.github.com/fairlycodeparents/find-the-dependencies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairlycodeparents%2Ffind-the-dependencies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asynchronous","dependency-analysis","java","javaparser","reactive","rxjava","vertx"],"created_at":"2025-07-05T15:00:18.803Z","updated_at":"2026-05-16T11:34:20.441Z","avatar_url":"https://github.com/fairlycodeparents.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Find the Dependencies! 🔎\n![GUI](docs/images/project-gui.png)\nThe repository contains the second assignment of the [Concurrent and Distributed Programming course](https://www.unibo.it/en/study/course-units-transferable-skills-moocs/course-unit-catalogue/course-unit/2024/412598) (Master's Degree in CSE @ Unibo).\n\nThe project involves designing and developing a library for analyzing class/interface dependencies in a Java codebase, in two different version: based on asynchronous programming (event-loop based) and on reactive programming (GUI-based for visual exploration).\n\nThis project consists of two independent parts: an asynchronous library for dependency analysis and a reactive GUI for visualizing dependencies.\n\nThe **asynchronous library** (DependencyAnalyserLib) provides non-blocking methods using [Vert.x](https://vertx.io/) to analyze Java source files and extract dependencies between classes, interfaces, and packages. It supports:\n* getClassDependencies(file): ClassDepsReport\n* getPackageDependencies(folder): PackageDepsReport\n* getProjectDependencies(projectFolder): ProjectDepsReport\n\nThe **reactive GUI** (based on DependencyAnalyser) uses [RxJava](https://github.com/ReactiveX/RxJava) to incrementally display dependencies as a dynamic graph. Features include:\n* Folder selection and analysis start button\n* Real-time visualization with zoom/pan\n* Nodes grouped by package, laid out without overlapping\n* Arrows for dependencies\n* Statistics on elements scanned\n\nParsing is based on [JavaParser](https://javaparser.org/). For the asynchronous library, a test program is included to demonstrate usage.\n\n### Documentation\nWithin the documentation directory, you will find a concise [report](docs/report.md) (in Italian) detailing all the design and implementation decisions made during the development process. In particular:\n- A brief analysis of the problem.\n- A description of the adopted design, strategy and architecture.\n- An explanation of the system's behaviour, using Petri Nets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairlycodeparents%2Ffind-the-dependencies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffairlycodeparents%2Ffind-the-dependencies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairlycodeparents%2Ffind-the-dependencies/lists"}