Update documentation

TRAVIS_JOB_NUMBER=3758.2
TRAVIS_COMMIT_RANGE=7defd6b501d7...bf51f15834c3
This commit is contained in:
Travis CI (pmd-bot)
2019-05-17 14:54:45 +00:00
parent 53cfea8f72
commit 1d1a9099b9
4 changed files with 487 additions and 15 deletions

View File

@ -5,8 +5,8 @@
<description>Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features.</description>
<link>https://pmd.github.io/pmd/</link>
<atom:link href="https://pmd.github.io/pmd/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Fri, 17 May 2019 14:34:18 +0000</pubDate>
<lastBuildDate>Fri, 17 May 2019 14:34:18 +0000</lastBuildDate>
<pubDate>Fri, 17 May 2019 14:53:38 +0000</pubDate>
<lastBuildDate>Fri, 17 May 2019 14:53:38 +0000</lastBuildDate>
<generator>Jekyll v3.7.4</generator>
</channel>

View File

@ -1299,13 +1299,17 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
<div class="bs-callout bs-callout-">Rules which enforce a specific coding style.</div>
<ul>
<li><a href="pmd_rules_apex_codestyle.html#classnamingconventions">ClassNamingConventions</a>: Class names should always begin with an upper case character.</li>
<li><a href="pmd_rules_apex_codestyle.html#classnamingconventions">ClassNamingConventions</a>: Configurable naming conventions for type declarations. This rule reports type declarat…</li>
<li><a href="pmd_rules_apex_codestyle.html#fieldnamingconventions">FieldNamingConventions</a>: Configurable naming conventions for field declarations. This rule reports variable declarations …</li>
<li><a href="pmd_rules_apex_codestyle.html#forloopsmustusebraces">ForLoopsMustUseBraces</a>: Avoid using for statements without using surrounding braces. If the code formatting orindentati…</li>
<li><a href="pmd_rules_apex_codestyle.html#formalparameternamingconventions">FormalParameterNamingConventions</a>: Configurable naming conventions for formal parameters of methods. This rule reports fo…</li>
<li><a href="pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces">IfElseStmtsMustUseBraces</a>: Avoid using if..else statements without using surrounding braces. If the code formattingor indent…</li>
<li><a href="pmd_rules_apex_codestyle.html#ifstmtsmustusebraces">IfStmtsMustUseBraces</a>: Avoid using if statements without using braces to surround the code block. If the codeformatting …</li>
<li><a href="pmd_rules_apex_codestyle.html#methodnamingconventions">MethodNamingConventions</a>: Method names should always begin with a lower case character, and should not contain underscores.</li>
<li><a href="pmd_rules_apex_codestyle.html#localvariablenamingconventions">LocalVariableNamingConventions</a>: Configurable naming conventions for local variable declarations. This rule reports var…</li>
<li><a href="pmd_rules_apex_codestyle.html#methodnamingconventions">MethodNamingConventions</a>: Configurable naming conventions for method declarations. This rule reports method decl…</li>
<li><a href="pmd_rules_apex_codestyle.html#onedeclarationperline">OneDeclarationPerLine</a>: Apex allows the use of several variables declaration of the same type on one line. However, itcan…</li>
<li><a href="pmd_rules_apex_codestyle.html#variablenamingconventions">VariableNamingConventions</a>: A variable naming conventions rule - customize this to your liking. Currently, itchecks for fina…</li>
<li><a href="pmd_rules_apex_codestyle.html#propertynamingconventions">PropertyNamingConventions</a>: Configurable naming conventions for property declarations. This rule reports property …</li>
<li><a href="pmd_rules_apex_codestyle.html#variablenamingconventions">VariableNamingConventions</a>: <span style="border-radius: 0.25em; color: #fff; padding: 0.2em 0.6em 0.3em; display: inline; background-color: #d9534f; font-size: 75%;">Deprecated</span> A variable naming conventions rule - customize this to your liking. Currently, itchecks for fina…</li>
<li><a href="pmd_rules_apex_codestyle.html#whileloopsmustusebraces">WhileLoopsMustUseBraces</a>: Avoid using while statements without using braces to surround the code block. If the codeformat…</li>
</ul>

File diff suppressed because it is too large Load Diff

View File

@ -1011,6 +1011,15 @@
}
,
{
"title": "FieldNamingConventions (Apex, Code Style)",
"tags": "",
"keywords": "FieldNamingConventions",
"url": "pmd_rules_apex_codestyle.html#fieldnamingconventions",
"summary": "Rules which enforce a specific coding style."
}
,
{
"title": "ForLoopsMustUseBraces (Apex, Code Style)",
"tags": "",
@ -1020,6 +1029,24 @@
}
,
{
"title": "FormalParameterNamingConventions (Apex, Code Style)",
"tags": "",
"keywords": "FormalParameterNamingConventions",
"url": "pmd_rules_apex_codestyle.html#formalparameternamingconventions",
"summary": "Rules which enforce a specific coding style."
}
,
{
"title": "LocalVariableNamingConventions (Apex, Code Style)",
"tags": "",
"keywords": "LocalVariableNamingConventions",
"url": "pmd_rules_apex_codestyle.html#localvariablenamingconventions",
"summary": "Rules which enforce a specific coding style."
}
,
{
"title": "MethodNamingConventions (Apex, Code Style)",
"tags": "",
@ -1038,6 +1065,15 @@
}
,
{
"title": "PropertyNamingConventions (Apex, Code Style)",
"tags": "",
"keywords": "PropertyNamingConventions",
"url": "pmd_rules_apex_codestyle.html#propertynamingconventions",
"summary": "Rules which enforce a specific coding style."
}
,
{
"title": "VariableNamingConventions (Apex, Code Style)",
"tags": "",