Files
codeql/java/ql/src/DeadCode/FLinesOfDeadCode.qhelp
2018-08-30 10:48:05 +01:00

18 lines
474 B
XML

<!DOCTYPE qhelp PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<qhelp>
<overview>
<include src="DeadCodeSummary.qhelp"/>
<include src="DeadCodeDetails.qhelp"/>
</overview>
<recommendation>
<p>
Any code that is marked as dead should be reviewed and, if it is genuinely not used, deleted. You
can see which classes, methods and fields contribute to this metric using the rules for Dead Code
analysis.
</p>
</recommendation>
<include src="DeadCodeReferences.qhelp" />
</qhelp>