You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/12/23 02:54:00 UTC

[jira] [Created] (NIFI-11005) Add Illegal and Redundant Import Modules to Checkstyle Configuration

David Handermann created NIFI-11005:
---------------------------------------

             Summary: Add Illegal and Redundant Import Modules to Checkstyle Configuration
                 Key: NIFI-11005
                 URL: https://issues.apache.org/jira/browse/NIFI-11005
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Tools and Build
            Reporter: David Handermann
            Assignee: David Handermann


The Checkstyle configuration supports a number of modules for validating code, including [several modules for imports|https://checkstyle.org/config_imports.html]. The {{IllegalImport}} and {{RedundantImport}} modules should be added to the standard Checkstyle configuration to avoid unnecessary lines, and also block imports from the private {{sun}} namespace.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)