[
https://issues.apache.org/jira/browse/NIFI-14786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18010025#comment-18010025
]
ASF subversion and git services commented on NIFI-14786:
--------------------------------------------------------
Commit acd5ae43fd63520ac09649dd0fd11d5528ca2c01 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=acd5ae43fd ]
NIFI-14786 Removed unused classes and commented on test Processor (#10135)
Signed-off-by: David Handermann <[email protected]>
> 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
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)