Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.7.1.1
-
None
-
Low
-
Patch Available
-
Performance
Description
code in various spots calls static method calls thru instance variables. Patch brings visibitity to these calls by calling thru static class. This exposes areas where code can be removed (fetching the now unused instance variable).