David Handermann created NIFI-14184:
---------------------------------------
Summary: Add PMD Rule UseExplicitTypes to Configuration
Key: NIFI-14184
URL: https://issues.apache.org/jira/browse/NIFI-14184
Project: Apache NiFi
Issue Type: Improvement
Components: Tools and Build
Reporter: David Handermann
Assignee: David Handermann
The PMD Rule
[UseExplicitTypes|https://pmd.github.io/pmd/pmd_rules_java_codestyle.html#useexplicittypes]
prohibits using the {{var}} keyword and instead requires explicit type
declarations for variables. This rule aligns with current conventions across
the project, preferring clarity of declaration.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)