You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Jose Luis Pedrosa (Jira)" <ji...@apache.org> on 2021/03/27 13:13:00 UTC

[jira] [Created] (NIFI-8369) Some inner classes can be static

Jose Luis Pedrosa created NIFI-8369:
---------------------------------------

             Summary: Some inner classes can be static
                 Key: NIFI-8369
                 URL: https://issues.apache.org/jira/browse/NIFI-8369
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 1.13.2
            Reporter: Jose Luis Pedrosa


Classes that don't reference the parent class can be declared an static. This saves an small amount of memory.

There are of those classes in NiFi codebase (test and not test), that can be updated to have minor memory imprvementes.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)