Make inner classes static for performance reasons
-------------------------------------------------

                 Key: TIKA-837
                 URL: https://issues.apache.org/jira/browse/TIKA-837
             Project: Tika
          Issue Type: Sub-task
          Components: general
            Reporter: Fabian Lange
         Attachments: static_classes_patch.diff

Sonar lists these as major violations, because static classes perform generally 
better. This is because the JVM needs only to create one class definition. 

There are a few others, but those could even benefit from a larger refactoring 
than just making them static inner classes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to