{"id":46156562,"url":"https://github.com/xdev-software/intellij-plugin-pmd","last_synced_at":"2026-03-02T10:06:58.767Z","repository":{"id":322829709,"uuid":"1091065270","full_name":"xdev-software/intellij-plugin-pmd","owner":"xdev-software","description":"A plugin for IntelliJ that provides code analysis and highlighting with PMD ","archived":false,"fork":false,"pushed_at":"2026-03-02T08:43:41.000Z","size":1081,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-03-02T09:21:48.579Z","etag":null,"topics":["code-analysis","intellij-plugin","intelllij","java","jetbrains","pmd"],"latest_commit_sha":null,"homepage":"https://plugins.jetbrains.com/plugin/28935","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xdev-software.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"pmd","open_collective":"pmd"}},"created_at":"2025-11-06T14:08:05.000Z","updated_at":"2026-03-02T08:43:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"b44445bc-a236-4f84-b192-787a47592a1e","html_url":"https://github.com/xdev-software/intellij-plugin-pmd","commit_stats":null,"previous_names":["xdev-software/intellij-plugin-pmd"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/xdev-software/intellij-plugin-pmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fintellij-plugin-pmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fintellij-plugin-pmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fintellij-plugin-pmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fintellij-plugin-pmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdev-software","download_url":"https://codeload.github.com/xdev-software/intellij-plugin-pmd/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdev-software%2Fintellij-plugin-pmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29998189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: 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":["code-analysis","intellij-plugin","intelllij","java","jetbrains","pmd"],"created_at":"2026-03-02T10:06:56.390Z","updated_at":"2026-03-02T10:06:58.750Z","avatar_url":"https://github.com/xdev-software.png","language":"Java","funding_links":["https://github.com/sponsors/pmd","https://opencollective.com/pmd"],"categories":[],"sub_categories":[],"readme":"[![Latest version](https://img.shields.io/jetbrains/plugin/v/28935?logo=jetbrains)](https://plugins.jetbrains.com/plugin/28935)\n[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/intellij-plugin-pmd/check-build.yml?branch=develop)](https://github.com/xdev-software/intellij-plugin-pmd/actions/workflows/check-build.yml?query=branch%3Adevelop)\n[![Feel free to leave a rating](https://img.shields.io/jetbrains/plugin/r/rating/28935?style=social\u0026logo=jetbrains\u0026label=Feel%20free%20to%20leave%20a%20rating)](https://plugins.jetbrains.com/plugin/28935/reviews)\n\n# \u003cimg alt=\"Plugin icon\" src=\"./src/main/resources/META-INF/pluginIcon.svg\" width=\"30\"\u003e PMD X\n\nA plugin for IntelliJ that provides code analysis and highlighting with \u003ca href=\"https://pmd.github.io\"\u003ePMD\u003c/a\u003e - an extensible cross-language static code analyzer.\n\n## Features\n* Optimized for real-time analysis and zero configuration project setups that just require you to checkout the code\n* Real-time analysis and highlighting of currently edited file\n* Run bulk analysis of files by right clicking the project menu \u003cbr/\u003e \u003cimg src=\"./assets/run-bulk-analysis.avif\"\u003e \u003cbr/\u003e \u003cimg src=\"./assets/toolwindow-report.avif\"\u003e\n* Currently Java and Kotlin are supported, Language versions are automatically detected\n\n## Usage\n1. Install the plugin and open a project\n2. Configure PMD for the project (`Settings \u003e Tools \u003e PMD`) \u003cbr/\u003e\u003cimg height=500 src=\"./assets/project-configuration.avif\"\u003e\n    * If there is already a project configuration file (`.idea/pmd-x.xml`) present this will be done automatically\n3. Open a supported file\n4. You should see the problems being automatically highlighted in the file and find more details in the PMD tool window \u003cbr/\u003e \u003cimg src=\"./assets/annotator.avif\"\u003e \u003cbr/\u003e \u003cimg src=\"./assets/toolwindow-current-file.avif\"\u003e\n\n## Installation\n[Installation guide for the latest release](https://github.com/xdev-software/intellij-plugin-pmd/releases/latest#Installation)\n\n\u003e [!TIP]  \n\u003e [Development versions](https://plugins.jetbrains.com/plugin/28935/versions/snapshot) can be installed by [adding the ``snapshot`` release channel as a plugin repository](https://www.jetbrains.com/help/idea/managing-plugins.html#repos):\u003cbr/\u003e\n\u003e ``https://plugins.jetbrains.com/plugins/snapshot/list``\n\n## Contributing\nSee the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.\n\n## Acknowledgment\nThis plugin was inspired by existing plugin like [CheckStyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea), [Sonarlint](https://plugins.jetbrains.com/plugin/7973-sonarqube-for-ide) and \"[PMD](https://plugins.jetbrains.com/plugin/1137-pmd)\".\nPlease have a look at [`THIRD-PARTY-CREDITS`](./THIRD-PARTY-CREDITS.md) for more details.\n\n\u003csub\u003eDisclaimer: This is not an official PMD project and not associated\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fintellij-plugin-pmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdev-software%2Fintellij-plugin-pmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdev-software%2Fintellij-plugin-pmd/lists"}