mirror of
https://github.com/github/codeql.git
synced 2026-04-15 12:04:07 +02:00
Where possible update Java documentation links to Java 11. Additionally update some other links to use HTTPS.
29 lines
554 B
XML
29 lines
554 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
|
|
|
|
<overview>
|
|
<p>Code where each statement is defined on a separate line is much easier for programmers to read than code where multiple statements are defined on the same line.
|
|
</p>
|
|
|
|
</overview>
|
|
<recommendation>
|
|
|
|
<p>Separate statements by a newline character.
|
|
</p>
|
|
|
|
</recommendation>
|
|
<references>
|
|
|
|
|
|
<li>
|
|
Java SE Documentation:
|
|
<a href="https://www.oracle.com/java/technologies/javase/codeconventions-statements.html#431">7.1 Simple Statements</a>.
|
|
</li>
|
|
|
|
|
|
</references>
|
|
</qhelp>
|