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

Fix test under Windows

line endings...

github.com/pmd/pmd - 98a3b9216cdadd2ce30b81f91d265d3350b30203 authored about 2 years ago
Enable maven-pmd-plugin for test sources

Needs build-tools 20-SNAPSHOT
Uses new ruleset "pmd-test-dogfood-config.xml"

github.com/pmd/pmd - 1dc982bb691059bc813d4dc20ffcd84b84fda62d authored about 2 years ago
Make test classes and methods package-private

github.com/pmd/pmd - c23ecab2c671e7f88ca326efaa2ce27e26e24328 authored about 2 years ago
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - e8dc52f259553f8162632c256a9c2fc21fbd8557 authored about 2 years ago
Bump eslint from 8.31.0 to 8.32.0 (#160)

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

github.com/pmd/pmd-github-action - d0c03bbf6bf02b47d8ec05d40cafba2ad2cbf6fa authored about 2 years ago
[core] Make test classes package-private

This moves some utility methods around, that are used by
more than one test class.

github.com/pmd/pmd - d5b3478c8a5d06ab221c2a8d31d976a508beb0a8 authored about 2 years ago
Create pmd ruleset for test code

Refs #4155

github.com/pmd/build-tools - 903274c95fc8754a318bf7935cb29db22476c4ab authored about 2 years ago
Fix pmd dogfood - AbstractAntTestHelper.AntBuildListener should be final

github.com/pmd/pmd - 1486460f86715843faf2dbe46f9360df61967e4e authored about 2 years ago
[doc] Update "Testing your rules" for JUnit5

github.com/pmd/pmd - 125a016b36b9c8983417b713bd602a9f9cc0a3d4 authored about 2 years ago
[test] RuleTst - make runTestFromString private

github.com/pmd/pmd - d05148e4bdbd876fd19a6cb6d1b905f667019217 authored about 2 years ago
[test] Refactor RuleTst to use only RuleTestDescriptor

Only use RuleTestDescriptor instead of TestDescriptor.
TestDescriptor can be removed then.
Remov...

github.com/pmd/pmd - dc0f4dbfee753143869b8c2db8491076483a9b4b authored about 2 years ago
Migrate remaining junit usages

github.com/pmd/pmd - 78f1aa61ad79cca8e95e415df631a30e5f26d6d6 authored about 2 years ago
cleanup: remove AbstractTokenizerTest

github.com/pmd/pmd - a4f353d58048543d1b1f4f3ae61e9595e5327cb2 authored about 2 years ago
Merge branch 'pmd/7.0.x' into pmd7-junit5-part3

github.com/pmd/pmd - 8fb578866c5570b19f136438eb4e861e735aa837 authored about 2 years ago
[core] Deprecate some fields in AbstractAntTestHelper

Refs #4155

github.com/pmd/pmd - bab2e6f9ab6182aaf32ccb3f469cde35127f91db authored about 2 years ago
Migrate remaining ant tests to JUnit5

github.com/pmd/pmd - 234f9fe679f2727f9e6f293dd01285417a3193f7 authored about 2 years ago
[core] Deprecate BaseCPDCLITest

github.com/pmd/pmd - aa06344d8733a8d3cfd342a9cfc3690697745add authored about 2 years ago
[test] Deprecate BaseCLITest

github.com/pmd/pmd - 3dcecb6b552b6614bbb45a74ee7be927d633aac8 authored about 2 years ago
[core] Deprecate get/setEncoding on CPDConfiguration

github.com/pmd/pmd - 7c428db06207b80afe2e87db7fa7e1bcad66cad8 authored about 2 years ago
Create html-report-v2.xslt

XLST for creating HTML reports

github.com/pmd/pmd - cd59f45023f47b40cceb31b2031d59c704f2b59e authored about 2 years ago
Merge branch 'pmd:master' into master

github.com/pmd/pmd - 6d142a445ae8cafcf14fbf784729b19842096074 authored about 2 years ago
Fixes from review

github.com/pmd/pmd - 7494fc9ecdd558e7d050078b9ca554a33e249a49 authored about 2 years ago
Merge branch 'pmd/7.0.x' into pr-4235

github.com/pmd/pmd - 3afe1aa6d2ea6f686e4a3294c5bdf2adf6b961d1 authored about 2 years ago
Merge pull request #4233 from Monits:progressbar-revamp

[cli] Move CLI progressbar rendering to pmd-cli #4233

github.com/pmd/pmd - 9bc62266a22baa9095e172f5299c5bf6e8a86d1c authored about 2 years ago
Log debug through slf4j directly

github.com/pmd/pmd - 0ad3755a2b128c9c56fd7f28975dd90adbde8880 authored about 2 years ago
Fix unit tests

github.com/pmd/pmd - 478f6dfb091aee9437dc26967d67f1b83e59b843 authored about 2 years ago
Merge branch 'pmd/7.0.x' into pr-4233

github.com/pmd/pmd - f482bbb5a119015e410b0a2c5ad448c03d3f15aa authored about 2 years ago
Merge 'master' into pmd/7.0.x

github.com/pmd/pmd - a220b2c2d2b473c4b3f022847b3328d1543b3a99 authored about 2 years ago
Add webrick as gem dependency (jekyll/jekyll#8523)

github.com/pmd/pmd - 77b4970de89c3551ef630dd292a7b688192214fe authored about 2 years ago
Merge pull request #4050 from oowekyala:violation-decorators

[core] Implement violation decorators #4050

github.com/pmd/pmd - 276a6745092c69a8911da7a7afdd83f5e904151d authored about 2 years ago
[doc] Update release notes (#3203, #3902)

github.com/pmd/pmd - 7b64453a9997f19e0b6f08bd94692c78f7ede89f authored about 2 years ago
Mark RuleViolation::getPackageName etc. as DeprecatedUntil700

github.com/pmd/pmd - be9f22ab5201744d26e6724a95a69178d045eab6 authored about 2 years ago
Rename extraData to additionalInfo consistently

github.com/pmd/pmd - 084a262071bed2c8f297d6a99b4ec7d3e57f07ae authored about 2 years ago
[core] Internalize CSVWriter

github.com/pmd/pmd - 8b7b0c7d5cdec78f1086a117e660a9d9c3e1fb8a authored about 2 years ago
[java] Verify rule violation message for JUnitTestContainsTooManyAsserts and RedundantFieldInitializer

These contain placeholder like ${variableName} which should
be replaced by the actual value.

github.com/pmd/pmd - 10c281824ee295dec90bdb75b41e67b37c3e5a22 authored about 2 years ago
Merge branch 'pmd/7.0.x' into pr-4050

github.com/pmd/pmd - 0849b42865c5cc167974e4706d50eb809d0161ff authored about 2 years ago
Merge branch 'pmd:master' into master

github.com/pmd/pmd - dc0f8160987766046d74a23fb723c92aecc8cbed authored about 2 years ago
Make ASTVariableDeclarator not be a TypeNode

github.com/pmd/pmd - 1a7699035cfc379b6cc7d25b520d424c43cddfd1 authored about 2 years ago
[ci] Build and create baseline for experimental-apex-parser branch

github.com/pmd/pmd - d73095a69ffefabb33a44f8874ff58d91e70465b authored about 2 years ago
Merge pull request #4280 from aaronhurst-google:deprecate-apex-version

[apex] Deprecate ApexRootNode.getApexVersion #4280

github.com/pmd/pmd - 5a8f8f06e702106ded4fe7afbadbc4c2798cf6f3 authored about 2 years ago
[doc] Update release notes (#4280)

github.com/pmd/pmd - 8985c9dbf3b69cfbc59f0c7e1d2e6e3a00bf7a20 authored about 2 years ago
[doc] Update release notes [skip ci]

- #2716 has been done with PMD 6.32.0 already
- #2528 was listed twice

github.com/pmd/pmd - 12620346505273c5de0171afa0418eb080d6b592 authored about 2 years ago
[core] Refactor usage of snakeyaml

It was a dependency via apex-jorje, but there snakeyaml is actually not needed.

During generati...

github.com/pmd/pmd - 33315c498e2b3f746c71ecac47a4ed5956a2f0d0 authored about 2 years ago
Cleanup duplicated license header

github.com/pmd/pmd - 408d6d557e961f2af725e87cc73f63d1e6c81eb2 authored about 2 years ago
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 8dd9776dbc61185fe9c847618398a8554a7d61de authored about 2 years ago
Bump @actions/artifact from 1.1.0 to 1.1.1 (#157)

Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 1...

github.com/pmd/pmd-github-action - 2c4443b92cba3944615badb53e1cab6a35ca8bbb authored about 2 years ago
[core] Allow empty values for rule properties

Fixes #4279

github.com/pmd/pmd - 611cb94b7a76b59ce3d1b90ef4a431ce1fda72f9 authored about 2 years ago
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 060607044bf3583375bce6d4a9b31bcd1a54587a authored about 2 years ago
Bump eslint from 8.30.0 to 8.31.0 (#156)

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

github.com/pmd/pmd-github-action - c5968e20960472d105e53d5622ac7f53da1190c5 authored about 2 years ago
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 049a69586933d8d6b54132e2996cda0be072a23a authored about 2 years ago
Bump actions/setup-node from 3.5.1 to 3.6.0 (#158)

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

github.com/pmd/pmd-github-action - 3a39210859e5571427e85dad859b8b559df1998b authored about 2 years ago
Updated CHANGELOG.md

github.com/pmd/pmd-github-action - 2223d706a209b69677a56e04844f96ea6538993b authored about 2 years ago
Bump nock from 13.2.9 to 13.3.0 (#159)

Bumps [nock](https://github.com/nock/nock) from 13.2.9 to 13.3.0.
- [Release notes](https://git...

github.com/pmd/pmd-github-action - 195c080a396157c3c1f32e0379833368b3c9eaec authored about 2 years ago
[java] Migrate tests to JUnit5

github.com/pmd/pmd - 12efd48c8bd894d60a4250741530871487849595 authored about 2 years ago
[core] Migrate tests to JUnit5

github.com/pmd/pmd - 8ff7b18439eeb231e729a4eb9f899cc1cf423f29 authored about 2 years ago
Merge branch 'pmd/7.0.x' into pmd7-junit5-part3

github.com/pmd/pmd - c5a9e785fffdde7916c75296a62cb5bd77ef1e8e authored about 2 years ago
Update gems

Fixes https://github.com/pmd/pmd/security/dependabot/34
Fixes CVE-2022-46648
Fixes https://githu...

github.com/pmd/pmd - 89b947bec56fca1a2c902a1968c27aa6b2bb9370 authored about 2 years ago
Suppress MissingOverride for Chars::isEmpty (#4291)

github.com/pmd/pmd - 86c2ca55784b8aa90b22c18c60653df965ee6a49 authored about 2 years ago
Bump mockito from 2.28.2 to 4.11.0

This fixes the build with Java 17

github.com/pmd/pmd - a856b622ece197c3cbde735924ff38d7f6e958cb authored about 2 years ago
[java] Ignore synthetic methods and fields in tests

When running PMD build for sonar and coveralls, the jacoco agent will insert a synthetic method ...

github.com/pmd/pmd - 81ece009e143c906417e3c9ae87d7cac79b97d1c authored about 2 years ago
Merge pull request #4285 from mluckam:elasticsearch_visiblefortesting

[java] CommentDefaultAccessModifier - add co.elastic.clients.util.VisibleForTesting as default s...

github.com/pmd/pmd - 6c336b37e4eb783675d01a33e74959f678c97e17 authored about 2 years ago
[java] CommentDefaultAccessModifier - extend test case for junit5

Refs #3859

github.com/pmd/pmd - 11a33a536da118a050654f0cb817568085193a27 authored about 2 years ago
[doc] Update release notes (#4285)

github.com/pmd/pmd - 60d46d4234c95afada3b3fc2eb0eb7556f6ee68d authored about 2 years ago
Add @mluckam as a contributor

github.com/pmd/pmd - a388d8466f7fa8e445f1f5723d77d56fc7319369 authored about 2 years ago
add more accurate test description

Co-authored-by: Andreas Dangel <[email protected]>

github.com/pmd/pmd - f6504a6875ce1eadfedd0969ac0b0066b7a58824 authored about 2 years ago
add co.elastic.clients.util.VisibleForTesting to collection of default

suppressed annotations for rule CommentDefaultAccessModifierRule

github.com/pmd/pmd - de4fb8239f6d7852b3d7f3ee67b05a7128a74b44 authored about 2 years ago
Merge branch 'clem.type-annots-in-infer' into 7.0.x

github.com/pmd/pmd - 9964f116a4f970713de40437ce7e585780192486 authored about 2 years ago
Merge branch '7.0.x' into clem.type-annots-in-infer

github.com/pmd/pmd - d60145e703f292ee16ca8a6a99cea12664cbf8c9 authored about 2 years ago
Merge branch '7.0.x' into violation-decorators

github.com/pmd/pmd - 6a5888cb8ba575517e623bed590c1a811ecf3ae7 authored about 2 years ago
Merge branch '7.0.x' into pmd7-language-lifecycle

github.com/pmd/pmd - 089e9b1f236a65772e01e8714721fd796c5535eb authored about 2 years ago
Merge branch '7.0.x' into clem.pmd7-cpd-deprecations

github.com/pmd/pmd - c6f18c48068f20cb651f01e4916496f4476a367e authored about 2 years ago
Remove unused imports.

github.com/pmd/pmd - 0715bd91d55433711ffa3e320b4c4c368b4da916 authored about 2 years ago
Deprecate ApexRootNode.getApexVersion.

Assume Apex version is >= V176.

github.com/pmd/pmd - f0137f290780b8f9998f30097eb5a14341cd4480 authored about 2 years ago
Fix dogfood pmd violations

github.com/pmd/pmd - ad87340729b29f2a85feabb247d09dcd4c39917e authored about 2 years ago
PMD For Eclipse 4.42.0.v20221231-1753-r Released

github.com/pmd/pmd.github.io - b2f9838ec2a895c856c7762adf60e9de4611335a authored about 2 years ago
Prepare next pmd-eclipse-plugin development version 4.43.0-SNAPSHOT

github.com/pmd/pmd-eclipse-plugin - 45fffa823d670d81c49effd9e91c8f11a85fc722 authored about 2 years ago
Prepare release pmd-eclipse-plugin 4.42.0.v20221231-1753-r

github.com/pmd/pmd-eclipse-plugin - 6d5736cde30fb8e6647a8d49ca620198be73d59f authored about 2 years ago
Fix dogfood pmd violations

github.com/pmd/pmd - a653fb498c1eda04cfe362c6fb39223020c6d07d authored about 2 years ago
Copying pmd-6.53.0 to latest

github.com/pmd/pmd.github.io - 6f6e1d1bde9120a1ade00bed20f2c9cfa847fdba authored about 2 years ago
Generated sitemap.xml

github.com/pmd/pmd.github.io - 30cfeef3ee17f40a7a9914e4fd9d0073ba647655 authored about 2 years ago
Added pmd-6.53.0

github.com/pmd/pmd.github.io - 32e03edd5ca21bed2b0550d6e4454b51fdeeb88b authored about 2 years ago
Updated to PMD 6.53.0

github.com/pmd/pmd-eclipse-plugin - 054434c78458cafa30edc43a40d1e8ed42e8f90c authored about 2 years ago
Merge 'master' into pmd/7.0.x

github.com/pmd/pmd - 841907907a3c988d081ac624d65025b7c843033c authored about 2 years ago
Bump pmd from 6.52.0 to 6.53.0

github.com/pmd/pmd - 14b39cee83c37b24cce04dc318da45b43aab5474 authored about 2 years ago
Prepare next development version [skip ci]

github.com/pmd/pmd - 3cdf1f2c744cfa87509ba43c44726161da5cbc0b authored about 2 years ago
[maven-release-plugin] prepare for next development iteration

github.com/pmd/pmd - 6a6acb9b435a55cf010cbff1a4a0be93e69c8544 authored about 2 years ago
[maven-release-plugin] prepare release pmd_releases/6.53.0

github.com/pmd/pmd - 37103451bf0df705fb0a2aa899e1a6996c9dcf37 authored about 2 years ago
Prepare pmd release 6.53.0

github.com/pmd/pmd.github.io - 5705478fc03d665b1caab36f0c7aa97d4d2de428 authored about 2 years ago
Prepare pmd release 6.53.0

github.com/pmd/pmd - 349c89240ab8cf0d30f279e23a79bc5ee6467ede authored about 2 years ago
[doc] Fix old rule references

github.com/pmd/pmd - 94a57d70956418abf3efe9239f613767fc186073 authored about 2 years ago
Merge pull request #4276 from kdebski85:issue-4266-compact-constructor-with-lambda-pmd7

[java] Add test for lambda in record compact constructor (pmd7) #4276

github.com/pmd/pmd - 597e30cfd7adbfbbaba20d81b572175be836902e authored about 2 years ago
Fix rule tests

github.com/pmd/pmd - 94b3793d9d1d893d42caf1ecbfee9df3c27c3b04 authored about 2 years ago
Fix compile errors

github.com/pmd/pmd - ebe4ebe71c109ffe0e3fab14a124fc23b01642be authored about 2 years ago
Merge branch 'master' into pmd/7.0.x

github.com/pmd/pmd - 44914419e24fb3465d6f186001afc84c9764ea23 authored about 2 years ago
Merge pull request #4259 from adangel:pmd7-issue-4248-zip-files

[core] Use jar filesystem provider for zip files (pmd7) #4259

github.com/pmd/pmd - 583257c3e2ef52caf37c04ea89ab8a2501662fea authored about 2 years ago
Add TODO comment for deleting PathDataSource

github.com/pmd/pmd - cd3128e7d175ed07a3fae8ce8ab6fb4f71a573a4 authored about 2 years ago
Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-lambda

[java] Fix finding lambda scope in record compact constructor #4274

github.com/pmd/pmd - f0e113c376d530eb0d2cdd28899f925c7a9fc5eb authored about 2 years ago
[doc] Update release notes (#4266, #4274)

github.com/pmd/pmd - ebefb36c730760702b9df85b647da908ce8f7ec8 authored about 2 years ago
Add @kdebski85 as a contributor

github.com/pmd/pmd - d0367d024805a86a277ca4f686656e69615f03d0 authored about 2 years ago