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 03:00:00 UTC

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

     [ https://issues.apache.org/jira/browse/NIFI-11005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann updated NIFI-11005:
------------------------------------
    Status: Patch Available  (was: Open)

> 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
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)