[
https://issues.apache.org/jira/browse/NIFI-14786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-14786:
------------------------------------
Description:
While working NIFI-14775, I discovered that classes
{code:java}
org.apache.nifi.remote.io.socket.BufferStateManager{code}
and
{code:java}
org.apache.nifi.web.revision.RevisionLockResult{code}
do not seem to be used anywhere hence they should be removed from the code base.
In addition, although it seems from Intellij
{code:java}
org.apache.nifi.test.processors.StubAttributeLoggerProcessor{code}
is not used, it is actually referenced in some test flow definitions hence a
note should be added to indicate as such to prevent this class from being
deleted accidentally.
was:
While working NIFI-14775, I discovered that classes
{code:java}
org.apache.nifi.remote.io.socket.BufferStateManager{code}
and
{code:java}
org.apache.nifi.web.revision.RevisionLockResult{code}
do not seem to be used anywhere hence they should be removed from the code base.
In addition, although it seems from Intellij
org.apache.nifi.test.processors.StubAttributeLoggerProcessor
is not used, it is actually referenced in some test flow definitions hence a
note should be added to indicate as such to prevent this class from being
deleted accidentally.
> Remove unused classes and document why to keep a seemingly unused class.
> ------------------------------------------------------------------------
>
> Key: NIFI-14786
> URL: https://issues.apache.org/jira/browse/NIFI-14786
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> While working NIFI-14775, I discovered that classes
> {code:java}
> org.apache.nifi.remote.io.socket.BufferStateManager{code}
> and
> {code:java}
> org.apache.nifi.web.revision.RevisionLockResult{code}
> do not seem to be used anywhere hence they should be removed from the code
> base.
> In addition, although it seems from Intellij
> {code:java}
> org.apache.nifi.test.processors.StubAttributeLoggerProcessor{code}
> is not used, it is actually referenced in some test flow definitions hence a
> note should be added to indicate as such to prevent this class from being
> deleted accidentally.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)