Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PMD

An extensible multilanguage static code analyzer.
Collective - Host: opensource - https://opencollective.com/pmd - Website: https://pmd-code.org - Code: https://github.com/pmd

[doc] Add a note for aux classpath missing doc

github.com/pmd/pmd - 05668150b10b6d0eefd655141730ad417a14a91d authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Fix StringIndexOutOfBoundsException for default packages

github.com/pmd/pmd - ec2882a4f3499e7ca0783b870f7991391ffe5eb3 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[core] Support loading classes from runtime images

That's one missing piece to support running PMD on a different JRE
than the one used for analyzi...

github.com/pmd/pmd - 1fcb1077d037acd21b9238d9eb7a4e6b521d7fcf authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Merge pull request #4621 from oowekyala:issue4620-classloading-child-first

[core] Make ClasspathClassLoader::getResource child first #4621

github.com/pmd/pmd - 3e2de671907a2b2984880e50105072fd6c26116c authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 087b87d45146eaa800fadcb4069510caee64b30d authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Bump actions/setup-node from 3.6.0 to 3.7.0 (#201)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0.
- [Relea...

github.com/pmd/pmd-github-action - 8f4ebcc1c4ff51033b49d570b8a0518a149a8c17 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Simplify test case

github.com/pmd/pmd - 42aee1d3d841e2c63aa9ce8662b3c41ccf387ff2 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 9132b883951e6e34f50fc5c597af3627d8e07b28 authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Bump eslint from 8.43.0 to 8.44.0 (#199)

Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.0.
- [Release notes](https...

github.com/pmd/pmd-github-action - 911b79aec6c6e1950c2bb3e2edcd83945e0411f0 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - ee2495fbcd572583d82dc76556983b55d0165c41 authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Bump jest from 29.5.0 to 29.6.0 (#200)

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.0.
-...

github.com/pmd/pmd-github-action - 16706a24ad378e076bfe3e1dfd928e4ab85c5dd9 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[doc] Update release notes - removed apex rules

github.com/pmd/pmd - 3a6fe3d507ed7685a148b8c390fbad9e66138856 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update migration guide (Java AST: Flattened Statements)

github.com/pmd/pmd - 43948893e31f6062c5791b31430157e173b3d5e4 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update release notes

github.com/pmd/pmd - 9673a23912b0e98e306218da02f92cf6a0c4a02b authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Add test

github.com/pmd/pmd - 11ca2952e5a379b6bbc94a024b5c29504d6fad1d authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Make ClasspathClassLoader::getResource child first

github.com/pmd/pmd - b327c13679987f2636262c61c6ddadb2954f58df authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Add tests for UseDiamondOperator

refs #4619

github.com/pmd/pmd - 0557c5c85eccdb98577590e3425170e236646649 authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Update migration guide (Java AST: Body declarations, Module declarations, anonymous class declarations, method and constructor declarations, formal parameters, void type)

github.com/pmd/pmd - ec201c9af6ceaad11ff542f3bc928c88bb797e78 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[core] Deal with errors from threads in multithreading mode

If an error occurs in multithreading mode, PMD now
rethrows this. Such errors indicate a serious...

github.com/pmd/pmd - 6fc45493e7a1abe1b007395c02dfa83ba7c32f26 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[core] Fix loading language properties from env vars

The environment variables should be uppercase as documented.

github.com/pmd/pmd - 5f4acdb4007c14b22eeb24f158419715cbd58c9d authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[doc] Update release notes (#4453)

github.com/pmd/pmd - 53fcf249ee5206f49cbeffee1762fcec9408f067 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[apex] Fix rule test for UnusedMethod

Refs #4453

github.com/pmd/pmd - 256ae4283003d94a0204f8edea4c08e25dff4abc authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[apex] Add rule test for UnusedMethod

Refs #4453

github.com/pmd/pmd - 670eea4f3be55922eecd6fb4839c1c60682204c1 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Merge pull request #4528 from nawforce/update-apexlink

[apex] Update to apexlink

github.com/pmd/pmd - 2f36868dcdf8d25e970ad5f35a07b5058ed738cf authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update @nawforce as a contributor

github.com/pmd/pmd - 1d66177c48c68aa7aac706cf4598fb09d6ef5b1e authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[doc] Update release notes (#4528)

github.com/pmd/pmd - e084b4978e7b3d8006610a9968f6384095f00240 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Fix checkstyle

github.com/pmd/pmd - 60dfa53f7762c5351724e2de066ea5bea98b4fcb authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Fix test - add workaround for differing antlr versions

github.com/pmd/pmd - 68cc4e73151c3bb339997e922b3864872b230def authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Merge branch 'master' into pr-4528

github.com/pmd/pmd - 79b5904827257a7f3c28ea2a7ff818a1323a53b0 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[apex] ApexCRUDViolation: Add support for "as user"

Refs #4368

github.com/pmd/pmd - 0b9d5ec5e497cb6ab5c447e79880eb4f7a3b15a2 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Guava is needed for apex at runtime as well - remove default scope test

github.com/pmd/pmd - 25539e1fc012af62dbc1bd812b491f2f1f323a5c authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[doc] Update release notes for PMD 7

github.com/pmd/pmd - 56d5bfc908c71fe918356d431a8ea97c8af47a25 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[apex] Update jorje to latest version from 2023-06-05

Fixes #3973

github.com/pmd/pmd - aeb15040792d4dd907143ab6ad172447e3a738d7 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Bump guava from 31.0.1 to 32.0.1

Fixes https://github.com/pmd/pmd/security/dependabot/41
Fixes CVE-2023-2976
Fixes https://github...

github.com/pmd/pmd - deed0ec8cc818e312fb4d05f0f12b93c220a1d91 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Fix path for regression tester artifact upload (again)

github.com/pmd/pmd - f5829ac5b15fb410ef65040e3334339319f6e1bc authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Fix path for regression tester artifact upload (again)

github.com/pmd/pmd - d0bc4c70e83fbe6b8ea72674b1890d93de2565ba authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Fix path for regression tester artifact upload

github.com/pmd/pmd - 8d08ab262a086afadaa9bb73d483fd0806c04cc3 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[doc] Update release notes

github.com/pmd/pmd - 47d3728d62b0cf9afba46c8e219a55887cf6f279 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Merge pull request #4604 from adangel/issue-4596-apex-excessivepubliccount

[apex] ExcessivePublicCount: consider properties

github.com/pmd/pmd - 6a3eb6f12e7b213cfe09ae7500197cb047a5a100 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
[apex] ExcessivePublicCount: consider properties

Fixes #4596

github.com/pmd/pmd - 03a5b7549e8eae13d430a41d0f763aa9c7dc637d authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Upload regression tester report as artifact

github.com/pmd/pmd - d238de53071a28ff74609dad2c3779f1bd2e8387 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Bump maven from 3.9.0 to 3.9.2

github.com/pmd/build-tools - 9190c20124629b7bd663ec5076d90385611ac280 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Increase maven download ttl to 180s again

github.com/pmd/pmd - 601abc0a3e3d5a1e7252f205fe7d58e6e9f65f13 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Bump maven from 3.9.0 to 3.9.2

Maybe that fixes the download issues in azure
See https://issues.apache.org/jira/browse/MRESOLVE...

github.com/pmd/pmd - 69e15ba23c83249dda50acb4006b971474f875f7 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Next try to fix maven downloads

- reduce ttl to 30 seconds
- show transfers/downloads

github.com/pmd/pmd - 40b0f5ed235140d74a08431250b256112cf94de4 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update intellij code style

github.com/pmd/build-tools - edab894ce23cb7e8fc7b26ff1c99c8564211796e authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Use new aether properties to configure http ttl for maven

Since 3.9.0, maven uses native mode instead of wagon: https://maven.apache.org/docs/3.9.0/releas...

github.com/pmd/build-tools - 6a79144a316a6799755f9cec9899108320c55fba authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Use new aether properties to configure http ttl for maven

Since 3.9.0, maven uses native mode instead of wagon: https://maven.apache.org/docs/3.9.0/releas...

github.com/pmd/pmd - 92ae88b4b3d23331818f32c5e434cea1dba96020 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 26c0078b0f7ddbdd322f83d28cfd0eaf6985ab6c authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Bump eslint from 8.42.0 to 8.43.0 (#197)

Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.43.0.
- [Release notes](https...

github.com/pmd/pmd-github-action - fa5f0d30432cb72a9f895a4aa3b52ce0cba93451 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updated dist

github.com/pmd/pmd-github-action - 849b5b8026c85cf3da7c50117e5da2dd260ec5ac authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 4890ada4dbd4f8fcfe8566ed2ab4163bb9277acb authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Bump semver from 7.5.1 to 7.5.3 (#198)

Bumps [semver](https://github.com/npm/node-semver) from 7.5.1 to 7.5.3.
- [Release notes](https...

github.com/pmd/pmd-github-action - 9b0718c35bae08506eac9bd092487ad6d13fe0a4 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updated dist

github.com/pmd/pmd-github-action - 8663f9aa7ba4101710c4b58820b60e46a1c91644 authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 44d4fd944c1b4abd40c1312a4e9cb042c5bf53e3 authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Bump @octokit/rest from 19.0.11 to 19.0.13 (#196)

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.11 to 19.0.13.
- [Release n...

github.com/pmd/pmd-github-action - 4ad6a4e1bdafeba65a61be30bfdde348f73e7ef4 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[doc] Update all contributors (@linusjf)

github.com/pmd/pmd - ae506ac04eaaf7470275e6bffd556361a4ef9464 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 71a26af46a7097e9180b4084db0dcfbbd4ff78b1 authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Bump convert-action from 0.2.0 to 0.2.2 (#194)

Bumps [convert-action](https://github.com/mheap/convert-action) from 0.2.0 to 0.2.2.
- [Release...

github.com/pmd/pmd-github-action - a9e14b3b2b749d53b666ccd946b5881b331956df authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update migration guide (Java AST, Types, Declarations)

github.com/pmd/pmd - 6ad8363bae3187506e42cc2e868ebb6765265da9 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update migration guide (Java AST, Annotations)

github.com/pmd/pmd - 08f3776a2aa2f9e3c5ec43f59b66fe0a3df0e75d authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update migration guide (Java AST)

github.com/pmd/pmd - 86f06ae268d12c9fc64d19d9dbf97f538616e0e6 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Add deprecated to Tokens ctor

github.com/pmd/pmd - efecee4b7b17c6a69fd90829b2215a888622e66d authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Update migration guide (Java AST)

github.com/pmd/pmd - a43a3d7c8fb4cb146a44005bb20232f22f7c5035 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update migration guide (Node and NodeStream)

github.com/pmd/pmd - d07240c872cd65bfa29c1a9889b3d414376bf8d7 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Delete cpp default version

github.com/pmd/pmd - 6f6608dad96a9e60fe2a960dcacdc647171b4e01 authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Move forgotten things into language specific packages

github.com/pmd/pmd - 287a9a275ce9d36b6b81349f6a49ec62568b1fc1 authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Consolidate CPD packages

github.com/pmd/pmd - 629e3b415ce097b8c7826b27e576daa4d31096bf authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Fixups

github.com/pmd/pmd - 4ef43e961777cf5da1593324dd695fa537576cf0 authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Merge branch 'master' into clem.pmd7-refactor-cpd

github.com/pmd/pmd - c54d3bb30447d459299a136838bf8d946abdb0df authored over 1 year ago by Clément Fournier <clement.fournier@tu-dresden.de>
Update migration guide (xpath rules)

github.com/pmd/pmd - 9b1431df7d53edc9f512c1c14577016d8adc95a1 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update migration guide

github.com/pmd/pmd - d0817da19c8c63adda61b1f2b0232231f62f8cee authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Fix drag and drop for tests case violations

github.com/pmd/pmd-designer - 84be06e22719001525049be1e0d99a6f81d726de authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Perform the persistence asynchronously to not block the main (UI) thread

This avoids "your app is not responding" errors, while the git command is waiting for
password i...

github.com/pmd/pmd-designer - 127367bb1373aa2a12b7b2ebbec1c0736fe1821c authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Merge pull request #68 from expose-prop-defaults

Expose all properties with default values #68

github.com/pmd/pmd-designer - 64b89c6ac0d1e434122d344ec0e45b7b8a9823c5 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update release notes (#68)

github.com/pmd/pmd-designer - 4ab974feaa1371a4671668a5e40d8e8a07d8920e authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Remove completion dependency from dist

github.com/pmd/pmd - 2fc4cb9929a396305bccaa466705ec56528bba4e authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Fix indentation

github.com/pmd/pmd - 7062d795777b10ff77130cb389425d848e4bf277 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Change completion generation to runtime

- We no longer ship a pre-built completion script
- A hidden subcommand is available to genera...

github.com/pmd/pmd - 5a55af46d35e74ba80a3e2015ad9f3c9d2026def authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Fix import order

github.com/pmd/pmd - febd279be212aa0faf19f119a069ab2456dc83bd authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Fix import order

github.com/pmd/pmd - 3bac2315169527927b56a4af9420a63ddad3a1a1 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Expose all properties with default values

- The current implementation was leaving out any property without a set
value instead of tak...

github.com/pmd/pmd-designer - 04302c9697f97afb5595822c48f3f1c23fe61278 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Merge pull request #64 from adangel/log-exceptions

Log exceptions

github.com/pmd/pmd-designer - 4266f7451be8a5f33bdf4318cd1b0ce112c11f0a authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Merge branch 'master' into log-exceptions

github.com/pmd/pmd-designer - e4f04006aaa7503f9945cc629b6d511b88215f2d authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Merge pull request #66 from adangel/update-pmd-7.0.0-rc3

Update to PMD 7.0.0-rc3

github.com/pmd/pmd-designer - f3211df5df7abf965cb4811d92bea5a512be5a45 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Update AST tests

github.com/pmd/pmd - 7f66265c1c5c1b1df0fbde274bda1660c97ebaf3 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Add test cases

github.com/pmd/pmd - 34a3f792c9d14e118f60e16dc35de148348818a7 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Add a new rule for MissingEncoding

- Enforce XML files have an encoding set in the XML Declaration

github.com/pmd/pmd - 59fca83d1018c95d7d4f6a67cef3ce9c532f36d2 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Expose XML Declaratoin as attributes

github.com/pmd/pmd - f2c7da364cf46c66d023657ab78dbb16989d0489 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Update changelog, refs #4578

github.com/pmd/pmd - e9ee4a94c601e3d490e6cfa4699b22ff4d9691a3 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Be more explicit as to when we want to extend the range

github.com/pmd/pmd - 1d6f0a43b53af29d200f049fa077a978562a9d36 authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Allow comment parsing to include comments after

- This is safe even for the last token
- I don't love the semantics of this… get leading comme...

github.com/pmd/pmd - d1daf9e3fd061256191530fb7e8de23e35ac09af authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Add failing use case for #4578

github.com/pmd/pmd - e342bfd7f8d23ea8cfba6dc3bf26c2d8943da36a authored over 1 year ago by Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 30ffd1e20175446b6c532be868fa2a3df56912b3 authored over 1 year ago by GitHub Actions (pmd-bot) <pmd-bot@users.noreply.github.com>
Bump eslint from 8.41.0 to 8.42.0 (#192)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0.
- [Release notes](https...

github.com/pmd/pmd-github-action - 0c307cb5f5d245e323b0bc9b457c102e217a7dd2 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[doc] Add migration guide for PMD 7

github.com/pmd/pmd - d253f36ed5c838b77111f7839a35dadea5df7965 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Update to PMD 7.0.0-rc3

github.com/pmd/pmd-examples - 796fa54d07208fcae196a88c3e99fe1114b4f7c0 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Improve caches, reduce command outputs

github.com/pmd/pmd-examples - 2cfd612697899523e3a398a602848167a490f897 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
[ci] Print Test successful message at the end

github.com/pmd/pmd-examples - 733ebdefbb329127b3400714129e021d6a7b8c2b authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>
Fix deprecated CLI parameter "language"

github.com/pmd/pmd-examples - 5eb0074fecea6f434979f2a834d420ca53c9fb95 authored over 1 year ago by Andreas Dangel <andreas.dangel@pmd-code.org>