CWE-1235 – Incorrect Use of Autoboxing and Unboxing for Performance Critical Operations
Description The code uses boxed primitives, which may introduce inefficiencies into performance-critical operations. Modes of Introduction: - Implementation Related Weaknesses CWE-400 Consequences...