Issue #3796: No unnecessary text shall be present in Javadoc ASTs#4462
Issue #3796: No unnecessary text shall be present in Javadoc ASTs#4462romani merged 1 commit intocheckstyle:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4462 +/- ##
======================================
Coverage 100% 100%
======================================
Files 285 285
Lines 15316 15323 +7
Branches 3484 3487 +3
======================================
+ Hits 15316 15323 +7
Continue to review full report at Codecov.
|
I thought we were going to make that a priority and do it next since we keep bringing it up and wanting it. |
rnveach
left a comment
There was a problem hiding this comment.
We need to update all xdocs with changes to printed tree.
Example: http://checkstyle.sourceforge.net/writingjavadocchecks.html#Tool_to_print_Javadoc_tree_structure
We will need both, ANTLR regression and SummaryJavadocCheck regression.
We expect no changes in SummaryJavadocCheck.
We should probably also see that the changes didn't hurt the GUI application any.
|
@rnveach look at this. 4381 has this as a precursor. We can't do 4381 without this or else we would have to again change all the trees we create in 4381. 4381 is indeed a priority. Almost every node with children would be a change in ANTLR regression. Perhaps it would suffice to run ANTLR regression on a couple of projects with extensive javadoc ? |
done. |
Seeing more changes in test wouldn't be a bad thing. Before the xdoc change, there was not a lot of differences in the tests. |
|
@rnveach |
We will finish this.
This is a weird error I haven't seen before. |
|
@rnveach yeah thanks. |
|
antlr diff //taken xrefs out. The size went beyond 800mb with xrefs most of which was taken up by guava's Let me know if more diff reports are needed |
Issue #3796: No unnecessary text shall be present in Javadoc ASTs