From f399ce92b39ea960f734686da64800f75f2a61fe Mon Sep 17 00:00:00 2001 From: "PMD CI (pmd-bot)" Date: Fri, 26 Jan 2024 15:13:07 +0000 Subject: [PATCH] Update documentation https://github.com/pmd/pmd/actions/runs/7669588921 https://github.com/pmd/pmd/compare/88239b703e9f...f70b0d04cf02 --- feed.xml | 4 ++-- pmd_userdocs_installation.html | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/feed.xml b/feed.xml index 7cb8873cf7..56341166a0 100644 --- a/feed.xml +++ b/feed.xml @@ -5,8 +5,8 @@ Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features. https://docs.pmd-code.org/latest/ - Fri, 26 Jan 2024 15:06:42 +0000 - Fri, 26 Jan 2024 15:06:42 +0000 + Fri, 26 Jan 2024 15:10:30 +0000 + Fri, 26 Jan 2024 15:10:30 +0000 Jekyll v3.9.3 diff --git a/pmd_userdocs_installation.html b/pmd_userdocs_installation.html index 1d30605fd6..cbb87a42d1 100644 --- a/pmd_userdocs_installation.html +++ b/pmd_userdocs_installation.html @@ -1986,11 +1986,11 @@ require it to function properly.
C:\> pmd.bat check -f text -R rulesets/java/quickstart.xml ..\..\src\main\java
 
-.../src/main/java/com/me/RuleSet.java:123  These nested if statements could be combined
-.../src/main/java/com/me/RuleSet.java:231  Useless parentheses.
-.../src/main/java/com/me/RuleSet.java:232  Useless parentheses.
-.../src/main/java/com/me/RuleSet.java:357  These nested if statements could be combined
-.../src/main/java/com/me/RuleSetWriter.java:66     Avoid empty catch blocks
+...\src\main\java\com\me\RuleSet.java:123  These nested if statements could be combined
+...\src\main\java\com\me\RuleSet.java:231  Useless parentheses.
+...\src\main\java\com\me\RuleSet.java:232  Useless parentheses.
+...\src\main\java\com\me\RuleSet.java:357  These nested if statements could be combined
+...\src\main\java\com\me\RuleSetWriter.java:66     Avoid empty catch blocks
 
@@ -2044,7 +2044,7 @@ assertEquals(Boolean.TYPE, expressions.get(index++).getType());
-
C:\> pmd.bat cpd --minimum-tokens 100 /home/me/src
+      
C:\> pmd.bat cpd --minimum-tokens 100 c:\temp\src
 
 Found a 7 line (110 tokens) duplication in the following files:
 Starting at line 579 of c:\temp\src\test\java\foo\FooTypeTest.java