-
Bug
-
Resolution: Fixed
-
P4
-
7.1.0
-
None
-
JMC 7.1 Sprint 4
The Autoboxing rule is very slow due to using multiple different filters that perform costly comparisons using Strings created through FormatToolkit.getHumanReadable. The rule could be made far more efficient if we used the StacktraceModel instead. That would also allow us to more easily get deeper allocation trace information to place in the result description.