Files
2025-12-04 20:54:06 +00:00

13 lines
451 B
HTML

<html>
<body>
Reports object instantiations where the allocated object is ignored and neither assigned to a variable nor used in another way.
<p>
Such expressions are legal in Java, but are often either unintended, or
evidence of a very odd object initialization strategy.
</p>
<!-- tooltip end -->
<p>
Use the options to specify the fully-qualified names of classes whose instantiations should be ignored by this inspection.
<p>
</body>
</html>