REVERT ME - Use pmtester from pmd/pmd-regression-tester#103

And also make a change in core to run it
This commit is contained in:
Andreas Dangel 2022-03-18 15:51:15 +01:00
parent fbcfebd1a9
commit 67928910df
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3
3 changed files with 18 additions and 10 deletions

View File

@ -2,8 +2,9 @@ source 'https://rubygems.org/'
# bleeding edge from git
#gem 'pmdtester', :git => 'https://github.com/pmd/pmd-regression-tester.git', branch: 'master'
gem 'pmdtester', :git => 'https://github.com/adangel/pmd-regression-tester.git', branch: 'auto-gen-config-all'
gem 'pmdtester'
#gem 'pmdtester'
gem 'danger'
# This group is only needed for rendering release notes (docs/render_release_notes.rb)

View File

@ -1,3 +1,16 @@
GIT
remote: https://github.com/adangel/pmd-regression-tester.git
revision: 44a62cd72a839e821a8160429c873f5dad362c83
branch: auto-gen-config-all
specs:
pmdtester (1.3.1.pre.SNAPSHOT)
differ (~> 0.1)
liquid (~> 5.2)
logger-colors (~> 1.0)
nokogiri (~> 1.13)
rufus-scheduler (~> 3.8)
slop (~> 4.6)
GEM
remote: https://rubygems.org/
specs:
@ -12,7 +25,7 @@ GEM
concurrent-ruby (1.1.9)
cork (0.3.0)
colored2 (~> 3.1)
danger (8.4.5)
danger (8.5.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
@ -75,13 +88,6 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
pmdtester (1.3.0)
differ (~> 0.1)
liquid (>= 4.0)
logger-colors (~> 1.0)
nokogiri (>= 1.11.0.rc4)
rufus-scheduler (~> 3.5)
slop (~> 4.6)
public_suffix (4.0.6)
raabro (1.4.0)
racc (1.6.0)
@ -108,7 +114,7 @@ PLATFORMS
DEPENDENCIES
danger
liquid (>= 4.0.0)
pmdtester
pmdtester!
rouge (>= 1.7, < 4)
safe_yaml (>= 1.0)

View File

@ -63,6 +63,7 @@ import net.sourceforge.pmd.util.log.internal.SimpleMessageReporter;
*/
public class PMD {
private static final Logger LOG = Logger.getLogger(PMD.class.getName());
/**