pmd/docs/index.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

2016-09-07 16:10:48 -04:00
---
title: PMD Documentation website
2016-09-07 22:17:39 -04:00
keywords: java
2016-09-07 16:10:48 -04:00
permalink: index.html
2017-08-18 10:33:43 +02:00
toc: false
summary: >
Welcome to PMD, an extensible cross-language static code analyzer.
It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation,
and so forth. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code.
last_updated: August 2017
author: Jeff Jensen <jjensen@apache.org>, Andreas Dangel <andreas.dangel@adangel.org>
2016-09-07 16:10:48 -04:00
---
## Welcome to PMD!
First time user? Then you may be interested in our [quickstart page](TODO).
<br/>
<div id="grid" class="row">
{% include custom/shuffle_panel.html
tag="essentials"
description="These pages summarize the Gist of PMD usage to get you started quickly:"
title="Essential resources" %}
{% include custom/shuffle_panel.html
tag="rule_references"
title="Rule references"
description="Pick your language to find out about the rule it supports:"
image="fa-database"
titlemaker="page.language_name" %}
{% include custom/shuffle_panel_filler.html %}
</div>
<!-- {% include image.html file="pmd-logo-big.png" alt="PMD Logo" %} -->
2016-09-07 16:10:48 -04:00
{% include links.html %}