Commit Graph

4848 Commits

Author SHA1 Message Date
Andreas Dangel
a936852ba2 Add @cowwoc as a contributor 2024-05-23 11:25:32 +02:00
Andreas Dangel
f36e25dd04 Merge branch 'master' into pr-5004 2024-05-23 11:19:09 +02:00
Andreas Dangel
fe8920a4fc [doc] Update release notes (#4954, #5028, #5004) 2024-05-23 10:25:06 +02:00
Andreas Dangel
9e72ee26ae [java] Fix #4990 - Add attribute @PackageQualifier to ASTClassType
Merge pull request #5005 from oowekyala:issue4990-package-qualifier-attribute
2024-05-23 09:46:55 +02:00
Andreas Dangel
5bc0ab0403 [doc] Update release notes (#4990, #5005) 2024-05-23 09:45:08 +02:00
Andreas Dangel
ec30fe1b01 Update gems
- Bump nokogiri from 1.16.2 to 1.16.5
- Bump rexml from 3.2.6 to 3.2.8

Fixes https://github.com/pmd/pmd/security/dependabot/52
Fixes https://github.com/pmd/pmd/security/dependabot/53
Fixes https://github.com/advisories/GHSA-r95h-9x8f-r3f7
Fixes https://github.com/pmd/pmd/security/dependabot/56
Fixes https://github.com/pmd/pmd/security/dependabot/57
Fixes https://github.com/advisories/GHSA-vg3r-rm7w-2xgh
Fixes CVE-2024-35176
2024-05-23 08:43:31 +02:00
Clément Fournier
d005ed197f Update release notes, ref #5020 2024-05-21 15:52:31 +02:00
Juan Martín Sotuyo Dodero
88b8adbca7 Merge branch 'master' into issue2368 2024-05-14 09:28:38 -03:00
Juan Martín Sotuyo Dodero
3f6184300c Merge branch 'pr-5013' 2024-05-14 09:25:33 -03:00
Juan Martín Sotuyo Dodero
746f64f8e2 Update changelog, refs #4042 2024-05-14 09:25:16 -03:00
Juan Martín Sotuyo Dodero
4472521605 Update changelog, refs #5006 2024-05-14 09:21:35 -03:00
Clément Fournier
8f23cbb556 Update release notes 2024-05-13 17:25:43 +02:00
Juan Martín Sotuyo Dodero
bce7991d2d Merge pull request #4994 from oowekyala/pr-4982-fixes
[java] Fix incompatible class bounds not checked during incorporation #4982  (second PR)
2024-05-09 14:42:17 -03:00
Clément Fournier
e43312789f Merge branch 'master' into pr/4969 2024-05-07 15:09:24 +02:00
Clément Fournier
62cc3b1349 fix release notes 2024-05-06 12:30:58 +02:00
Andreas Dangel
199591bbd8 [doc] Update about PMD sections
Refs #4842
2024-05-03 19:51:16 +02:00
Juan Martín Sotuyo Dodero
722f25ba86 Merge branch 'master' into xpath-seq-attributes 2024-05-02 13:06:03 -03:00
Juan Martín Sotuyo Dodero
6fd230e7aa Update docs/pages/release_notes.md
Co-authored-by: Andreas Dangel <andreas.dangel@adangel.org>
2024-05-02 13:05:17 -03:00
Juan Martín Sotuyo Dodero
895cfbf266 Update docs/pages/release_notes.md
Co-authored-by: Andreas Dangel <andreas.dangel@adangel.org>
2024-05-02 13:05:04 -03:00
Juan Martín Sotuyo Dodero
18c59b2891 Merge branch 'master' into issue-4980 2024-05-02 10:23:21 -03:00
Andreas Dangel
a2139be00b [java] Fix impl of ASTVariableId::isResourceDeclaration / VariableId/@ResourceDeclaration (#4988)
Merge pull request #4988 from oowekyala:java-fix-isResourceDeclaration
2024-05-02 12:44:55 +02:00
Andreas Dangel
b6a933b4fc [doc] Update release notes (#4988) 2024-05-02 12:43:53 +02:00
Andreas Dangel
435f0dc7b3 [java] Fix #4912 - grammar for TWR allows this expression (#4934)
Merge pull request #4934 from oowekyala:issue4912-java-grammar-fix
2024-05-02 11:39:38 +02:00
Andreas Dangel
b7a39e39e9 Apply suggestions from code review 2024-05-02 11:34:43 +02:00
Andreas Dangel
42ffb31ca0 [cpd] Fix CPD crashes about unicode escapes (#4983)
Merge pull request #4983 from oowekyala:cpd-fix-crashes
2024-05-02 11:13:33 +02:00
Andreas Dangel
5bb6ece01a [doc] Update release notes (#4983) 2024-05-02 11:12:37 +02:00
Andreas Dangel
f64fa3ed07 [doc] Update release notes (#4973) 2024-05-02 10:21:09 +02:00
Andreas Dangel
22a31c938d [core] Actually duplicate the whole current config for RuleSetLoader (#4981)
Merge pull request #4981 from Monits:issue-4978
2024-05-01 20:32:27 +02:00
Andreas Dangel
4993c629ec [doc] Update release notes (#4985) 2024-05-01 20:10:36 +02:00
Clément Fournier
bca5c0ec09 Remove usages of getStableName
Fix #4930
Fix bug with symbol table in concise resources
2024-04-30 15:26:16 +02:00
Clément Fournier
dbfabda735 Merge branch 'master' into issue4912-java-grammar-fix 2024-04-30 14:41:44 +02:00
Juan Martín Sotuyo Dodero
af3346455f Merge branch 'pr-4984' 2024-04-29 13:34:24 -03:00
Juan Martín Sotuyo Dodero
fa176cf316 Update changelog, refs 4852 2024-04-29 13:34:06 -03:00
Juan Martín Sotuyo Dodero
66606648a2 Merge branch 'master' into xpath-seq-attributes 2024-04-28 17:39:08 +02:00
Juan Martín Sotuyo Dodero
11e6cc53c5 Update docs on writing xpath rules 2024-04-28 12:23:56 -03:00
Juan Martín Sotuyo Dodero
56f12d41ea Update docs/pages/release_notes.md
Co-authored-by: Clément Fournier <clem.fournier@proton.me>
2024-04-28 12:19:32 -03:00
Juan Martín Sotuyo Dodero
a77519399e Update changelog, refs #4980 2024-04-27 21:23:01 -03:00
Juan Martín Sotuyo Dodero
882e9ccd2d update changelog, refs #4978 2024-04-27 19:46:56 -03:00
Juan Martín Sotuyo Dodero
8756bf2dbd Merge pull request #4976 from adangel/fix-release-script
Fix release scripts
2024-04-28 00:34:28 +02:00
Juan Martín Sotuyo Dodero
1cfbaeb737 Update changelog, refs #4278 2024-04-26 16:25:21 -03:00
Juan Martín Sotuyo Dodero
fd14796791 Update changelog, refs #4975 2024-04-26 16:01:12 -03:00
Andreas Dangel
629e3f8b83 [doc] Update releasing documentation 2024-04-26 15:39:46 +02:00
Andreas Dangel
6a1c7de03c [doc] Restore release_notes_pmd7.md
Was accidentally removed by 339e1d4f43
2024-04-26 12:42:04 +02:00
Andreas Dangel
339e1d4f43 [release] Prepare next development version [skip ci] 2024-04-26 09:04:20 +02:00
Andreas Dangel
7d0dfa0b13 Prepare pmd release 7.1.0 2024-04-26 08:14:38 +02:00
Andreas Dangel
d0870f3aa3 [java] New rule ConfusingArgumentToVarargsMethod (#4971)
Merge pull request #4971 from oowekyala:new-rule-UnnecessaryVarargsArrayCreation
2024-04-25 11:40:35 +02:00
Andreas Dangel
a154f783bd [doc] Update all-contributors
Add @BurovnikovEvgeniy as a contributor
Add @kohlschuetter as a contributor
Add @Luro02 as a contributor
Add @rs23 as a contributor
Add @andygoossens as a contributor
Add @mitchspano as a contributor
Add @mfvanek as a contributor
Add @VishV-Android as a contributor
2024-04-25 10:04:53 +02:00
Andreas Dangel
16df3dd446 [core] Make CPD report maximal, non-repeating and non-overlapping duplicates (#4966)
Merge pull request #4966 from Monits:issue-2438
Fixes #2438
2024-04-25 09:20:16 +02:00
Andreas Dangel
202943e0cf [java] Fix #4948 - ImplicitSwitchFallthrough false positive with nested switch statement (#4963)
Merge pull request #4963 from oowekyala:issue4948-switch-fallthrough
2024-04-25 09:18:59 +02:00
Andreas Dangel
6f0de09ceb [doc] Update release notes (#4963, #4948) 2024-04-25 09:18:08 +02:00