{"id":42301994,"url":"https://github.com/csense-oss/idea-kotlin-checked-exceptions","last_synced_at":"2026-01-27T10:37:53.046Z","repository":{"id":40740616,"uuid":"192794563","full_name":"csense-oss/idea-kotlin-checked-exceptions","owner":"csense-oss","description":"A plugin that adds errors / hints / quickfix related to checked exceptions for kotlin. ","archived":false,"fork":false,"pushed_at":"2025-08-03T07:53:44.000Z","size":335,"stargazers_count":26,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T09:22:20.538Z","etag":null,"topics":["exception-handling","exceptions","idea-plugin","kotlin"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csense-oss.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","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":"2019-06-19T19:45:23.000Z","updated_at":"2025-08-03T07:53:34.000Z","dependencies_parsed_at":"2024-02-19T01:24:29.082Z","dependency_job_id":"2d2ee3eb-6913-43e0-9054-20882a929c6a","html_url":"https://github.com/csense-oss/idea-kotlin-checked-exceptions","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/csense-oss/idea-kotlin-checked-exceptions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csense-oss%2Fidea-kotlin-checked-exceptions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csense-oss%2Fidea-kotlin-checked-exceptions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csense-oss%2Fidea-kotlin-checked-exceptions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csense-oss%2Fidea-kotlin-checked-exceptions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csense-oss","download_url":"https://codeload.github.com/csense-oss/idea-kotlin-checked-exceptions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csense-oss%2Fidea-kotlin-checked-exceptions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["exception-handling","exceptions","idea-plugin","kotlin"],"created_at":"2026-01-27T10:37:52.457Z","updated_at":"2026-01-27T10:37:53.041Z","avatar_url":"https://github.com/csense-oss.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\nA plugin that adds errors / hints / quickfix related to checked exceptions for kotlin.\n\nThe reason for this is that kotlin by itself, is an amazing language, but it have taken som actions regarding\nexceptions, especially that no exception is checked.\n\nAlthough with alright reasoning why this is the case, this leaves a \"hole\" in which in java, exceptions are to be\nhandled as they are \"part\" of an expected flow, which is to say, handling these exceptions are a lot more required than\nthe \"original\" idea that we should avoid exceptions in regular code flows.\n\nSo for the more robust programming, we are to handle checked exceptions, but since either the compiler nor the IDEA IDE\nshows, even allows you to know about declared throws (from both java \u0026 kotlin), you are quite in a world of hurt when\nintegrating with , say java, or people who use exceptions. So instead to force people into looking every exception up,\nthis plugin is there to try to fill this hole.\n\nPlease be aware, this is NOT an encouragement to use exceptions everywhere and generally speaking going against the\nkotlin language design chooses, but to AID in the practical difficulty that arises when interacting with systems that\nhave a given expectation that is simply not met, nor informed.\n\n\n\n## for tests see https://github.com/csense-oss/csense-oss-idea-kotlin-shared-test","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsense-oss%2Fidea-kotlin-checked-exceptions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsense-oss%2Fidea-kotlin-checked-exceptions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsense-oss%2Fidea-kotlin-checked-exceptions/lists"}