Andreas Dangel
754400ef2c
[cli] Don't show PMD banner+version for every command
...
Only when calling "--version"
2024-03-05 19:42:35 +01:00
Andreas Dangel
079a13ec4b
Merge branch 'master' into cli-banner-display
2024-03-05 19:40:48 +01:00
Andreas Dangel
aa672e9d0e
[cli] Remove unnecessary logging
2024-02-29 20:49:33 +01:00
Andreas Dangel
c2a215d7b5
[cli] Display a PMD banner and more detailed version info
...
Generated via https://www.asciiart.eu/image-to-ascii
from docs/images/logo/pmd-logo-300px.png
2024-02-29 18:47:29 +01:00
Andreas Dangel
621cd0e013
Update to use renamed pmd-designer
...
See pmd/pmd-designer#80
2024-02-22 19:13:10 +01:00
Andreas Dangel
9e71e36ab1
Merge pull request #4811 from adangel:issue-4349-cleanup-deprecations
...
Cleanup remaining experimental and deprecated API #4811
2024-02-22 17:08:51 +01:00
Andreas Dangel
609e364861
Merge pull request #4809 from adangel:issue-4348-internal-api
...
[core] Consolidate @InternalApi classes #4809
2024-02-22 17:03:03 +01:00
Andreas Dangel
474274e129
[dist] Remove unnecessary exclusion for pmd-cli:sh:completion
...
Note: java and javascript are needed for tests in cli
Refs #4594
2024-02-22 13:00:04 +01:00
Andreas Dangel
1b4acab7c4
Merge branch 'master' into issue-4349-cleanup-deprecations
2024-02-10 12:36:58 +01:00
Andreas Dangel
bc5be45566
Merge branch 'master' into issue-4348-internal-api
2024-02-09 21:31:05 +01:00
Andreas Dangel
19496ef198
Merge pull request #4808 from adangel:issue-3905-tree-export-api
...
[core] Promote Tree Export API as stable #4808
2024-02-09 16:56:56 +01:00
Andreas Dangel
5931461ca9
Merge pull request #4804 from adangel:issue-4309-xpath-cleanups
...
[core] XPath cleanups #4804
2024-02-09 16:23: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
2a3128fb86
Merge pull request #4799 from adangel:issue-3917-rule-package
...
[core] Consolidate n.s.pmd.lang.rule package #4799
2024-02-09 14:39:03 +01:00
Andreas Dangel
5599a8fd65
Merge branch 'master' into issue-4349-cleanup-deprecations
2024-02-08 18:23:41 +01:00
Andreas Dangel
a76ec3410c
Merge pull request #4795 from adangel:remove-ruleset-factory-compatibility
...
[core] Remove ruleset compatibility filter (RuleSetFactoryCompatibility) and CLI option --no-ruleset-compatibility #4795
2024-02-02 19:53:51 +01:00
Andreas Dangel
5b2b03847e
Merge pull request #4786 from adangel:issue-4313-remove-old-rule-reference-notation
...
[core] Remove support for deprecated rule set references notation #4786
2024-02-02 19:46:55 +01:00
Andreas Dangel
19f9bdde5f
[core] Remove deprecated classes/methods
...
CpdLanguageProperties#DEFAULT_SKIP_BLOCKS_PATTERN
BaseAntlrNode#joinTextToken
Node#getNthParent
Node#getFirstChildOfType
2024-02-02 14:41:45 +01:00
Andreas Dangel
3a5ff11dc2
[core] Rename MessageReporter to PmdReporter as public API
...
PmdReporter is supposed to be used when configuring PMD
(see AbstractConfiguration#setReporter), so it can't be internal.
Refs #4348
2024-01-26 19:06:08 +01:00
Andreas Dangel
d9321d70f2
[core] Promote Tree Export API as stable
...
Fixes #3905
2024-01-25 16:26:10 +01:00
Andreas Dangel
7c29f16eac
[core] Move XPathRule into subpackage lang.rule.xpath ( #4309 )
2024-01-19 12:52:51 +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
9e668c22fc
[core] Move Rule/RuleSet related type into net.sourceforge.pmd.rule
...
Refs #3917
2024-01-12 18:14:04 +01:00
Andreas Dangel
ba602d1978
[core] Remove ruleset compatibility filter (RuleSetFactoryCompatibility) and CLI option --no-ruleset-compatibility
...
Fixes #4314
Closes #4378
2024-01-11 12:05:10 +01:00
Andreas Dangel
070cca8743
Merge pull request #4628 from adangel:support-jrt-fs
...
[java] Support loading classes from java runtime images #4628
2024-01-05 13:51:40 +01:00
Andreas Dangel
35062c3caf
Remove unneeded dependency to WireMock
2024-01-05 13:36:04 +01:00
Andreas Dangel
7b24edc0db
[core] Remove support for deprecated rule set references notation
...
The old notation <lang>-<ruleset> is not supported anymore. It is
now interpreted as a ruleset reference without a ruleset and just
referencing a single rule. Also the release number notation is
not supported anymore.
Since RuleSetReferenceId is Internal+Deprecated, no API changes.
Clarified External/Internal: A RuleSetReference is either absolute
(RuleSet is known) or relative (RuleSet is not known).
Fixes #4313
2024-01-05 12:43:56 +01:00
Andreas Dangel
6ea7206f65
Fix unit tests
2023-12-11 11:14:16 +01:00
Andreas Dangel
9ecbe2e5ce
[cli] Use setters for --dir and positional parameters
...
This makes it possible to combine both inputs into a single list of
files to be analyzed.
2023-12-11 10:49:44 +01:00
Andreas Dangel
fc3fce1d02
Merge branch 'master' into issue-4676-cpd-cli
2023-12-11 10:32:34 +01:00
Andreas Dangel
1111004991
[cli] Disable closures in annotations feature of picocli
...
This makes it probably a bit faster and doesn't leave an open groovy
jar file behind.
2023-10-26 15:50:21 +02:00
Andreas Dangel
d4725e6c1b
[java] Improve logging of aux classpath
...
This includes some stats in AsmSymbolResolver.
Co-authored-by: Clément Fournier <clement.fournier@tu-dresden.de>
2023-10-26 15:49:57 +02:00
Juan Martín Sotuyo Dodero
2e4e1275d4
Merge branch 'master' into runtime-completion
2023-10-19 20:32:19 -03:00
Juan Martín Sotuyo Dodero
974092b7b9
Update javadoc to reflect new behavior
2023-10-19 20:30:25 -03:00
Juan Martín Sotuyo Dodero
7792404e7d
Don't hide the completion command
2023-10-19 20:24:26 -03:00
Andreas Dangel
d24d631217
Fix tests
2023-09-28 11:00:22 +02:00
Andreas Dangel
15ea5f0c00
Merge branch 'master' into issue-4583-jdk-21
2023-09-28 10:04:42 +02:00
Andreas Dangel
672afa95c0
[core] CLI - make sure positional inputPaths are not lost
2023-09-22 19:11:11 +02:00
Andreas Dangel
a91e7f8310
[core] Improve logging for CPD
2023-09-22 16:59:00 +02:00
Andreas Dangel
8db5e83a37
[cli] Add test case for CPD --file-list
2023-09-09 10:55:00 +02:00
Wener
d79df96b7d
Update CpdCommand.java
2023-09-06 18:01:19 +02:00
Andreas Dangel
681c52836c
[core] Create CpdLanguageProperties
2023-08-24 11:14:08 +02:00
Andreas Dangel
5200cc9e8a
[cli] Fix javadoc
2023-08-24 09:32:01 +02:00
Andreas Dangel
c6a63da887
[cli] Remove todo about slf4j
2023-08-24 09:28:49 +02:00
Andreas Dangel
67cbb947ef
[cli] Move option "--relativize-paths-with" up to AbstractAnalysisPmdSubcommand
...
It applies to both PMD and CPD
2023-08-24 09:25:29 +02:00
Andreas Dangel
d061883ca6
[java] Fix CPD tests, use latest java version
...
Now the files need to be syntactically valid java sources.
2023-08-10 15:36:30 +02:00
Juan Martín Sotuyo Dodero
7062d79577
Fix indentation
2023-06-08 10:13:46 -03:00
Juan Martín Sotuyo Dodero
5a55af46d3
Change completion generation to runtime
...
- We no longer ship a pre-built completion script
- A hidden subcommand is available to generate it dynamically based on
actually available languages.
- We update docs everywhere accordingly.
2023-06-08 00:28:58 -03:00
Andreas Dangel
835b625d51
[release] prepare for next development iteration
2023-05-30 20:15:08 +02:00