Andreas Dangel
|
375fb72f3c
|
[java] Fix tree dump test
New SwitchLabel#PatternLabel flag
|
2024-10-04 17:32:46 +02:00 |
|
Andreas Dangel
|
49deb8d4a0
|
[java] SwitchDensity false positive with pattern matching
Fixes #5030
|
2024-10-04 17:12:29 +02:00 |
|
Andreas Dangel
|
312d8e46ae
|
[java] ImplicitSwitchFallThrough should consider switch expressions
Fixes #3362
|
2024-10-04 16:45:29 +02:00 |
|
Andreas Dangel
|
e5ff5532d4
|
Update @emouty as a contributor
|
2024-10-04 16:05:46 +02:00 |
|
Andreas Dangel
|
0c858b0a7b
|
[java] SwitchStmtsShouldHaveDefault should ignore patterns
Fixes #4813
|
2024-10-04 16:05:45 +02:00 |
|
Andreas Dangel
|
a0818d5ab2
|
[doc] Document renamed/old rule names
|
2024-10-04 15:54:21 +02:00 |
|
Andreas Dangel
|
5ce4d292fa
|
[java] Fix #5067: CloseResource: False positive for FileSystems.getDefault() (#5225)
Merge pull request #5225 from lukasgraef:issue5067
|
2024-10-04 10:06:18 +02:00 |
|
Andreas Dangel
|
d2c42d2426
|
[doc] Update release notes (#5067, #5225)
|
2024-10-04 10:05:48 +02:00 |
|
Andreas Dangel
|
c6fd064054
|
Merge branch 'main' into pr-5225
|
2024-10-04 10:02:40 +02:00 |
|
Andreas Dangel
|
07cd250a74
|
Fix release_notes.md
|
2024-10-04 10:00:53 +02:00 |
|
Andreas Dangel
|
c0023dd942
|
[java] Rename UnitTestShouldIncludeAssert again
to make it consistent and always use singular "UnitTest"
Follow-up on #4532 and #4965
|
2024-10-04 09:32:55 +02:00 |
|
Andreas Dangel
|
9fbaa4fbfb
|
[java] Update quickstart.xml with renamed UnitTest* rules
|
2024-10-04 09:25:21 +02:00 |
|
Juan Martín Sotuyo Dodero
|
7d4961f303
|
Update README.md
Point coveralls to main branch
|
2024-10-03 17:47:01 -03:00 |
|
Andreas Dangel
|
9337e5a7a2
|
[java] UnitTestShouldUseAfterAnnotation: Consider JUnit 5 and TestNG
|
2024-10-03 20:55:11 +02:00 |
|
Andreas Dangel
|
33c737718c
|
[java] UnitTestShouldUseBeforeAnnotation: Consider JUnit 5 and TestNG
|
2024-10-03 20:55:10 +02:00 |
|
Andreas Dangel
|
b7c4a5e492
|
Ignore javacc code in coverage report (#5241)
Merge pull request #5241 from Monits:ignore-javacc-code
|
2024-10-03 20:30:41 +02:00 |
|
Andreas Dangel
|
d77a63da95
|
[doc] Update release notes (#5241)
|
2024-10-03 20:29:53 +02:00 |
|
Andreas Dangel
|
463ca964dc
|
[java] Rename JUnit rules with overly restrictive names (#4965)
Merge pull request #4965 from Monits:issue-4532
|
2024-10-03 20:07:50 +02:00 |
|
Andreas Dangel
|
57497738c1
|
[doc] Update release notes (#4532, #4965)
|
2024-10-03 20:06:21 +02:00 |
|
Andreas Dangel
|
525435bd68
|
[java] Keep bestpractices.xml sorted alphabetically
|
2024-10-03 19:59:29 +02:00 |
|
Andreas Dangel
|
c5246eca46
|
Renamed JUnit4TestShouldUseAfterAnnotation
- call it UnitTest... to be agnostic to the testing framework
|
2024-10-03 19:52:56 +02:00 |
|
Andreas Dangel
|
4796da0fb2
|
Renamed JUnit4TestShouldUseBeforeAnnotation
- call it UnitTest... to be agnostic to the testing framework
|
2024-10-03 19:51:13 +02:00 |
|
lukasgraef
|
7dcab3f189
|
Fix static analysis findings
|
2024-09-30 20:48:20 +02:00 |
|
lukasgraef
|
39b8bdf171
|
Review Finding: Check for type java.nio.FileSystems
|
2024-09-30 20:13:01 +02:00 |
|
Andreas Dangel
|
5fe19b2096
|
[release] Prepare next development version [skip ci]
|
2024-09-27 11:43:22 +02:00 |
|
Andreas Dangel
|
d8d4d3d061
|
[release] prepare release pmd_releases/7.6.0
pmd_releases/7.6.0
|
2024-09-27 11:08:53 +02:00 |
|
Andreas Dangel
|
6d48907259
|
Prepare pmd release 7.6.0
|
2024-09-27 10:49:57 +02:00 |
|
Andreas Dangel
|
5261a6d60e
|
[doc] Update contributors
- Add @kratoon as a contributor
- Add @mattr9124 as a contributor
|
2024-09-27 09:35:58 +02:00 |
|
Andreas Dangel
|
ac8c873168
|
[apex] Support convertCurrency() in SOQL/SOSL (#5237)
Merge pull request #5237 from adangel:issue-5228-apex-convertCurrency
|
2024-09-27 09:03:32 +02:00 |
|
Andreas Dangel
|
c2445c7bb5
|
[doc] Documentation update for --show-suppressed flag (#5230)
Merge pull request #5230 from dschach:master
|
2024-09-27 09:02:35 +02:00 |
|
David Schach
|
03fba2443a
|
[doc] Update @dschach as a contributor
|
2024-09-27 08:58:36 +02:00 |
|
David Schach
|
6f518c8304
|
[doc] Improve doc for --show-suppressed
- it's only supported for specific formats
- currently: xml, html, summaryhtml
Fixes #5229
|
2024-09-27 08:58:36 +02:00 |
|
Andreas Dangel
|
c84ffb8e0b
|
[apex] Bump apex-parser from 4.2.0 to 4.3.0
|
2024-09-26 18:50:00 +02:00 |
|
Andreas Dangel
|
74f9d75897
|
[apex] Support convertCurrency() in SOQL/SOSL
Fixes #5228
|
2024-09-26 18:49:24 +02:00 |
|
Andreas Dangel
|
a2b5ae64a7
|
Bump build-tools from 27-SNAPSHOT to 27
|
2024-09-26 17:01:00 +02:00 |
|
dependabot[bot]
|
242b45a180
|
Bump webrick from 1.8.1 to 1.8.2 in /docs (#5233)
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)
---
updated-dependencies:
- dependency-name: webrick
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-26 16:36:16 +02:00 |
|
dependabot[bot]
|
083e296c1e
|
Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.5 (#5232)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 3.25.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.3...v3.25.5)
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-26 16:36:02 +02:00 |
|
Andreas Dangel
|
e4107ccaaa
|
[doc] README: Fix PMD logo
|
2024-09-26 16:26:26 +02:00 |
|
Andreas Dangel
|
028444453d
|
Change branch master to main (#5211)
Merge pull request #5211 from adangel:switch-to-main-branch
|
2024-09-26 15:54:55 +02:00 |
|
Andreas Dangel
|
29ed91795b
|
[doc] README: Fix build status badge
|
2024-09-26 15:54:08 +02:00 |
|
Andreas Dangel
|
4930e98706
|
[java] Fix #5046 - FPs in LocalVariableCouldBeFinal (#5191)
Merge pull request #5191 from oowekyala:issue5046-localVariableCouldBeFinal-fp-catch
|
2024-09-26 15:21:51 +02:00 |
|
Andreas Dangel
|
7b5ef10093
|
[doc] Update release notes (#5046, #5191)
|
2024-09-26 15:20:28 +02:00 |
|
dependabot[bot]
|
1acaedc158
|
Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 (#5227)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.10.1...gson-parent-2.11.0)
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-26 12:10:04 +02:00 |
|
dependabot[bot]
|
b03a46fa8c
|
Bump rouge from 4.3.0 to 4.4.0 in the all-gems group across 1 directory (#5226)
Bumps the all-gems group with 1 update in the / directory: [rouge](https://github.com/rouge-ruby/rouge).
Updates `rouge` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rouge-ruby/rouge/compare/v4.3.0...v4.4.0)
---
updated-dependencies:
- dependency-name: rouge
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all-gems
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-26 12:08:39 +02:00 |
|
Andreas Dangel
|
ae080786bd
|
[java] Fix #5068: Class incorrectly identified as non-instantiatable (#5224)
Merge pull request #5224 from lukasgraef:issue5068
|
2024-09-22 14:53:33 +02:00 |
|
Andreas Dangel
|
687f7f89e4
|
[doc] Update release notes (#5068, #5224)
|
2024-09-22 14:53:00 +02:00 |
|
Andreas Dangel
|
cd50d392d1
|
Add @SaschaRiemer as a contributor
|
2024-09-22 14:51:26 +02:00 |
|
Andreas Dangel
|
2bdeadb094
|
Add @lukasgraef as a contributor
|
2024-09-22 14:51:07 +02:00 |
|
lukasgraef
|
ddb1eb8dd8
|
[java] Fix #5067: CloseResource: False positive for FileSystems.getDefault()
|
2024-09-21 16:03:36 +02:00 |
|
lukasgraef
|
8ea3f32f5f
|
[java] Fix #5068: Class incorrectly identified as non-instantiatable
|
2024-09-21 14:12:12 +02:00 |
|