Ecosyste.ms: OpenCollective

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

github.com/pmd/pmd-eclipse-plugin

The pmd-eclipse-plugin integrates the source code analyzer PMD into the Eclipse IDE
https://github.com/pmd/pmd-eclipse-plugin

Prepare next pmd-eclipse-plugin development version 4.5.0-SNAPSHOT

32b591f6788dc9a4a2bf25b32d804ead9e77b842 authored over 5 years ago by Andreas Dangel <[email protected]>
Prepare release pmd-eclipse-plugin 4.4.1.v20190620-0836

61b237eefb1a38c8f474098c749bf538fa81d4d8 authored over 5 years ago by Andreas Dangel <[email protected]>
Fixes #103: IllegalStateException: Must be called in the UI thread

98f67f8ebfbdd2526a8452534117ed6bdf629e5e authored over 5 years ago by Andreas Dangel <[email protected]>
Add top-level license file

a8cac68ad0c983e5b9cc535a0194391b229d896c authored over 5 years ago by Andreas Dangel <[email protected]>
Prepare next pmd-eclipse-plugin development version 4.4.1-SNAPSHOT

4a3ddbb83a2e1b30a3fe678fea6b0126bf38abca authored over 5 years ago by Andreas Dangel <[email protected]>
Prepare release pmd-eclipse-plugin 4.4.0.v20190526-1012

fdef5eb08ee48b09b1aee66755a20d6c335679b7 authored over 5 years ago by Andreas Dangel <[email protected]>
Bump version to 4.4.0

fbb78306f4a4f60ea35f912f09b8261dcea477cb authored over 5 years ago by Andreas Dangel <[email protected]>
Updated PMD to 6.15.0

5ea1820732a0c44b2c1255fc67ff3d2f934e82f7 authored over 5 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-100'

44ca1ccac9dc432483bd3a781f941fa59573a592 authored over 5 years ago by Andreas Dangel <[email protected]>
Update release notes, refs #100

cfa371377e33c4059332b48541a27108df8743ee authored over 5 years ago by Andreas Dangel <[email protected]>
Add missing french translations

61438ba8e70669854119b478e67326c5a6d78865 authored over 5 years ago by e020873 <[email protected]>
Prepare next pmd-eclipse-plugin development version 4.3.1-SNAPSHOT

3faeed0ad0e8acb52223ae01b598dd69d4385695 authored over 5 years ago by Andreas Dangel <[email protected]>
Prepare release pmd-eclipse-plugin 4.3.0.v20190428-0918

1ee786ecdf94f6064dab2ac8d65e28b4b54e0f4b authored over 5 years ago by Andreas Dangel <[email protected]>
Upgrade build-tools

7b0e5657d4bbb81bc2ebf5edb23b03d686700c4b authored over 5 years ago by Andreas Dangel <[email protected]>
Upgrade tycho to 1.4.0

bd1d852c34efc98cae9700980cd5bd9c2e7c25a4 authored over 5 years ago by Andreas Dangel <[email protected]>
[ci] update notification

048fa071708a76dd3e2b114afbdd31c6546d173f authored over 5 years ago by Andreas Dangel <[email protected]>
Update PMD to 6.14.0

62dfe15d109e6c765eb83c9eeb10606d7d8816ad authored over 5 years ago by Andreas Dangel <[email protected]>
Update release howto

d5c349a5d9c3cc6949a05c87f1ce9d6bfdc3a457 authored over 5 years ago by Andreas Dangel <[email protected]>
Prepare next pmd-eclipse-plugin development version 4.3.0-SNAPSHOT

3a61039381eb995430b81a5eea18a2eda4ce12a8 authored over 5 years ago by Andreas Dangel <[email protected]>
Prepare release pmd-eclipse-plugin 4.2.1.v20190426-1741

92653b4ee97d3b9c0b81d38023b534f8e5b4619f authored over 5 years ago by Andreas Dangel <[email protected]>
Document API changes

a73ec9e4d846b72e9b5bf67ea32d0193be270bc2 authored over 5 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-99'

d3142edf4617a66453499aecff5f351bfd4de3f4 authored over 5 years ago by Andreas Dangel <[email protected]>
Allow resetting PMD Marker shapes/images to default

d22999678728be609c3f5e97e0acb99fc83165fd authored over 5 years ago by Andreas Dangel <[email protected]>
Update release notes, fixes #56

a6aecd779fc93e5ba0283d8ddd2eac3200303bee authored over 5 years ago by Andreas Dangel <[email protected]>
When changing the PMD marker color, the annotation markers in the overview

ruler should use the same color

6338e992a1c2bfe0e94980d6e3f698b700537e95 authored over 5 years ago by Andreas Dangel <[email protected]>
Take the priority filter for rule label decorations into account

f98d1fb1b0edcc1a74018d72ae1f66781646205f authored over 5 years ago by Andreas Dangel <[email protected]>
Hide and show the markers when the priority filter is changed

3447b8cfb55ecc609e3ff7d8d0a1d0555f53e356 authored over 5 years ago by Andreas Dangel <[email protected]>
Do not rerun PMD when the priority filter is changed

Now only ViolationOutline/ViolationOverview reflect the
priority filter

a59940e17132815b4dc9090ee74aafafd0cd3056 authored over 5 years ago by Andreas Dangel <[email protected]>
Save the enabled priorities of PriorityFilter in preferences

And load it from there.
ViolationOutline and ViolationOverview don't do this anymore.

74648595dd3a4d7db091776084bb9076240149fd authored over 5 years ago by Andreas Dangel <[email protected]>
Synchronize PriorityFilter changes between violation outline

and violation overview

433596d4adb232816f64d614d3cc79ef62c2b087 authored over 5 years ago by Andreas Dangel <[email protected]>
Rework PriorityFilter:

* Move singleton of PriorityFilter inside PriorityFilter
* Deprecate PriorityUtil
* Use Priority...

e51cc96aa309a8121071981b3089e8cdb4582eec authored over 5 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-98'

c7a99067c6c0037ac856b9331ad98f1a7516999b authored over 5 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-97'

e86a8581686a7ccef734b0054ed4ce978e3c2af5 authored over 5 years ago by Andreas Dangel <[email protected]>
Add unit test, fix path resolution

e9cb37ee3d0db8ae1416e57ef1c9c09641180479 authored over 5 years ago by Andreas Dangel <[email protected]>
Fixes #96: Wrong auxclasspath if project is stored outside of workspace

57788290ae3d4d9bc320ed5d9f0a2da82b00197b authored over 5 years ago by Andreas Dangel <[email protected]>
Fix checkstyle

b445044b144c6e3d3f2f91de7c7ee2f46284141d authored over 5 years ago by Andreas Dangel <[email protected]>
Update release notes, fixes #85

e97bb56d91306eff37dea24b0078d3f3638e1927 authored over 5 years ago by Andreas Dangel <[email protected]>
Fix bug, that preferences where not stored

126ef161e3aa452a894364d40668f4d13a98bc38 authored over 5 years ago by Andreas Dangel <[email protected]>
Only cache the images in PriorityDescriptor

Fix image size in ViolationOverview

b54aefdb720225ef1af04ce5d2bf55fc7c5ec4b9 authored over 5 years ago by Andreas Dangel <[email protected]>
Use PropertyDescriptorCache as the central instance for

providing annotation images for PMD's marker

b2520ad98f82661efbbe236286038101e377e184 authored over 5 years ago by Andreas Dangel <[email protected]>
Deregister the changed images from the cache

b7385dbdee1b65fc38f41be94ecd70969e38ee90 authored over 5 years ago by Andreas Dangel <[email protected]>
Prepare next pmd-eclipse-plugin development version 4.2.1-SNAPSHOT

f0ddade617634730583afe1779568c95cec50c34 authored almost 6 years ago by Andreas Dangel <[email protected]>
Prepare release pmd-eclipse-plugin 4.2.0.v20190331-1136

181d6d3d0efa47d4cf13976b6d0d196210df5c17 authored almost 6 years ago by Andreas Dangel <[email protected]>
Bump version to 4.2.0-SNAPSHOT

5e984c1306bb44c0a828db5c5d4afa46ece3ce63 authored almost 6 years ago by Andreas Dangel <[email protected]>
Upgrade to PMD 6.13.0

Fixes #95

fd2ca58c5838f78c743349e224d67b80d5063607 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update checkstyle to 8.18

7e851646119c6a0faf498caddc70551494eee76f authored almost 6 years ago by Andreas Dangel <[email protected]>
Fixes #94: Changing a project's PMD configuration no longer prompts for build

f4215dd9e849efa25921a2a3649587cac4209965 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update Marketplace install button

ff252017fff0fe065ff9428fe7537404d71375cb authored almost 6 years ago by Andreas Dangel <[email protected]>
Fix automatic upload of release notes

be3bf739fe92a17bc6d712d16f539ed115cb37fa authored almost 6 years ago by Andreas Dangel <[email protected]>
Prepare next pmd-eclipse-plugin development version 4.1.1-SNAPSHOT

7e287692a1e1554958249aa188c841d69535267c authored almost 6 years ago by Andreas Dangel <[email protected]>
Prepare release pmd-eclipse-plugin 4.1.0.v20190307-2036

ea17eb0795d6b4151676f56e3bd355c6455e3819 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update p2 clean script to use version 4.1

392a28bf4893d9bc03bed847f678ebf0031f004a authored almost 6 years ago by Andreas Dangel <[email protected]>
Fix p2 clean script

7a029f79af12134e80a2b97f51e666a1ffbe97df authored almost 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-92'

342340401f38fd03940e29f160647821e62d1586 authored almost 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-91'

036544a9ffb7d1ef5f2e257dd2120259367898e8 authored almost 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-90'

1636b3fada0e72021e88709948cb521d0a7acfb3 authored almost 6 years ago by Andreas Dangel <[email protected]>
Fixes #83: "Restore defaults" button in PMD prefences is always deactivated

927818b4348bbe68098077ddfccdf24827cca152 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update release notes, fixes #88

2609a229cc127aa5289649146b4ae65faeacccc6 authored almost 6 years ago by Andreas Dangel <[email protected]>
Add unit test

8a8e539c02d9e6189a86472e3e24ca51fc77ce95 authored almost 6 years ago by Andreas Dangel <[email protected]>
Determine file extensions of the active rule's languages

Skip analysis if extension doesn't match.

1212fb70d0fb457ae323cb6dfe32d8176c00dc7e authored almost 6 years ago by Andreas Dangel <[email protected]>
Add new checkbox in general preferences: Determine applicable file types automatically

98dafb19882eb7e5ab56ea495b3852faa66af563 authored almost 6 years ago by Andreas Dangel <[email protected]>
Upgrade to PMD 6.12.0

Fixes #89

cc870ca6fb07ebcc3474a0a829227a608a477b79 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update release notes: #86 was fixed via PR #80

Closes #86

4260ef6a31e55f93e861e43c3d9051a87938545b authored almost 6 years ago by Andreas Dangel <[email protected]>
Fix checkstyle

d45bbe2dddd9b0e59291f64043940bf554c7de62 authored almost 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-80'

39d84407ac1d705b945f125d4922d2b31f884562 authored almost 6 years ago by Andreas Dangel <[email protected]>
Change version to 4.1.0-SNAPSHOT

329990759bc48e79642cc0620a5d003698ac296a authored almost 6 years ago by Andreas Dangel <[email protected]>
pmdTaskMarker is now a pmdMarker as well

98e3d154817d4585fe5ef11cdddf7526afc8d191 authored almost 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-79'

01c61abd21c9cfb2a91925959d6bd1ff3d1e6925 authored almost 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-77'

a181c25837656c49ab462b80720369d8f448c508 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update release notes, fixes #54

d369f879563013af28c67b5781d7e11de1a51a3f authored almost 6 years ago by Andreas Dangel <[email protected]>
Remove unnecessary markerImageProviders

5dcdb327ae5cd2c3414d338243e312787335521f authored almost 6 years ago by Andreas Dangel <[email protected]>
Add annotation types for each PMD priority. These annotations

now appear by default on the overview ruler.
Add a image provider, which can be used to provide d...

629ee5b1a0781ec03661791900f71789950d7361 authored almost 6 years ago by Andreas Dangel <[email protected]>
Add markerTypeCategory

f5d6e967ba9f496ee2db15b431cb5e7bc3fc6bb0 authored almost 6 years ago by Andreas Dangel <[email protected]>
PMD Markers are now problem markers

Now they appear in the problem view and
"violationsAsErrors" is working as expected.

Refs #54

47679a5f077d1848856d13be2836a6be4c72c9ec authored almost 6 years ago by Andreas Dangel <[email protected]>
Fixes #78: Project properties cannot be loaded anymore

319c1dfc382aa3cdad8fadf16e1cf407bd217463 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update release notes

7517cca7858df1888772b6d4683b84559e7e73d0 authored almost 6 years ago by Andreas Dangel <[email protected]>
Ignore wrong license header in name.herlin.

03d771f62ba2cb54ccecd63ee7860ecdf68cd66d authored almost 6 years ago by Andreas Dangel <[email protected]>
Remove usages of name.herlin.*

c83547067acc1ee25e3e32b6f05f1c58838a55ad authored almost 6 years ago by Andreas Dangel <[email protected]>
Deprecate classes/interface in package name.herlin for removal

283550d1cc482a0c8295a77b5d4c58b4dd31f90c authored almost 6 years ago by Andreas Dangel <[email protected]>
Fix license headers

Note: The "Cougaar License" is considered the PMD license here,
as there was a license switch ba...

ca2736d3a7e086c4da527310274f81e5804d1217 authored almost 6 years ago by Andreas Dangel <[email protected]>
Use same checkstyle config as pmd/pmd does

086b8e1e99fe46e4959bf5dc314102d98049c41c authored almost 6 years ago by Andreas Dangel <[email protected]>
Fixes #76: Global rule management is saved even if cancelled

2a913ff9976c6561f25f737c626c9c7c2ca69983 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update copyright year to 2019

8c9867c7cd944fc500afcfb21b945957c0abc8e8 authored almost 6 years ago by Andreas Dangel <[email protected]>
Update release notes, add credit for #75

7f0963c4e8f9204e58ea93c9077e60e673259438 authored almost 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'issue-70'

5aac170e14565f3010576f144e411c73369f15bb authored almost 6 years ago by Andreas Dangel <[email protected]>
Update release notes, fixes #70, refs #75

8493ddb2a283d6adf19c5538bdd6177fc68e1062 authored almost 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'pr-75' into issue-70

99e56700468744201537f5ac3135c520a0ba8a08 authored almost 6 years ago by Andreas Dangel <[email protected]>
Add unit test for #70

ec5f624f62589b8a8b57f41858189c629400ff96 authored almost 6 years ago by Andreas Dangel <[email protected]>
prevent UnsupportedOperationException

1b71cb34c4af1667b68d0b030ee3850dc41d6b00 authored about 6 years ago by phoenix384 <[email protected]>
[ci] Extract release notes during release

bf1b2c8f855382160efda7100d0cee8e21acf615 authored about 6 years ago by Andreas Dangel <[email protected]>
[ci] Update GITHUB_OAUTH_TOKEN

5755fe5f4c6202fb08043a8fbbdec084c0d1884f authored about 6 years ago by Andreas Dangel <[email protected]>
Prepare next pmd-eclipse-plugin development version 4.0.19-SNAPSHOT

c7d0960fea1e8e3299aadae5fac09352e6264953 authored about 6 years ago by Andreas Dangel <[email protected]>
Prepare release pmd-eclipse-plugin 4.0.18.v20181220-1448

c8e143d3c3f7d76d2a3ba6ac1a3f26238e6c3f58 authored about 6 years ago by Andreas Dangel <[email protected]>
Update release script

151659ff98c30bddf4a8dedf1c3cb07015b8e4f2 authored about 6 years ago by Andreas Dangel <[email protected]>
Support openjdk 11 as runtime

* Add jaxb dependencies
* Fixes #73

7b762c1bd21db5c4f627567c6ac78984b5a2e55a authored about 6 years ago by Andreas Dangel <[email protected]>
Rework test projects

67fb55cb0018dc7386ba8bcf7746862a2a122c5a authored about 6 years ago by Andreas Dangel <[email protected]>
Update tycho to 1.3.0

ac6a89666c0ef7edfe0e28629851a056fd5a934e authored about 6 years ago by Andreas Dangel <[email protected]>
Update PMD to 6.10.0

Refs #48

c7559ce1ae1d7e5a750230a5a3863d258a87d57c authored about 6 years ago by Andreas Dangel <[email protected]>
Fix test setup for MultipleRulesetsTest

866d78c1ddf8d2245a0d08858eb816bf92318d7e authored about 6 years ago by Andreas Dangel <[email protected]>
Merge branch 'xml-catalog'

4748e1954c5acdb70c16306dfaed87b433ff6eaa authored about 6 years ago by Andreas Dangel <[email protected]>