blob: 00c423b46cd7a7880978ee9ede0e5f8679ba6a9b [file] [log] [blame]
<html>
<body>
Reports "boxing", e.g. wrapping of primitive values in objects.
Boxing is unnecessary under Java 5 and newer, and can be safely removed.
<p>
This inspection only reports if the project or module is configured to use a
language level of 5.0 or higher.
<!-- tooltip end -->
<p>
Use the checkbox below to only report truly superfluous boxing, where a boxed value will immediately be implicitly or explicitly unboxed.
In this case the entire boxing-unboxing step can be removed. Simple explicit boxing will not be reported.
</body>
</html>