From 2fb2a2529b3a9b63d23fcd0ebf1e537c4c659bad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juan=20Mart=C3=ADn=20Sotuyo=20Dodero?=
Date: Fri, 27 Jan 2017 18:19:27 -0300
Subject: [PATCH] Update pom
- Simplify / update project description. No HTML, since it's not rendered anywhere.
- Use my personal email as contact info
---
pom.xml | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5558ecdb77..333f960b2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,19 +15,10 @@
- PMD scans Java source code and looks for potential problems like:
-
- - Possible bugs - empty try/catch/finally/switch statements
- - Dead code - unused local variables, parameters and private methods
- - Suboptimal code - wasteful String/StringBuffer usage
- - Overcomplicated expressions - unnecessary if statements, for loops that could be while loops
- - Duplicate code - copied/pasted code means copied/pasted bugs
-
-You can download everything from here, and you can get an overview of all the rules at the rulesets index page.
-PMD is integrated with JDeveloper, Eclipse, JEdit, JBuilder, BlueJ, CodeGuide, NetBeans/Sun Java Studio Enterprise/Creator, IntelliJ IDEA, TextPad, Maven, Ant, Gel, JCreator, and Emacs.
- ]]>
-
+PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Apache Velocity, XML, XSL.
+
+Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, Groovy, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Scala, Objective C, Matlab, Python, Go, Swift and Salesforce.com Apex.
+
https://pmd.github.io/
@@ -237,9 +228,9 @@
- juansotuyo
+ jsotuyod
Juan MartÃn Sotuyo Dodero
- jmsotuyo@monits.com
+ juansotuyo@gmail.com
Developer