From 16f7f9385b8ce2cdc032090a3ff5e2d534196682 Mon Sep 17 00:00:00 2001 From: markhall82 Date: Wed, 11 Sep 2019 20:43:37 +0100 Subject: [PATCH] Correct previous error in doc re: placeholders Revert IntelliJ added tags from pom.xml --- docs/pages/pmd/rules/java.md | 2 +- pmd-java/pom.xml | 56 +----------------------------------- 2 files changed, 2 insertions(+), 56 deletions(-) diff --git a/docs/pages/pmd/rules/java.md b/docs/pages/pmd/rules/java.md index fe5d6673bd..e9515ff054 100644 --- a/docs/pages/pmd/rules/java.md +++ b/docs/pages/pmd/rules/java.md @@ -254,7 +254,7 @@ folder: pmd/rules * [IdempotentOperations](pmd_rules_java_errorprone.html#idempotentoperations): Avoid idempotent operations - they have no effect. * [ImportFromSamePackage](pmd_rules_java_errorprone.html#importfromsamepackage): There is no need to import a type that lives in the same package. * [InstantiationToGetClass](pmd_rules_java_errorprone.html#instantiationtogetclass): Avoid instantiating an object just to call getClass() on it; use the .class public member instead. -* [InvalidSlf4jMessageFormat](pmd_rules_java_errorprone.html#invalidslf4jmessageformat): Check for messages in slf4j and log4j2 loggers with non matching number of arguments and placehol... +* [InvalidSlf4jMessageFormat](pmd_rules_java_errorprone.html#invalidslf4jmessageformat): Check for messages in slf4j and log4j2 loggers with non matching number of arguments and placeholders. * [JumbledIncrementer](pmd_rules_java_errorprone.html#jumbledincrementer): Avoid jumbled loop incrementers - its usually a mistake, and is confusing even if intentional. * [JUnitSpelling](pmd_rules_java_errorprone.html#junitspelling): Some JUnit framework methods are easy to misspell. * [JUnitStaticSuite](pmd_rules_java_errorprone.html#junitstaticsuite): The suite() method in a JUnit test needs to be both public and static. diff --git a/pmd-java/pom.xml b/pmd-java/pom.xml index 81a2ed49d2..7a6dad15fe 100644 --- a/pmd-java/pom.xml +++ b/pmd-java/pom.xml @@ -4,9 +4,6 @@ pmd-java PMD Java - - 1.3.50 - net.sourceforge.pmd @@ -45,32 +42,6 @@ kotlin-maven-plugin - ${kotlin.version} - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - src/test/java - src/test/kotlin - - - - - - 1.8 - org.jetbrains.kotlin @@ -122,20 +93,6 @@ pmd-java-checkstyle-suppressions.xml - - org.apache.maven.plugins - maven-compiler-plugin - - - default-compile - none - - - default-testCompile - none - - - @@ -225,16 +182,5 @@ assertj-core test - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-test - ${kotlin.version} - test - - +