{"id":20841523,"url":"https://github.com/wavesoftware/eid-generator","last_synced_at":"2025-10-25T07:27:36.631Z","repository":{"id":14240735,"uuid":"16948012","full_name":"wavesoftware/eid-generator","owner":"wavesoftware","description":"Netbeans - Exception ID (EID) Generator","archived":false,"fork":false,"pushed_at":"2015-12-01T11:40:43.000Z","size":53,"stargazers_count":0,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T00:48:08.434Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-18T12:21:46.000Z","updated_at":"2015-12-01T11:26:05.000Z","dependencies_parsed_at":"2022-08-19T16:50:20.244Z","dependency_job_id":null,"html_url":"https://github.com/wavesoftware/eid-generator","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Feid-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Feid-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Feid-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesoftware%2Feid-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavesoftware","download_url":"https://codeload.github.com/wavesoftware/eid-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243197211,"owners_count":20251956,"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-11-18T01:20:32.093Z","updated_at":"2025-10-25T07:27:36.549Z","avatar_url":"https://github.com/wavesoftware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Exception ID (EID) Generator\n============================\n\n[![Build Status](https://travis-ci.org/wavesoftware/eid-generator.png)](https://travis-ci.org/wavesoftware/eid-generator)\n\nA plugin for Netbeans 8.1\n\nDownload\n--------\n\nhttp://plugins.netbeans.org/plugin/53137/exception-id-eid-generator\n\nMaven\n-----\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003epl.wavesoftware\u003c/groupId\u003e\n    \u003cartifactId\u003enetbeans-eid-generator\u003c/artifactId\u003e\n    \u003cversion\u003e0.4.0\u003c/version\u003e\n    \u003ctype\u003enbm\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\nUsage\n-----\n\nGenerates a unique Exception ID, that can be used in Java source code.\n\nIn order to use this plugin type `Ctrl+Space` inside empty String literal. This will generate new unique identifier as a Code Completion. That generated EID can be used, for example, to identify your exceptions.\n\nExample\n-------\n\nThis is technical runtime exception, a posible bug. EID Generator plugin can be used to quickly fill unique bug id.\n\n```java\ntry {\n    shuldWorkIfNoBugsExists();\n} catch (IOException ex) {\n    throw new EidRuntimeException(\"20140218:161429\", \"Something wrong with HDD, permissions?\", ex);\n}\n```\n\nTo invoke EID code completion:\n```java\nthrow new EidRuntimeException(\"\u003cCtrl+Space\u003e\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesoftware%2Feid-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavesoftware%2Feid-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesoftware%2Feid-generator/lists"}