Minor text updates

This commit is contained in:
JosephAllen committed 2016-09-10 17:15:09 -04:00
1 parent 423e032a86
commit ecf75728fa
1 file changed
+1 -1
+1 -1
View File
@@ -18,7 +18,7 @@ folder: mydoc
PMD checks source code against rules and produces a report. Like this:
* Something passes a file name and a RuleSet into PMD.
* PMD hands an InputStream to the file to a JavaCC-generated parser.
* PMD hands an InputStream of the source file to a JavaCC-generated parser.
* PMD gets a reference to an Abstract Syntax Tree back from the parser.
* PMD hands the AST off to the symbol table layer which builds scopes, finds declarations, and find usages.
* If any rules need data flow analysis, PMD hands the AST over to the DFA layer for building control flow graphs and data flow nodes.