[
https://issues.apache.org/jira/browse/NIFI-13781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-13781:
------------------------------------
Description:
Intellij is reporting a lot of possible improvements for file
{code:java}
nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java
{code}
Some of the prevalent issues Intellij is citing are the need to replace
multiple if statements with enhanced switch statements and replace certain
variables with pattern variables.
was:
Intellij is reporting a lot of possible improvements for file
{code:java}
nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java
{code}
Some of the prevalent issues Intellij is citing is to replace the multiple if
statements with enhanced switch statements and replace certain variables with
pattern variables.
> Update DataTypeUtils with enhanced switch statements and pattern variables
> --------------------------------------------------------------------------
>
> Key: NIFI-13781
> URL: https://issues.apache.org/jira/browse/NIFI-13781
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Intellij is reporting a lot of possible improvements for file
> {code:java}
> nifi-commons/nifi-record/src/main/java/org/apache/nifi/serialization/record/util/DataTypeUtils.java
> {code}
> Some of the prevalent issues Intellij is citing are the need to replace
> multiple if statements with enhanced switch statements and replace certain
> variables with pattern variables.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)