[
https://issues.apache.org/jira/browse/NIFI-14073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905801#comment-17905801
]
ASF subversion and git services commented on NIFI-14073:
--------------------------------------------------------
Commit 43faa73b4ef98fc147efbf7df47b06296c726d8a in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=43faa73b4e ]
NIFI-14073 Added PMD Plugin to contrib-check Profile
- Added standard PMD rules scoped to current project conventions
- Updated multiple classes to meet UseDiamondOperator rule requirements
- Applied selected SuppressWarnings to selected classes
- Streamlined ci-workflow build to avoid unnecessary exclusions
- Refactored assembly module phases to align with standard lifecycle behavior
Signed-off-by: Pierre Villard <[email protected]>
This closes #9581.
> Add PMD Plugin to contrib-check Profile
> ---------------------------------------
>
> Key: NIFI-14073
> URL: https://issues.apache.org/jira/browse/NIFI-14073
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Tools and Build
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The [Maven PMD Plugin|https://maven.apache.org/plugins/maven-pmd-plugin/]
> supports analysis of code against a configurable set of
> [PMD|https://pmd.github.io/] rules.
> PMD rules include features beyond Checkstyle evaluation, providing
> complementary checks for compliance with best practices and project
> conventions.
> The initial set of PMD rules should be scoped to account for existing
> elements that do not align with default PMD settings. Some code changes
> should be part of the initial project changes to provide a standard baseline
> and ensure that rules will be applied to future changes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)