{"id":36703419,"url":"https://github.com/walkmod/walkmod-override-plugin","last_synced_at":"2026-01-12T11:40:24.408Z","repository":{"id":54623104,"uuid":"41747492","full_name":"walkmod/walkmod-override-plugin","owner":"walkmod","description":"puts the @override annotation whenever it is necessary","archived":false,"fork":false,"pushed_at":"2017-04-21T18:59:31.000Z","size":24,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-28T17:34:04.880Z","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/walkmod.png","metadata":{"files":{"readme":"README.asciidoc","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}},"created_at":"2015-09-01T15:38:17.000Z","updated_at":"2016-02-18T12:08:29.000Z","dependencies_parsed_at":"2022-08-13T21:50:44.053Z","dependency_job_id":null,"html_url":"https://github.com/walkmod/walkmod-override-plugin","commit_stats":null,"previous_names":["rpau/walkmod-override-plugin"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/walkmod/walkmod-override-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-override-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-override-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-override-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-override-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkmod","download_url":"https://codeload.github.com/walkmod/walkmod-override-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-override-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"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":[],"created_at":"2026-01-12T11:40:24.344Z","updated_at":"2026-01-12T11:40:24.396Z","avatar_url":"https://github.com/walkmod.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"walkmod-override-plugin\n=======================\nRaquel Pau \u003craquelpau@gmail.com\u003e\n\nThis is a walkmod plugin to add the override annotation in Java methods whenever it is necessary \n(when a given class implements an interface or defines a method that belongs to its superclass). \n\n== Example\nLet's see an example. From this code, which is a class with its typical `toString` implementation. \n\n```java\npackage example;\n\npublic class Foo{\n \n  public String toString(){\n    ...\n  }\n}\n```\n\nIt is transformed to :\n```java\npackage example;\n\npublic class Foo{\n\n  @Override\n  public String toString(){\n    ...\n  }\n}\n```\n\n== Usage\n\n\n=== Only Walkmod \u003e= 2.2.0\n\nJust type:\n\n----\nwalkmod add override\n----\nand then, to see the results:\n\n----\nwalkmod apply\n----\n\n== Contributing\n\nIf you want to hack on this, fork it, improve it and send me a pull request.\n\nTo get started using it, just clone it and call mvn install. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-override-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkmod%2Fwalkmod-override-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-override-plugin/lists"}