{"id":36702955,"url":"https://github.com/walkmod/walkmod-comments-cleaner-plugin","last_synced_at":"2026-01-12T11:39:59.718Z","repository":{"id":57741090,"uuid":"49702243","full_name":"walkmod/walkmod-comments-cleaner-plugin","owner":"walkmod","description":"Walkmod plugin to remove comments whose content is only code","archived":false,"fork":false,"pushed_at":"2016-01-21T19:19:04.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-16T20:18:47.811Z","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":"2016-01-15T06:57:21.000Z","updated_at":"2016-01-17T11:04:47.000Z","dependencies_parsed_at":"2022-09-06T23:30:49.992Z","dependency_job_id":null,"html_url":"https://github.com/walkmod/walkmod-comments-cleaner-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/walkmod/walkmod-comments-cleaner-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-comments-cleaner-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-comments-cleaner-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-comments-cleaner-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-comments-cleaner-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walkmod","download_url":"https://codeload.github.com/walkmod/walkmod-comments-cleaner-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walkmod%2Fwalkmod-comments-cleaner-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:39:59.050Z","updated_at":"2026-01-12T11:39:59.714Z","avatar_url":"https://github.com/walkmod.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"walkmod-comments-cleaner-plugin\n================================\nRaquel Pau \u003craquelpau@gmail.com\u003e\n\nimage:https://travis-ci.org/walkmod/walkmod-comments-cleaner-plugin.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/walkmod/walkmod-comments-cleaner-plugin\"]\n\nThis is a walkmod plugin to remove code that has been temporary commented but developer has forgotten to remove it. \n\n== Example\nLet's see an example. Take a look to this code. \n```java\npackage example;\n\nimport java.util.*;\n\npublic class Foo{\n  public void goodBye(String s){  \n    //System.out.println(\"bye +\"s);\n    return \"bye +\"s;\n  }\n}\n```\n\nWhat this plugins generates is the following modified code:\n```java\npackage example;\n\npublic class Foo{\n  public void goodBye(String s){    \n    \n     return \"bye +\"s;\n  }\n}\n```\n\n== Usage\n\nCheck that your walkmod version is at least 2.2.0. You can add walkmod-comments-cleaner-plugin via walkmod.\n\n  $walkmod add comments-cleaner\n  \nAnd then, to see the results \n\n  $ walkmod apply\n\nOr, you can also check which would be the modified classes typing:\n\n  $ walkmod check\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-comments-cleaner-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalkmod%2Fwalkmod-comments-cleaner-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalkmod%2Fwalkmod-comments-cleaner-plugin/lists"}