mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 17:56:55 +07:00
GitOrigin-RevId: 998ca824cdeeccf01a0df34a01e279d2e73472bd
13 lines
451 B
HTML
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> |