[doc] fix typos

This commit is contained in:
Andreas Dangel
2017-09-05 17:44:22 +02:00
parent 7120369c12
commit 57cfbb08cc
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ author: Jeff Jensen <jjensen@apache.org>, Andreas Dangel <andreas.dangel@adangel
* Suboptimal code - wasteful String/StringBuffer usage * Suboptimal code - wasteful String/StringBuffer usage
* Overcomplicated expressions - unnecessary if statements, for loops that could be while loops * Overcomplicated expressions - unnecessary if statements, for loops that could be while loops
**CPD**, the copy-pase-detector, finds duplicated code in many languages: **CPD**, the copy-paste-detector, finds duplicated code in many languages:
* Duplicate code is often just copied and pasted. This means, the bugs are also copied and pasted. Fixing * Duplicate code is often just copied and pasted. This means, the bugs are also copied and pasted. Fixing
them means, fix all duplicated code locations. them means, fix all duplicated code locations.

View File

@ -2,7 +2,7 @@
title: Understanding Rulesets title: Understanding Rulesets
permalink: pmd_userdocs_understanding_rulesets.html permalink: pmd_userdocs_understanding_rulesets.html
summary: Rulesets are collections of rules summary: Rulesets are collections of rules
last_updated: August 2017 last_updated: September 2017
--- ---
There are two major use cases: There are two major use cases: