[doc] Update pmd-demo.gif

This commit is contained in:
Andreas Dangel 2024-03-05 20:12:01 +01:00
parent 754400ef2c
commit 434d136d41
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
2 changed files with 2 additions and 1 deletions

View File

@ -7,8 +7,9 @@ mkdir $HOME/pmd-demo
cd $HOME/pmd-demo
curl -L -o jdk-master.zip https://github.com/openjdk/jdk/archive/refs/heads/master.zip
unzip jdk-master.zip
alias pmd=$HOME/PMD/source/pmd/pmd-dist/target/pmd-bin-7.0.0-SNAPSHOT/bin
alias pmd=$HOME/PMD/source/pmd/pmd-dist/target/pmd-bin-7.0.0-SNAPSHOT/bin/pmd
clear
pmd --version
pmd check -R rulesets/java/quickstart.xml -d jdk-master/src/java.base -f text --cache pmd.cache --report-file jdk-report.txt
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB