forked from phoedos/pmd
Update documentation
https://github.com/pmd/pmd/actions/runs/11118426627 null
This commit is contained in:
@@ -85,8 +85,8 @@
|
||||
|
||||
|
||||
<ul id="mysidebar" class="nav">
|
||||
<li class="sidebarTitle">PMD 7.6.0-SNAPSHOT</li>
|
||||
<div class="sidebarTitleDate">Release date: 27-September-2024</div>
|
||||
<li class="sidebarTitle">PMD 7.7.0-SNAPSHOT</li>
|
||||
<div class="sidebarTitleDate">Release date: 25-October-2024</div>
|
||||
|
||||
|
||||
|
||||
@@ -1959,10 +1959,10 @@ of the specific thing the rule is trying to flag. Rules then report a violation
|
||||
|
||||
<h3 id="discovering-the-ast">Discovering the AST</h3>
|
||||
|
||||
<p>ASTs are represented by Java classes deriving from <a href="https://docs.pmd-code.org/apidocs/pmd-core/7.6.0-SNAPSHOT/net/sourceforge/pmd/lang/ast/Node.html#"><code>Node</code></a>.
|
||||
<p>ASTs are represented by Java classes deriving from <a href="https://docs.pmd-code.org/apidocs/pmd-core/7.7.0-SNAPSHOT/net/sourceforge/pmd/lang/ast/Node.html#"><code>Node</code></a>.
|
||||
Each PMD language has its own set of such classes, and its own rules about how
|
||||
these classes relate to one another, based on the grammar of the language. For
|
||||
example, all Java AST nodes extend <a href="https://docs.pmd-code.org/apidocs/pmd-java/7.6.0-SNAPSHOT/net/sourceforge/pmd/lang/java/ast/JavaNode.html#"><code>JavaNode</code></a>.</p>
|
||||
example, all Java AST nodes extend <a href="https://docs.pmd-code.org/apidocs/pmd-java/7.7.0-SNAPSHOT/net/sourceforge/pmd/lang/java/ast/JavaNode.html#"><code>JavaNode</code></a>.</p>
|
||||
|
||||
<p>The structure of the AST can be discovered through</p>
|
||||
<ul>
|
||||
@@ -2105,7 +2105,7 @@ your rule</li>
|
||||
©2024 PMD Open Source Project. All rights
|
||||
reserved. <br />
|
||||
<span>Page last updated:</span>
|
||||
December 2023 (7.0.0)<br /> Site last generated: Sep 27, 2024 <br />
|
||||
December 2023 (7.0.0)<br /> Site last generated: Oct 1, 2024 <br />
|
||||
<p>
|
||||
<img src="images/logo/pmd-logo-70px.png" alt="PMD
|
||||
logo"/>
|
||||
|
Reference in New Issue
Block a user