[pmd-commits] [pmd/pmd-regression-tester] eb5a2c: Update manual integration test

2022-03-24 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd-regression-tester
  Commit: eb5a2c2ea4d73b6056a1b7c2a685bc9e6ffcdb7f
  
https://github.com/pmd/pmd-regression-tester/commit/eb5a2c2ea4d73b6056a1b7c2a685bc9e6ffcdb7f
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M test/manual_integration_tests.rb

  Log Message:
  ---
  Update manual integration test

Refs pmd/pmd#3861




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-regression-tester]

2022-03-24 Thread Andreas Dangel via Pmd-commits
  Branch: refs/tags/v1.4.0
  Home:   https://github.com/pmd/pmd-regression-tester


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-regression-tester] 28f0f9: (doc) Update dependencies list on README

2022-03-24 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd-regression-tester
  Commit: 28f0f9a0085b3a87806cef469da49aab27ddbc47
  
https://github.com/pmd/pmd-regression-tester/commit/28f0f9a0085b3a87806cef469da49aab27ddbc47
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M README.rdoc

  Log Message:
  ---
  (doc) Update dependencies list on README


  Commit: 7cfc76e867885817296699502e0ab94b36629857
  
https://github.com/pmd/pmd-regression-tester/commit/7cfc76e867885817296699502e0ab94b36629857
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M History.md
M lib/pmdtester.rb
M pmdtester.gemspec

  Log Message:
  ---
  Prepare release 1.4.0


  Commit: 53aac65eaba43d1c8e5888ea325487aacfa79d3b
  
https://github.com/pmd/pmd-regression-tester/commit/53aac65eaba43d1c8e5888ea325487aacfa79d3b
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M History.md
M lib/pmdtester.rb
M pmdtester.gemspec

  Log Message:
  ---
  Prepare next development version 1.4.1-SNAPSHOT


Compare: 
https://github.com/pmd/pmd-regression-tester/compare/75f5303941c6...53aac65eaba4


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-regression-tester] f85b8e: Rework rule_set_builder to support more languages

2022-03-24 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd-regression-tester
  Commit: f85b8e127f05c49726a7b0bd77f45295c40123ec
  
https://github.com/pmd/pmd-regression-tester/commit/f85b8e127f05c49726a7b0bd77f45295c40123ec
  Author: Andreas Dangel 
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
M lib/pmdtester/builders/rule_set_builder.rb
M lib/pmdtester/runner.rb
A test/resources/rule_set_builder/languages.xml
M test/test_rule_set_builder.rb

  Log Message:
  ---
  Rework rule_set_builder to support more languages


  Commit: 0fefdc408b928cfffc1dfd28dfa3e8e275f4de19
  
https://github.com/pmd/pmd-regression-tester/commit/0fefdc408b928cfffc1dfd28dfa3e8e275f4de19
  Author: Andreas Dangel 
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
M lib/pmdtester/parsers/pmd_report_document.rb
M lib/pmdtester/pmd_violation.rb
M lib/pmdtester/runner.rb
M test/test_diff_builder.rb
M test/test_pmd_report_document.rb
M test/test_summary_report_builder.rb

  Log Message:
  ---
  Fix unit tests

The filter now needs to include the language
Take the language of the violation from externalInfoUrl


  Commit: f3c687869bc79f454a5bf05de3a3971e8809058a
  
https://github.com/pmd/pmd-regression-tester/commit/f3c687869bc79f454a5bf05de3a3971e8809058a
  Author: Andreas Dangel 
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
M lib/pmdtester/builders/rule_set_builder.rb
M pmdtester.gemspec
M test/test_rule_set_builder.rb

  Log Message:
  ---
  Fix rubocop issues


  Commit: e4d29fac0dfc76cdbfb57157b3dca16bad959dd4
  
https://github.com/pmd/pmd-regression-tester/commit/e4d29fac0dfc76cdbfb57157b3dca16bad959dd4
  Author: Andreas Dangel 
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
M lib/pmdtester/builders/rule_set_builder.rb
M lib/pmdtester/runner.rb
M test/integration_test_runner.rb
A test/resources/integration_test_runner/patch-config-with-apex.xml
A test/resources/integration_test_runner/project-list-with-apex.xml

  Log Message:
  ---
  Add integration test, improve logging


  Commit: 44a62cd72a839e821a8160429c873f5dad362c83
  
https://github.com/pmd/pmd-regression-tester/commit/44a62cd72a839e821a8160429c873f5dad362c83
  Author: Andreas Dangel 
  Date:   2022-03-18 (Fri, 18 Mar 2022)

  Changed paths:
M Rakefile
M pmdtester.gemspec

  Log Message:
  ---
  Update gems


  Commit: 0092f4734103144317be992cb9805c087f97b741
  
https://github.com/pmd/pmd-regression-tester/commit/0092f4734103144317be992cb9805c087f97b741
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M pmdtester.gemspec
M test/test_rule_set_builder.rb

  Log Message:
  ---
  Add additional tests to detect changed rules

This is in anticipating of the change disccussed in pmd/pmd#3846


  Commit: 3b4479bad0ac2972195b0398f224403a7e651fc9
  
https://github.com/pmd/pmd-regression-tester/commit/3b4479bad0ac2972195b0398f224403a7e651fc9
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M History.md

  Log Message:
  ---
  (doc) Update release notes (#103)


  Commit: b3f3245db91d38221f71fcefa26d5189db124e95
  
https://github.com/pmd/pmd-regression-tester/commit/b3f3245db91d38221f71fcefa26d5189db124e95
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M History.md
M Rakefile
M lib/pmdtester/builders/rule_set_builder.rb
M lib/pmdtester/parsers/pmd_report_document.rb
M lib/pmdtester/pmd_violation.rb
M lib/pmdtester/runner.rb
M pmdtester.gemspec
M test/integration_test_runner.rb
A test/resources/integration_test_runner/patch-config-with-apex.xml
A test/resources/integration_test_runner/project-list-with-apex.xml
A test/resources/rule_set_builder/languages.xml
M test/test_diff_builder.rb
M test/test_pmd_report_document.rb
M test/test_rule_set_builder.rb
M test/test_summary_report_builder.rb

  Log Message:
  ---
  Merge pull request #103 from adangel:auto-gen-config-all

Support other languages besides java #103


  Commit: 75f5303941c6db0d0f5a507ac889137ebebcb348
  
https://github.com/pmd/pmd-regression-tester/commit/75f5303941c6db0d0f5a507ac889137ebebcb348
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M lib/pmdtester.rb
M pmdtester.gemspec

  Log Message:
  ---
  Bump version to 1.4.0-SNAPSHOT


Compare: 
https://github.com/pmd/pmd-regression-tester/compare/4082a416500a...75f5303941c6


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] e7456c: Add an editme button at the bottom

2022-03-24 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/pmd/7.0.x
  Home:   https://github.com/pmd/pmd
  Commit: e7456c13413c29455d84d693fc3436b191e05261
  https://github.com/pmd/pmd/commit/e7456c13413c29455d84d693fc3436b191e05261
  Author: Bailey Tjiong 
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
M docs/_layouts/page.html
M docs/pages/pmd/devdocs/building.md

  Log Message:
  ---
  Add an editme button at the bottom


  Commit: 6bdce79bdd118a9c82358774a0569c0d0705220c
  https://github.com/pmd/pmd/commit/6bdce79bdd118a9c82358774a0569c0d0705220c
  Author: Bailey Tjiong 
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
M docs/_layouts/page.html
M docs/css/customstyles.css

  Log Message:
  ---
  Add small edit button to section heading line


  Commit: 9d60958ec5afe8e49b018c3397071cbc2630773e
  https://github.com/pmd/pmd/commit/9d60958ec5afe8e49b018c3397071cbc2630773e
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ApexHandler.java
A 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/internal/ApexDesignerBindings.java

  Log Message:
  ---
  [apex] Add designer bindings to display main attributes


  Commit: e63858269bf8fb25111e5ae853926c7b6ada718d
  https://github.com/pmd/pmd/commit/e63858269bf8fb25111e5ae853926c7b6ada718d
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M pmd-test/src/main/java/net/sourceforge/pmd/AbstractRuleSetFactoryTest.java

  Log Message:
  ---
  [test] Fix AbstractRuleSetFactoryTest - check category/.../ as well


  Commit: b825f7f9c98b62f4c5e912c65f87b601f0f46c03
  https://github.com/pmd/pmd/commit/b825f7f9c98b62f4c5e912c65f87b601f0f46c03
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M docs/pages/release_notes.md
M pmd-modelica/pom.xml
M 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/AmbiguousResolutionRule.java
M 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/ConnectUsingNonConnector.java
A 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/bestpractices/AmbiguousResolutionRule.java
A 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/bestpractices/ConnectUsingNonConnectorRule.java
M pmd-modelica/src/main/resources/category/modelica/bestpractices.xml

  Log Message:
  ---
  [modelica] Rename rules and fix rulesets


  Commit: e27be9f0817b2496eafe5009487f35e65eefbd38
  https://github.com/pmd/pmd/commit/e27be9f0817b2496eafe5009487f35e65eefbd38
  Author: jeickhoff 
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
M docs/css/customstyles.css

  Log Message:
  ---
  Make TOC scrollable when too many subheadings


  Commit: c421e7e646c1b5676a4e3fef8b9f0940b63fe732
  https://github.com/pmd/pmd/commit/c421e7e646c1b5676a4e3fef8b9f0940b63fe732
  Author: Andreas Dangel 
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
M Gemfile.lock
M docs/Gemfile.lock

  Log Message:
  ---
  Update gems

Fixes https://github.com/pmd/pmd/security/dependabot/12


  Commit: a7d29feb6258858054a52917eb433c1c7ed7c130
  https://github.com/pmd/pmd/commit/a7d29feb6258858054a52917eb433c1c7ed7c130
  Author: Andreas Dangel 
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
M docs/pages/release_notes.md

  Log Message:
  ---
  [doc] Update release notes (#3812, #3836)


  Commit: 59b36b6185e25f25b42c2781a25f81be749ce851
  https://github.com/pmd/pmd/commit/59b36b6185e25f25b42c2781a25f81be749ce851
  Author: Andreas Dangel 
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
M docs/css/customstyles.css
M docs/pages/release_notes.md

  Log Message:
  ---
  Merge pull request #3836 from JerritEic:issue3812-fix-TOC-many-headings

[doc] Make TOC scrollable when too many subheadings #3836


  Commit: 0fbcfec9b1d52f3263eefdf4900b0a6ae95475c6
  https://github.com/pmd/pmd/commit/0fbcfec9b1d52f3263eefdf4900b0a6ae95475c6
  Author: Bailey Tjiong 
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
M docs/_includes/footer.html
A docs/_includes/header.html
M docs/_layouts/page.html
M docs/css/customstyles.css

  Log Message:
  ---
  Change the top and bottom edit buttons


  Commit: 9bb075526e4589a6c6b152475abb40058f510742
  https://github.com/pmd/pmd/commit/9bb075526e4589a6c6b152475abb40058f510742
  Author: Bailey Tjiong 
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
M docs/_layouts/default.html
M docs/_layouts/page.html
M docs/css/customstyles.css
M docs/js/customscripts.js

  Log Message:
  ---
  Add pencil icon (with edit link) to headers


  Commit: c082649ddab6f6055048b07d68099215c0e7b35d
  https://github.com/pmd/pmd/commit/c082649ddab6f6055048b07d68099215c0e7b35d
  Author: Bailey Tjiong 
  Date:   2022-03-15 

[pmd-commits] [pmd/pmd] a19efe: Update documentation

2022-03-24 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: a19efe909d9a5cf1fbcc13ee86b4208cbd8b8c94
  https://github.com/pmd/pmd/commit/a19efe909d9a5cf1fbcc13ee86b4208cbd8b8c94
  Author: PMD CI (pmd-bot) 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M feed.xml
M pmd_release_notes.html
M pmd_rules_modelica_bestpractices.html

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/2034657190
https://github.com/pmd/pmd/compare/3d72a0dcd7aa...44e779ce132a




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] 9d6095: [apex] Add designer bindings to display main attri...

2022-03-24 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 9d60958ec5afe8e49b018c3397071cbc2630773e
  https://github.com/pmd/pmd/commit/9d60958ec5afe8e49b018c3397071cbc2630773e
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ApexHandler.java
A 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/internal/ApexDesignerBindings.java

  Log Message:
  ---
  [apex] Add designer bindings to display main attributes


  Commit: e63858269bf8fb25111e5ae853926c7b6ada718d
  https://github.com/pmd/pmd/commit/e63858269bf8fb25111e5ae853926c7b6ada718d
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M pmd-test/src/main/java/net/sourceforge/pmd/AbstractRuleSetFactoryTest.java

  Log Message:
  ---
  [test] Fix AbstractRuleSetFactoryTest - check category/.../ as well


  Commit: b825f7f9c98b62f4c5e912c65f87b601f0f46c03
  https://github.com/pmd/pmd/commit/b825f7f9c98b62f4c5e912c65f87b601f0f46c03
  Author: Andreas Dangel 
  Date:   2022-03-03 (Thu, 03 Mar 2022)

  Changed paths:
M docs/pages/release_notes.md
M pmd-modelica/pom.xml
M 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/AmbiguousResolutionRule.java
M 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/ConnectUsingNonConnector.java
A 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/bestpractices/AmbiguousResolutionRule.java
A 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/bestpractices/ConnectUsingNonConnectorRule.java
M pmd-modelica/src/main/resources/category/modelica/bestpractices.xml

  Log Message:
  ---
  [modelica] Rename rules and fix rulesets


  Commit: 5f9e2d4426769d9798f88f2eb824180e776fb556
  https://github.com/pmd/pmd/commit/5f9e2d4426769d9798f88f2eb824180e776fb556
  Author: Andreas Dangel 
  Date:   2022-03-17 (Thu, 17 Mar 2022)

  Changed paths:
M .ci/files/project-list.xml

  Log Message:
  ---
  [ci] Fix project-list for spring

We modify (among other files) AutowiredAnnotationBeanPostProcessor.java
but only, when we intend to build the project. This leads to
the situation, that the baseline was created against the
modified file, but PRs use the unmodified file. This is because
the regression-tester does a "git reset --hard" before running
PMD.


  Commit: 2f65275db3e7c2731e44c5837c02995859421d7f
  https://github.com/pmd/pmd/commit/2f65275db3e7c2731e44c5837c02995859421d7f
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M .mvn/wrapper/maven-wrapper.properties

  Log Message:
  ---
  Bump maven from 3.8.4 to 3.8.5


  Commit: 83680f90ff8876a93753e1e5c65101170c129b80
  https://github.com/pmd/pmd/commit/83680f90ff8876a93753e1e5c65101170c129b80
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M docs/pages/release_notes.md

  Log Message:
  ---
  [doc] Update release notes (#3817)


  Commit: 8c50c1eca37f0923347cf43e731b8656cd45eb29
  https://github.com/pmd/pmd/commit/8c50c1eca37f0923347cf43e731b8656cd45eb29
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M docs/pages/release_notes.md
M pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ApexHandler.java
A 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/internal/ApexDesignerBindings.java

  Log Message:
  ---
  Merge pull request #3817 from adangel:apex-designer-bindings

[apex] Add designer bindings to display main attributes #3817


  Commit: 5f9e9d1066fe0ac89914b28002cabfa4ca94b19a
  https://github.com/pmd/pmd/commit/5f9e9d1066fe0ac89914b28002cabfa4ca94b19a
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M docs/pages/release_notes.md
M pmd-modelica/pom.xml
M 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/AmbiguousResolutionRule.java
M 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/ConnectUsingNonConnector.java
A 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/bestpractices/AmbiguousResolutionRule.java
A 
pmd-modelica/src/main/java/net/sourceforge/pmd/lang/modelica/rule/bestpractices/ConnectUsingNonConnectorRule.java
M pmd-modelica/src/main/resources/category/modelica/bestpractices.xml
M pmd-test/src/main/java/net/sourceforge/pmd/AbstractRuleSetFactoryTest.java

  Log Message:
  ---
  Merge pull request #3818 from adangel:fix-abstract-ruleset-factory-test

[core] Fix abstract ruleset factory test #3818


  Commit: 44e779ce132ab8af6538cfbd0c4d54f2d2e6c72c
  https://github.com/pmd/pmd/commit/44e779ce132ab8af6538cfbd0c4d54f2d2e6c72c
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M .ci/files/project-list.xml

  Log Message:
  ---
  Merge pull request 

[pmd-commits] [pmd/pmd-github-action] 050c80: Updated CHANGELOG.md

2022-03-24 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 050c802100baae2c911fcaf94d64925040bb57c3
  
https://github.com/pmd/pmd-github-action/commit/050c802100baae2c911fcaf94d64925040bb57c3
  Author: GitHub Actions (pmd-bot) 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Updated CHANGELOG.md




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] dc2f96: Bump @actions/tool-cache from 1.7.1 to 1.7.2 (#67)

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: dc2f96ff9ae169c7fa656aada6e531d48ab2005d
  
https://github.com/pmd/pmd-github-action/commit/dc2f96ff9ae169c7fa656aada6e531d48ab2005d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump @actions/tool-cache from 1.7.1 to 1.7.2 (#67)

Bumps 
[@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache)
 from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- 
[Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)

---
updated-dependencies:
- dependency-name: "@actions/tool-cache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action]

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/tool-cache-1.7.2
  Home:   https://github.com/pmd/pmd-github-action


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 1ba99f: Bump @actions/tool-cache from 1.7.1 to 1.7.2

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/tool-cache-1.7.2
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 1ba99f5e5101a501c445309dbcc7fe76619b73ca
  
https://github.com/pmd/pmd-github-action/commit/1ba99f5e5101a501c445309dbcc7fe76619b73ca
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump @actions/tool-cache from 1.7.1 to 1.7.2

Bumps 
[@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache)
 from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- 
[Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)

---
updated-dependencies:
- dependency-name: "@actions/tool-cache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 6bfde4: Updated CHANGELOG.md

2022-03-24 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 6bfde4d0e473123595d178c12f1c5fb043cc4106
  
https://github.com/pmd/pmd-github-action/commit/6bfde4d0e473123595d178c12f1c5fb043cc4106
  Author: GitHub Actions (pmd-bot) 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Updated CHANGELOG.md




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action]

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/exec-1.1.1
  Home:   https://github.com/pmd/pmd-github-action


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 469e29: Bump @actions/exec from 1.1.0 to 1.1.1 (#66)

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 469e2928f0d36c224f041f5ee6badfe2c2f8a84f
  
https://github.com/pmd/pmd-github-action/commit/469e2928f0d36c224f041f5ee6badfe2c2f8a84f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump @actions/exec from 1.1.0 to 1.1.1 (#66)

Bumps 
[@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) 
from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- 
[Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md)
- 
[Commits](https://github.com/actions/toolkit/commits/@actions/tool-cache@1.1.1/packages/exec)

---
updated-dependencies:
- dependency-name: "@actions/exec"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 3b19c5: Bump @actions/tool-cache from 1.7.1 to 1.7.2

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/tool-cache-1.7.2
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 3b19c57406b3ee4c636b6241acd2b10b4eee80d7
  
https://github.com/pmd/pmd-github-action/commit/3b19c57406b3ee4c636b6241acd2b10b4eee80d7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump @actions/tool-cache from 1.7.1 to 1.7.2

Bumps 
[@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache)
 from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- 
[Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)

---
updated-dependencies:
- dependency-name: "@actions/tool-cache"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] ee735c: Updated CHANGELOG.md

2022-03-24 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: ee735caa2118db93f73a399923f5b111c9c4d52f
  
https://github.com/pmd/pmd-github-action/commit/ee735caa2118db93f73a399923f5b111c9c4d52f
  Author: GitHub Actions (pmd-bot) 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Updated CHANGELOG.md




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action]

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/io-1.1.2
  Home:   https://github.com/pmd/pmd-github-action


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 7e99ba: Bump @actions/io from 1.1.1 to 1.1.2 (#65)

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 7e99ba2f42ceca970f89619f2ec5d79b3fe69066
  
https://github.com/pmd/pmd-github-action/commit/7e99ba2f42ceca970f89619f2ec5d79b3fe69066
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump @actions/io from 1.1.1 to 1.1.2 (#65)

Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) 
from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- 
[Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io)

---
updated-dependencies:
- dependency-name: "@actions/io"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] 6de7df: Bump @actions/io from 1.1.1 to 1.1.2

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/actions/io-1.1.2
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 6de7df3f732f05a5abb3a2cdc82e7cadc59f9ac7
  
https://github.com/pmd/pmd-github-action/commit/6de7df3f732f05a5abb3a2cdc82e7cadc59f9ac7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump @actions/io from 1.1.1 to 1.1.2

Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) 
from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/actions/toolkit/releases)
- 
[Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io)

---
updated-dependencies:
- dependency-name: "@actions/io"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] d96797: Updated CHANGELOG.md

2022-03-24 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: d96797692ba9ed14126576ba4751a6a79fbf3882
  
https://github.com/pmd/pmd-github-action/commit/d96797692ba9ed14126576ba4751a6a79fbf3882
  Author: GitHub Actions (pmd-bot) 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Updated CHANGELOG.md




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action]

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/eslint-8.11.0
  Home:   https://github.com/pmd/pmd-github-action


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] ff5b46: Bump eslint from 8.10.0 to 8.11.0 (#64)

2022-03-24 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: ff5b46602feff044a3e9d466fe821b58cf387fa8
  
https://github.com/pmd/pmd-github-action/commit/ff5b46602feff044a3e9d466fe821b58cf387fa8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump eslint from 8.10.0 to 8.11.0 (#64)

Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>




___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] cca1f0: Update documentation

2022-03-24 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: cca1f07bd3766f32e3a69dc1119c3290f24446f9
  https://github.com/pmd/pmd/commit/cca1f07bd3766f32e3a69dc1119c3290f24446f9
  Author: PMD CI (pmd-bot) 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M 404.html
M css/customstyles.css
M css/pmd-customstyles.css
M feed.xml
M index.html
M js/customscripts.js
M js/mydoc_scroll.html
M license.html
M news.html
M news_archive.html
M pmd_about_help.html
M pmd_apex_metrics_index.html
M pmd_devdocs_building.html
M pmd_devdocs_development.html
M pmd_devdocs_experimental_ast_dump.html
M pmd_devdocs_how_pmd_works.html
M pmd_devdocs_major_adding_new_cpd_language.html
M pmd_devdocs_major_adding_new_language.html
M pmd_devdocs_major_adding_new_metrics_framework.html
M pmd_devdocs_major_rule_guidelines.html
M pmd_devdocs_pmdtester.html
M pmd_devdocs_roadmap.html
M pmd_devdocs_rule_deprecation_policy.html
M pmd_devdocs_writing_documentation.html
M pmd_java_metrics_index.html
M pmd_languages_jsp.html
M pmd_languages_plsql.html
M pmd_languages_visualforce.html
M pmd_next_major_development.html
M pmd_projectdocs_committers_infrastructure.html
M pmd_projectdocs_committers_main_landing_page.html
M pmd_projectdocs_committers_merging_pull_requests.html
M pmd_projectdocs_committers_releasing.html
M pmd_projectdocs_credits.html
M pmd_projectdocs_faq.html
M pmd_projectdocs_trivia_meaning.html
M pmd_projectdocs_trivia_news.html
M pmd_projectdocs_trivia_products.html
M pmd_projectdocs_trivia_similarprojects.html
M pmd_release_notes.html
M pmd_release_notes_old.html
M pmd_rules_apex.html
M pmd_rules_apex_bestpractices.html
M pmd_rules_apex_codestyle.html
M pmd_rules_apex_design.html
M pmd_rules_apex_documentation.html
M pmd_rules_apex_errorprone.html
M pmd_rules_apex_performance.html
M pmd_rules_apex_security.html
M pmd_rules_ecmascript.html
M pmd_rules_ecmascript_bestpractices.html
M pmd_rules_ecmascript_codestyle.html
M pmd_rules_ecmascript_errorprone.html
M pmd_rules_java.html
M pmd_rules_java_bestpractices.html
M pmd_rules_java_codestyle.html
M pmd_rules_java_design.html
M pmd_rules_java_documentation.html
M pmd_rules_java_errorprone.html
M pmd_rules_java_multithreading.html
M pmd_rules_java_performance.html
M pmd_rules_java_security.html
M pmd_rules_jsp.html
M pmd_rules_jsp_bestpractices.html
M pmd_rules_jsp_codestyle.html
M pmd_rules_jsp_design.html
M pmd_rules_jsp_errorprone.html
M pmd_rules_jsp_security.html
M pmd_rules_modelica.html
M pmd_rules_modelica_bestpractices.html
M pmd_rules_plsql.html
M pmd_rules_plsql_bestpractices.html
M pmd_rules_plsql_codestyle.html
M pmd_rules_plsql_design.html
M pmd_rules_plsql_errorprone.html
M pmd_rules_pom.html
M pmd_rules_pom_errorprone.html
M pmd_rules_scala.html
M pmd_rules_vf.html
M pmd_rules_vf_security.html
M pmd_rules_vm.html
M pmd_rules_vm_bestpractices.html
M pmd_rules_vm_design.html
M pmd_rules_vm_errorprone.html
M pmd_rules_xml.html
M pmd_rules_xml_errorprone.html
M pmd_rules_xsl.html
M pmd_rules_xsl_codestyle.html
M pmd_rules_xsl_performance.html
M pmd_userdocs_best_practices.html
M pmd_userdocs_cli_reference.html
M pmd_userdocs_configuring_rules.html
M pmd_userdocs_cpd.html
M pmd_userdocs_cpd_report_formats.html
M pmd_userdocs_extending_defining_properties.html
M pmd_userdocs_extending_designer_reference.html
M pmd_userdocs_extending_metrics_howto.html
M pmd_userdocs_extending_rule_guidelines.html
M pmd_userdocs_extending_testing.html
M pmd_userdocs_extending_writing_java_rules.html
M pmd_userdocs_extending_writing_pmd_rules.html
M pmd_userdocs_extending_writing_rules_intro.html
M pmd_userdocs_extending_writing_xpath_rules.html
M pmd_userdocs_extending_your_first_rule.html
M pmd_userdocs_incremental_analysis.html
M pmd_userdocs_installation.html
M pmd_userdocs_making_rulesets.html
M pmd_userdocs_report_formats.html
M pmd_userdocs_suppressing_warnings.html
M pmd_userdocs_tools.html
M pmd_userdocs_tools_ant.html
M pmd_userdocs_tools_ci.html
M pmd_userdocs_tools_gradle.html
M pmd_userdocs_tools_java_api.html
M pmd_userdocs_tools_maven.html
M tag_devdocs.html
M tag_extending.html
M tag_getting_started.html
M tag_languages.html
M tag_metrics.html
M tag_release_notes.html
M tag_rule_references.html
M tag_tools.html
M tag_troubleshooting.html
M tag_userdocs.html

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/2033975330
https://github.com/pmd/pmd/compare/59b36b6185e2...3d72a0dcd7aa





[pmd-commits] [pmd/pmd] e7456c: Add an editme button at the bottom

2022-03-24 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: e7456c13413c29455d84d693fc3436b191e05261
  https://github.com/pmd/pmd/commit/e7456c13413c29455d84d693fc3436b191e05261
  Author: Bailey Tjiong 
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
M docs/_layouts/page.html
M docs/pages/pmd/devdocs/building.md

  Log Message:
  ---
  Add an editme button at the bottom


  Commit: 6bdce79bdd118a9c82358774a0569c0d0705220c
  https://github.com/pmd/pmd/commit/6bdce79bdd118a9c82358774a0569c0d0705220c
  Author: Bailey Tjiong 
  Date:   2022-02-25 (Fri, 25 Feb 2022)

  Changed paths:
M docs/_layouts/page.html
M docs/css/customstyles.css

  Log Message:
  ---
  Add small edit button to section heading line


  Commit: 0fbcfec9b1d52f3263eefdf4900b0a6ae95475c6
  https://github.com/pmd/pmd/commit/0fbcfec9b1d52f3263eefdf4900b0a6ae95475c6
  Author: Bailey Tjiong 
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
M docs/_includes/footer.html
A docs/_includes/header.html
M docs/_layouts/page.html
M docs/css/customstyles.css

  Log Message:
  ---
  Change the top and bottom edit buttons


  Commit: 9bb075526e4589a6c6b152475abb40058f510742
  https://github.com/pmd/pmd/commit/9bb075526e4589a6c6b152475abb40058f510742
  Author: Bailey Tjiong 
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
M docs/_layouts/default.html
M docs/_layouts/page.html
M docs/css/customstyles.css
M docs/js/customscripts.js

  Log Message:
  ---
  Add pencil icon (with edit link) to headers


  Commit: c082649ddab6f6055048b07d68099215c0e7b35d
  https://github.com/pmd/pmd/commit/c082649ddab6f6055048b07d68099215c0e7b35d
  Author: Bailey Tjiong 
  Date:   2022-03-15 (Tue, 15 Mar 2022)

  Changed paths:
M docs/css/customstyles.css

  Log Message:
  ---
  Remove h2 inline-block styling


  Commit: af9547af7d4bde3f70789b4cc1daae5b73949a98
  https://github.com/pmd/pmd/commit/af9547af7d4bde3f70789b4cc1daae5b73949a98
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M docs/_includes/footer.html
M docs/_includes/header.html
R docs/_includes/toc.html
M docs/_layouts/page.html
M docs/css/customstyles.css
M docs/css/pmd-customstyles.css
M docs/js/customscripts.js
M docs/pages/pmd/devdocs/building.md

  Log Message:
  ---
  [doc] Minor fixes (styling mostly)

Don't show edit buttons for generated pages


  Commit: 698b49df33e276afe488b2fa88d10db9d27dbb9c
  https://github.com/pmd/pmd/commit/698b49df33e276afe488b2fa88d10db9d27dbb9c
  Author: Andreas Dangel 
  Date:   2022-03-24 (Thu, 24 Mar 2022)

  Changed paths:
M .all-contributorsrc
M .github/workflows/build.yml
M .github/workflows/git-repo-sync.yml
M .github/workflows/troubleshooting.yml
M Gemfile.lock
M docs/Gemfile.lock
M docs/_config.yml
M docs/css/customstyles.css
M docs/pages/next_major_development.md
M docs/pages/pmd/projectdocs/credits.md
M docs/pages/pmd/userdocs/tools/ant.md
M docs/pages/pmd/userdocs/tools/java-api.md
M docs/pages/release_notes.md
M docs/pages/release_notes_old.md
M pmd-apex-jorje/pom.xml
M pmd-apex/pom.xml
M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/ast/ASTReferenceExpression.java
M pmd-apex/src/main/resources/category/apex/performance.xml
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/ast/SafeNavigationOperator.txt
M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/performance/xml/EagerlyLoadedDescribeSObjectResult.xml
M pmd-core/pom.xml
M pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
M pmd-core/src/main/java/net/sourceforge/pmd/PMDConfiguration.java
A pmd-core/src/main/java/net/sourceforge/pmd/PmdAnalysis.java
M pmd-core/src/main/java/net/sourceforge/pmd/Report.java
M pmd-core/src/main/java/net/sourceforge/pmd/RuleSetLoader.java
M pmd-core/src/main/java/net/sourceforge/pmd/ant/Formatter.java
M pmd-core/src/main/java/net/sourceforge/pmd/ant/PMDTask.java
M pmd-core/src/main/java/net/sourceforge/pmd/ant/internal/PMDTaskImpl.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/cli/PMDCommandLineInterface.java
M pmd-core/src/main/java/net/sourceforge/pmd/cli/PMDParameters.java
A 
pmd-core/src/main/java/net/sourceforge/pmd/internal/util/FileCollectionUtil.java
M pmd-core/src/main/java/net/sourceforge/pmd/lang/BaseLanguageModule.java
M pmd-core/src/main/java/net/sourceforge/pmd/lang/LanguageVersion.java
M 
pmd-core/src/main/java/net/sourceforge/pmd/lang/LanguageVersionDiscoverer.java
A 
pmd-core/src/main/java/net/sourceforge/pmd/lang/document/FileCollector.java
A pmd-core/src/main/java/net/sourceforge/pmd/lang/document/NioTextFile.java
A 
pmd-core/src/main/java/net/sourceforge/pmd/lang/document/StringTextFile.java
A