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

Add tests

github.com/pmd/pmd - cbd6368d5445e1747f0e1bf417ab755a052cce7c authored almost 2 years ago
Fix bug with FileId::fromPathLikeString

github.com/pmd/pmd - 0b0a4ef0de51979f8f2c9f2c53ba5379211a2ab6 authored almost 2 years ago
Cache path strings

github.com/pmd/pmd - aa0be20590bddce425f85f71caa12484038de8af authored almost 2 years ago
Fix problem with paths on windows

github.com/pmd/pmd - c385d58c4071833fec315f6e19c521fb47f361c2 authored almost 2 years ago
Merge branch 'master' into pmd7-textfile-display-name

github.com/pmd/pmd - ccd364b0656f9a896e639ff50723fa695d431248 authored almost 2 years ago
Merge branch 'master' into clem.pmd7-refactor-cpd

github.com/pmd/pmd - 837c7952f51148b31dcec90f66a70f2c7fcb5bd1 authored almost 2 years ago
Fix PMD dogfood issues

github.com/pmd/pmd - 08260c4190fe7d357cc19c3dcb8ab7504cd44bfc authored almost 2 years ago
[julia] Update for PMD 7

github.com/pmd/pmd - acc6aa2681dc677383e77e9d6ce72da9315cdc6d authored almost 2 years ago
Merge branch 'master' into pr-4403

github.com/pmd/pmd - 1ef32e4a3faa386b7b6fe6f5eadbd5ef3a3f54d3 authored almost 2 years ago
[doc] Add language page for JavaScript/TypeScript

github.com/pmd/pmd - 46fb8b2adb60ffc4f7d11723ff25af6294b00e0c authored almost 2 years ago
[typescript] Exclude TypeScriptLexerBase from checkstyle, fix PMD issues

github.com/pmd/pmd - c1343868982921a2cbcfff20d6184fc48300076a authored almost 2 years ago
[typescript] Update lexer for PMD 7

github.com/pmd/pmd - e4b9c30323e4f6391685a65e98e5d4fd009ef3ca authored almost 2 years ago
Merge branch 'master' into pr-4402

github.com/pmd/pmd - 490e019307a26ef9391f20e19bf2fcc0c5c96bac authored almost 2 years ago
[java] Fix rule doc for SingularField

Closes pmd/pmd.github.io#14
Co-authored-by: Zustin <[email protected]>

github.com/pmd/pmd - 7a89f550d97c786e61f842f87e84aa5489a1e79a authored almost 2 years ago
Fix link in release notes for 7.0.0-rc1

github.com/pmd/pmd.github.io - 97cccf309774190ad7391969fbc47c05f4471889 authored almost 2 years ago
[doc] Fix links to pmd_release_notes_pmd7.html

github.com/pmd/pmd - cf213fbbe3ab1e516da18c4f539b5d71ac3f08fa authored almost 2 years ago
Update design.xml

github.com/pmd/pmd - 702318a41df6b9c647093f8430d95ec9b2dcdb8c authored almost 2 years ago
Merge pull request #4450 from mohui1999:master

[java] Fix #4449 AvoidAccessibilityAlteration: Correctly handle Lambda expressions in Privileged...

github.com/pmd/pmd - 36efe645867bef2069225d8aaae0fb2b4291875e authored almost 2 years ago
[doc] Update release notes (#4450, #4449)

github.com/pmd/pmd - c71b3f5f3ad95d2c6a9b8853f414e9ee1d3ac703 authored almost 2 years ago
Add @mohui1999 as a contributor

github.com/pmd/pmd - db84305c44ef21269c5ad3278f96faae7c806110 authored almost 2 years ago
[java] Update rule test description (#4449)

github.com/pmd/pmd - 3052e0fac5b863859aedd350a9e1a640fdbd7b5d authored almost 2 years ago
[java] Update rule test description (#4273)

github.com/pmd/pmd - 7ee28a1227f6bb52322266c03b53783695b57e66 authored almost 2 years ago
Merge pull request #4444 from nirvikpatel:master

[java] CommentDefaultAccessModifier - ignore org.junit.jupiter.api.extension.RegisterExtension b...

github.com/pmd/pmd - 8896c3be327f1a946e6bd5446fa506d0431a99fa authored almost 2 years ago
[doc] Update release notes (#4444, #4273)

github.com/pmd/pmd - e73b011f9ad09649efc82d1bb289fa87bcbd52f0 authored almost 2 years ago
Add @nirvikpatel as a contributor

github.com/pmd/pmd - 435ae32f78e3e9efccabd99ca06402b97b7488d7 authored almost 2 years ago
Merge branch 'master' into pr-4444

github.com/pmd/pmd - da63a6237e106913004645990083889a68ed0cc2 authored almost 2 years ago
Support AvoidAccessibilityAlteration with Lambda

github.com/pmd/pmd - fd60aedd64594bb89c5af3a0134a44b5a713c483 authored almost 2 years ago
[doc] Fix github logo in footer

github.com/pmd/pmd - a9d8fe70a78c2cb63e10d48854c1f82adcb95e64 authored almost 2 years ago
[doc] Add old logo as reference documentation

github.com/pmd/pmd - 36fcc2965a4832efff3a6d92e482682bb239d867 authored almost 2 years ago
[doc] Add logos in square shape

Refs #4307

github.com/pmd/pmd - be19c6fe9badeae3ba270307298e8834f3e71ea1 authored almost 2 years ago
Update build-env docker

github.com/pmd/build-tools - 6bee689588f5ad52c64c45c365cf563972b1fa3b authored almost 2 years ago
Test GitHub releases script

github.com/pmd/build-tools - 4a36c7e39c535b43acccbd42243be170ddfa9ebf authored almost 2 years ago
pmd#4273 : Test Case Added

github.com/pmd/pmd - d9c0e874af6451a84ab344817e23575fb8573d1e authored almost 2 years ago
Update GitHub releases API

github.com/pmd/build-tools - 155dcf291426b5286e94a381754cf7ff314be965 authored almost 2 years ago
Skip tests when doing a release build

github.com/pmd/pmd - c9ef4531e97bdc780bb72800fcf14b850d265e99 authored almost 2 years ago
Allow snapshot dependencies in release candidate builds

github.com/pmd/pmd - 7e5b7c986901323b245360fc091dee5184323f71 authored almost 2 years ago
Replace more old URLs

github.com/pmd/pmd - f7d0444d86e8a891c94a6d6fe93edd13bbbfc8e2 authored almost 2 years ago
Fix externalInfoURLs in rulesets

github.com/pmd/pmd - 2e21c193fef0e4bfd33e048da0148f0493014379 authored almost 2 years ago
#4273:new AnnotationDescriptor Added

github.com/pmd/pmd - 6d247e643b06d4897d6f4aabf98594c2347c36f5 authored almost 2 years ago
Update sitemap.xml

github.com/pmd/pmd.github.io - 0a44ec055ee5591622775e5272fc39125f920241 authored almost 2 years ago
Update README.md

github.com/pmd/pmd.github.io - 44128cf1b3e23cb6a68fcdd8a26e4abe6d3fc932 authored almost 2 years ago
[doc] Update release notes (#4438)

github.com/pmd/pmd - 65a713a96da4d86c682449bf116a423b823759b4 authored almost 2 years ago
Update sitemap.xml

github.com/pmd/pmd.github.io - e37870cf8ebfb6cb09587755fc1f2ad87e441027 authored almost 2 years ago
[doc] Fix urls for documentation

- Don't publish the doc anymore to pmd.github.io - the docs are now hosted at docs.pmd-code.org
...

github.com/pmd/pmd - 910d3178dbf61b68bb3e6dd70f0446a3560106ff authored almost 2 years ago
[doc] Fix base url for documentation

github.com/pmd/pmd - 1c0d6c6a4f14bab244788935816264354173fbe8 authored almost 2 years ago
[doc] Restore release notes for next rc

github.com/pmd/pmd - 08e7afc252e6fca8933e9fbf138abd9300eda340 authored almost 2 years ago
Enable automatic redirect :)

github.com/pmd/pmd.github.io - 50a8bd6e1700d9d8368c96ac068c3318cf8b1923 authored almost 2 years ago
Update sitemap.xml

github.com/pmd/pmd.github.io - 7db5b85ca38a59695e4092bd8bdc5bb7202b0a9f authored almost 2 years ago
Remove old travis configuration

github.com/pmd/pmd.github.io - b8a930dd31f52d308fd7192971147a8bee01541f authored almost 2 years ago
Remove old docs. They are now hosted at docs.pmd-code.org

github.com/pmd/pmd.github.io - 8ce70a2dcfd3cf1d83d9a3916a5da1c82564033f authored almost 2 years ago
Add correct redirects to docs.pmd-code.org

Fixes pmd/pmd#4438

github.com/pmd/pmd.github.io - b4989f55d7acbdcc65bb794ad5e99b4f0779b023 authored almost 2 years ago
Update 2023-03-25-PMD-7.0.0-rc1.md

Fix urls to point to docs.pmd-code.org

github.com/pmd/pmd.github.io - 1f92a2f08b75386cc139ab4d2e9ebc848824f9e8 authored almost 2 years ago
Generated sitemap.xml

github.com/pmd/pmd.github.io - 8603e31d576ebbf26ff8f816543bcc38753e5b02 authored almost 2 years ago
Copying pmd-7.0.0-rc1 to latest

github.com/pmd/pmd.github.io - 50d841413222a9a815644fdbdc4c2259cb0b1518 authored almost 2 years ago
Added pmd-7.0.0-rc1

github.com/pmd/pmd.github.io - 9b0732d8556799331f02247c665869439ce8f156 authored almost 2 years ago
Prepare next development version [skip ci]

github.com/pmd/pmd - 8f240ba11dd743ec7761077d7793aece465a539e authored almost 2 years ago
[release] prepare for next development iteration

github.com/pmd/pmd - d9b2444d7e05e49168456b1d84cf6f1b663f2619 authored almost 2 years ago
[release] prepare release pmd_releases/7.0.0-rc1

github.com/pmd/pmd - 356af8b6365a22e3ee8834e55afefde764ffa866 authored almost 2 years ago
Prepare pmd release 7.0.0-rc1

github.com/pmd/pmd.github.io - 3ee2f8884aa4bfd159b1411b1a8d4ab7f03651ae authored almost 2 years ago
Prepare pmd release 7.0.0-rc1

github.com/pmd/pmd - 103beed66dd8db215d943f60fd140048589fc1b1 authored almost 2 years ago
Merge branch 'pmd7'

github.com/pmd/pmd.github.io - 42577e0bbac2a9db39d3c62bf4761d8599240343 authored almost 2 years ago
[doc] Fix release notes

Can't use jekyll includes outside of jekyll...
Can't use markdown in jekyll inside html...

github.com/pmd/pmd - b8e1c114b98dd75bd826872561b2d442073e75b1 authored almost 2 years ago
Don't use maven-release-plugin for release candidates

This allows us to use 7.0.0-SNAPSHOT for the designer

github.com/pmd/pmd - 01617c4c7b0b77d11804a0e14681f598381ff9f5 authored almost 2 years ago
Merge pull request #57 from oowekyala/compat-7.0

Update to latest pmd 7 changes

github.com/pmd/pmd-designer - e3c018ba595122b8f68da17ded7e2aad1743cc3c authored almost 2 years ago
Bump build-tools from 20 to 21

github.com/pmd/pmd - 0cfa71162cd41cd3954d0bebd0b59507d76ff81d authored almost 2 years ago
[maven-release-plugin] prepare for next development iteration

github.com/pmd/build-tools - fea0fbbcf30d6d6153d7919ad889fd57628cfc23 authored almost 2 years ago
[maven-release-plugin] prepare release 21

github.com/pmd/build-tools - db395c73327fa67996f86261a24f048da77d3513 authored almost 2 years ago
Bump pmd from 6.54.0 to 6.55.0

github.com/pmd/build-tools - 7b7061bfa19cac3d2f7c03e64979deea6f484a2c authored almost 2 years ago
Update ssh keys for github.com

See also https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/

github.com/pmd/build-tools - 196305f9cf598ab170aaa94c533bf17c436b2459 authored almost 2 years ago
Override target platform environment for mac

github.com/pmd/pmd-eclipse-plugin - b57484a5af8ab02d88fdc7f93e374bbb8f5e8a10 authored almost 2 years ago
[ci] Reduce the number of builds, add proper cache

github.com/pmd/pmd-eclipse-plugin - 0b3271971aa1e1f5c53efc0d07dbc37e0a0a68a9 authored almost 2 years ago
Move surefire config to parent pom pluginManagement

github.com/pmd/pmd-eclipse-plugin - ae60196c5cdc5a2c1b6e9bba5c76a94dde225f0b authored almost 2 years ago
Remove test requirement org.eclipse.jdt.launching.macosx

github.com/pmd/pmd-eclipse-plugin - b910714b0f48a52a2eceb1dd617bb5bcfd3191af authored almost 2 years ago
Add org.eclipse.jdt.launching.macosx as extraRequirements

github.com/pmd/pmd-eclipse-plugin - 22cbc93cced72ba470c6b8c90363c7de69cc1a79 authored almost 2 years ago
Bump tycho from 3.0.2 to 3.0.4

github.com/pmd/pmd-eclipse-plugin - 500749d39f65ade79c4570a3ed9f82708bd3e377 authored almost 2 years ago
[doc] Update release notes (#172)

github.com/pmd/pmd-eclipse-plugin - 79526b7b3c37aa47860f931a4cc3c384ae3f8065 authored almost 2 years ago
Set version to 7.0.0-SNAPSHOT

github.com/pmd/pmd-eclipse-plugin - 803657f435a91c98fe347c8ac419604e5429fb72 authored almost 2 years ago
Correctly configure default VM

github.com/pmd/pmd-eclipse-plugin - 49179c001b7419b53868e02710cb4cbdd06bf135 authored almost 2 years ago
Avoid waiting on progress monitors

github.com/pmd/pmd-eclipse-plugin - 8f1cbf7ad5917f0d3216002542c47dc594388a29 authored almost 2 years ago
[ci] Update github action build scripts

github.com/pmd/pmd-eclipse-plugin - 842bff7e0fbc0f04811bef371028b21f4909349d authored almost 2 years ago
Update target platforms

- add 2022-06, 2022-09, 2022-12, 2023-03
- remove kepler
- no toolchain
- using cbi to generate ...

github.com/pmd/pmd-eclipse-plugin - ec4c19f982c4cb90a92b397c96515fa7ef06a138 authored almost 2 years ago
Delete .vscode directory

remove accidentally checked in .vscode folder

github.com/pmd/pmd - 6c24e778477b13f89b5fea442fea8ac7fbbf051f authored almost 2 years ago
Added Coco language

github.com/pmd/pmd - fa1c51caef6fd8d5f6dd1a03446a7b626e8e8795 authored almost 2 years ago
Configure propertiesEncoding for maven-resources-plugin

github.com/pmd/pmd - c3bc33e8a22dcf939be8c633b7ff240d2bd2bd81 authored almost 2 years ago
Merge pull request #4389 from adangel:pmd7-kotlin-update-grammar-1.8

[kotlin] Update grammar to version 1.8 #4389

github.com/pmd/pmd - e320048700e4d011a88dca0d6f7d9b51a1033a8b authored almost 2 years ago
[doc] Update release notes (#4389)

github.com/pmd/pmd - 40fe60a594eb967fdac68f2e4391d7afc402cb0b authored almost 2 years ago
Merge branch 'master' into pr-4389

github.com/pmd/pmd - b41a4f9cdd6a6e96d00644813bfafc529f92e66b authored almost 2 years ago
Merge pull request #4428 from sfdcsteve:master

[apex] ApexBadCrypto bug fix for #4427 - inline detection of hard coded values #4428

github.com/pmd/pmd - 545bc0adc52546bc186dbcae0411000c8e665337 authored almost 2 years ago
[doc] Update release notes (#4427, #4428)

github.com/pmd/pmd - 638212af720ccf7bb921b64f62c08a3818fad008 authored almost 2 years ago
Add @sfdcsteve as a contributor

github.com/pmd/pmd - ff8d8e1462cebbaf7c2b06d42bb0aa3fa2fffbe3 authored almost 2 years ago
Merge branch 'master' into pr-4428

github.com/pmd/pmd - dd9d64a475bec19017944205ade6d40bd81aa35c authored almost 2 years ago
Merge pull request #4417 from oowekyala:pmd7.micro-opts

[core] [java] More micro opts #4417

github.com/pmd/pmd - 919b1d246a71297f6a1db77679102b3871ef161e authored almost 2 years ago
[doc] Fix dead links

github.com/pmd/pmd - 61799820021a368cf24e6b7e741661295441003d authored almost 2 years ago
Merge pull request #4429 from oowekyala:pmd7-warn-debug

[java] Make missing class warnings debug level #4429

github.com/pmd/pmd - 14e29b59c2cad599910be9e81eca6a25f1d1d6a7 authored almost 2 years ago
Merge pull request #4422 from adangel:pmd7-warning-without-debug

[core] Log semantic error warnings without debug note #4422

github.com/pmd/pmd - 8d9e5553b95ca0547258eda78c2992272707a46d authored almost 2 years ago
Merge pull request #4423 from adangel:pmd7-cli-file-list

[cli] Fix NPE when only --file-list is specified #4423

github.com/pmd/pmd - a93a94bce2be05c8f899213e1721981ef19b01d4 authored almost 2 years ago
Merge pull request #4373 from adangel:pmd7-update-release-notes

[doc] Update release notes for PMD 7.0.0-rc1 #4373

github.com/pmd/pmd - 78a7a5a44585aa4c3dba4103f3a5ed9aca28ab19 authored almost 2 years ago
Update release notes regarding release candidate

[skip ci]

Co-authored-by: Clément Fournier <[email protected]>

github.com/pmd/pmd - 5f01e8b79f1cff5a7e39a3f6a3ee373c6d709b5a authored almost 2 years ago
make missing class warnings debug level

Ref #3914

github.com/pmd/pmd - 8307d8f5faf34cfabd8a460c0edf4ffefabc2ea4 authored almost 2 years ago
Also add an optimized forEach impl

Benchmark (sourceFname) Mode Cnt Score Error Units
Stre...

github.com/pmd/pmd - c222173234b9d7b2e2b5c5a666bac9d08b92bc5a authored almost 2 years ago