kamaci opened a new pull request #171: URL: https://github.com/apache/any23/pull/171
Declaring inner classes non-static causes performance issues due to GC at Java. They should be defined as static wherever it can. You can see related conversation here: https://stackoverflow.com/questions/20380600/gc-performance-hit-for-inner-class-vs-static-nested-class -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
