{"id":16623208,"url":"https://github.com/vinayaksh42/flowanalysisarraylist","last_synced_at":"2025-10-08T13:29:35.654Z","repository":{"id":223815825,"uuid":"761622733","full_name":"vinayaksh42/FlowAnalysisArrayList","owner":"vinayaksh42","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-20T22:23:36.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T00:13:04.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/vinayaksh42.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}},"created_at":"2024-02-22T07:11:40.000Z","updated_at":"2024-02-26T02:09:00.000Z","dependencies_parsed_at":"2024-03-20T00:38:01.155Z","dependency_job_id":null,"html_url":"https://github.com/vinayaksh42/FlowAnalysisArrayList","commit_stats":null,"previous_names":["vinayaksh42/flowanalysisarraylist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayaksh42%2FFlowAnalysisArrayList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayaksh42%2FFlowAnalysisArrayList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayaksh42%2FFlowAnalysisArrayList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinayaksh42%2FFlowAnalysisArrayList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinayaksh42","download_url":"https://codeload.github.com/vinayaksh42/FlowAnalysisArrayList/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243012681,"owners_count":20221606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-12T03:22:50.622Z","updated_at":"2025-10-08T13:29:30.600Z","avatar_url":"https://github.com/vinayaksh42.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Problem Statement:\nDetecting if ArrayList is being used with or without emptiness check.\nFor example:\n1. This is an unsafe usage of ArrayList:\n```java\nSystem.out.println(myList.get(0));\n```\n2. This is a safe usage of ArrayList:\n```java\nif (!myList.isEmpty()) {\n  System.out.println(myList.get(1));\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinayaksh42%2Fflowanalysisarraylist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinayaksh42%2Fflowanalysisarraylist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinayaksh42%2Fflowanalysisarraylist/lists"}