Code Review for jdk

Prepared by:jlahoda on Thu Jul 18 15:09:08 CEST 2019
Workspace:/home/jlahoda/src/jdk/jdk
Compare against: http://hg.openjdk.java.net/jdk/jdk
Compare against version:55653
Summary of changes: 149 lines changed: 61 ins; 11 del; 77 mod; 2487 unchg
Changeset: jdk.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/jdk.compiler/share/classes/com/sun/source/util/DocTreeScanner.java

rev 55654 : 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly.
Reviewed-by: TBD
5 lines changed: 0 ins; 0 del; 5 mod; 574 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/jdk.compiler/share/classes/com/sun/tools/doclint/Checker.java

rev 55654 : 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly.
Reviewed-by: TBD
1 line changed: 0 ins; 0 del; 1 mod; 1178 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/langtools/tools/javac/tree/AbstractTreeScannerTest.java

rev 55654 : 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly.
Reviewed-by: TBD
48 lines changed: 37 ins; 1 del; 10 mod; 287 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/langtools/tools/javac/tree/JavacTreeScannerTest.java

rev 55654 : 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly.
Reviewed-by: TBD
5 lines changed: 2 ins; 0 del; 3 mod; 156 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/langtools/tools/javac/tree/SourceTreeScannerTest.java

rev 55654 : 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly.
Reviewed-by: TBD
5 lines changed: 2 ins; 0 del; 3 mod; 177 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/langtools/tools/javac/tree/SourceDocTreeScannerTest.java (was test/langtools/tools/javac/tree/SourceTreeScannerTest.java)

rev 55654 : 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly.
Reviewed-by: TBD
85 lines changed: 20 ins; 10 del; 55 mod; 115 unchg

This code review page was prepared using /home/jlahoda/src/jdk/reviews/webrev/webrev.ksh (vers 25.17-hg+openjdk.java.net).