52 Commits

Author SHA1 Message Date
Andreas Dangel
27620724dc [release] prepare for next development iteration 2024-03-22 08:46:33 +01:00
Andreas Dangel
2e91f316f4 Revert "[release] prepare for next development iteration"
This reverts commit 0c7c0386363e41cf3d639a46352e2e875be0710a.
2024-03-22 08:44:25 +01:00
Andreas Dangel
0c7c038636 [release] prepare for next development iteration 2024-03-22 08:36:51 +01:00
Andreas Dangel
ccb123f1ff [release] prepare release pmd_releases/7.0.0 2024-03-22 08:36:44 +01:00
Andreas Dangel
ad9e4649c8 Move nice-xml-messages to dependency management 2024-03-07 11:41:38 +01:00
Andreas Dangel
a8c539eddb [test-schema] Fix trim indentation for test codes
Co-authored-by: Juan Martín Sotuyo Dodero <juansotuyo@gmail.com>
2024-03-05 19:10:20 +01:00
Andreas Dangel
ab0d740d81 Cleanup some TODOs 2024-03-01 12:07:48 +01:00
Andreas Dangel
b036931995 Fix javadoc/dokka configuration 2024-02-27 19:49:23 +01:00
Andreas Dangel
1b4acab7c4 Merge branch 'master' into issue-4349-cleanup-deprecations 2024-02-10 12:36:58 +01:00
Andreas Dangel
6a328d6cd0 Merge pull request #4803 from adangel:issue-3903-reporting-package
[core] Consolidate n.s.pmd.reporting package #4803
2024-02-09 15:32:55 +01:00
Andreas Dangel
0d40878b0a Promote experimental APIs as stable
- HTML support and Kotlin support no more experimental
- The only left over experimental APIs are java preview features
2024-02-09 08:46:48 +01:00
Andreas Dangel
9e5115479d [core] Remove deprecated methods in Language, LanguageRegistry
Language#getTerseName
LanguageModuleBase#getTerseName
LanguageRegistry#getLanguage
LanguageRegistry#findLanguageByTerseName
LanguageRegistry#findByExtension
2024-02-08 09:53:34 +01:00
Andreas Dangel
f13cd58c7f [core] Move classes into n.s.pmd.reporting
- Report
- RuleContext
- RuleViolation
- ViolationSuppressor
- ParametricRuleViolation

Fixes #3903
2024-01-18 20:27:34 +01:00
Andreas Dangel
faaec5ed6d [core] Actually move into correct package lang.rule 2024-01-13 20:57:56 +01:00
Andreas Dangel
6d955d6b9a [core] Move Rule into package net.sourceforge.pmd.rule 2024-01-12 11:04:02 +01:00
Andreas Dangel
345bb24a25 [release] prepare for next development iteration 2023-09-30 17:15:59 +02:00
Andreas Dangel
720b9a328b [release] prepare release pmd_releases/7.0.0-rc4 2023-09-30 17:15:54 +02:00
Andreas Dangel
835b625d51 [release] prepare for next development iteration 2023-05-30 20:15:08 +02:00
Andreas Dangel
7d6d303488 [release] prepare release pmd_releases/7.0.0-rc3 2023-05-30 20:15:02 +02:00
Andreas Dangel
b79e6bd92b [release] prepare for next development iteration 2023-04-29 23:39:34 +02:00
Andreas Dangel
a97e108269 [release] prepare release pmd_releases/7.0.0-rc2 2023-04-29 23:39:28 +02:00
Andreas Dangel
d9b2444d7e [release] prepare for next development iteration 2023-03-25 12:47:33 +01:00
Andreas Dangel
356af8b636 [release] prepare release pmd_releases/7.0.0-rc1 2023-03-25 12:30:51 +01:00
Andreas Dangel
0170cc3073 [test-schema] Migrate test to JUnit5 2022-10-13 17:28:42 +02:00
Andreas Dangel
7abe14fffc Merge branch 'master' into pmd/7.0.x 2022-08-30 22:12:09 +02:00
Clément Fournier
2977bd8764 test-schema: fix tests 2022-08-10 17:26:20 +02:00
Clément Fournier
8a41e13bdb test-schema: fix wrong warning message 2022-08-10 00:18:21 +02:00
Andreas Dangel
68d0b7adcf Merge branch 'master' into pmd/7.0.x 2022-07-30 12:31:43 +02:00
Andreas Dangel
995d00fde3 [maven-release-plugin] prepare for next development iteration 2022-07-30 11:35:57 +02:00
Andreas Dangel
6aa2b47f2e [maven-release-plugin] prepare release pmd_releases/6.48.0 2022-07-30 11:35:53 +02:00
Andreas Dangel
27de000420 Merge branch 'master' into pmd/7.0.x 2022-07-23 20:01:58 +02:00
Andreas Dangel
d9984ec92f [test] Document deprecated attribute useAuxClasspath in schema 2022-07-22 21:01:25 +02:00
Clément Fournier
8065929879 Add impl to parse focused attr 2022-07-22 14:43:30 +02:00
Clément Fournier
34acac180c Add focused attr to the schema 2022-07-22 14:15:37 +02:00
Andreas Dangel
8bf54b8a68 Merge branch 'master' into pmd/7.0.x 2022-07-21 23:41:40 +02:00
Andreas Dangel
f13b212736 [test] Fix TestSchemaParser.Reporter: ClassWithOnlyPrivateConstructorsShouldBeFinal 2022-07-21 23:27:55 +02:00
Andreas Dangel
3140cadb80 Fix test 2022-07-21 22:30:44 +02:00
Andreas Dangel
b6b58bf302 Merge branch 'master' into pmd/7.0.x 2022-07-21 22:06:34 +02:00
Andreas Dangel
9aa8694c26 Merge branch 'pr-3976' into pmd/7.0.x 2022-07-21 21:58:43 +02:00
Andreas Dangel
6d8c811403 [test] Correctly report available property names 2022-07-21 21:55:07 +02:00
Andreas Dangel
bc1dd85f3b [test] Rename ignored -> disabled 2022-07-21 20:07:41 +02:00
Andreas Dangel
6471faa253 Fix pom parent ref 2022-07-21 19:44:53 +02:00
Clément Fournier
8f36f5d523 Bump dependency nice-xml-messages
For a patch to the thing causing the
stackOverflow.
2022-07-13 21:21:37 +02:00
Clément Fournier
9bbee061a8 fix remaining problems 2022-07-10 14:45:46 +02:00
Clément Fournier
07121bcbb5 Fix ignore behavior 2022-07-10 14:12:36 +02:00
Clément Fournier
76d5a0be01 Fix tests using PlainTextLang 2022-06-25 14:49:03 +02:00
Clément Fournier
bf0b451397 Cleanup new schema 2022-05-21 13:21:01 +02:00
Clément Fournier
b9342f736f Cleanup schema, add ignore attribute 2022-05-20 20:29:51 +02:00
Clément Fournier
42dcc3c779 Update RuleTst 2022-05-20 20:18:05 +02:00
Clément Fournier
519ad318b7 Cleanups 2022-05-20 13:44:33 +02:00