aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-09-08 14:24:49 -0400
committerrnveach <rveach02@gmail.com>2017-09-10 18:30:07 -0400
commit8080262fe3ff6a86bbf2b25e13396784838ae36a (patch)
tree0dc039bc5651cff007ac0420b94d54659418931e /config
parent3cc64958a6a389e83b1f608c6513985e7d37d140 (diff)
downloadcheckstyle-8080262fe3ff6a86bbf2b25e13396784838ae36a.tar.gz
Issue #3891: reorganized astprinter package inputs
Diffstat (limited to 'config')
-rw-r--r--config/checkstyle_non_main_files_suppressions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/checkstyle_non_main_files_suppressions.xml b/config/checkstyle_non_main_files_suppressions.xml
index e2497d2a0..19cf1f7bd 100644
--- a/config/checkstyle_non_main_files_suppressions.xml
+++ b/config/checkstyle_non_main_files_suppressions.xml
@@ -11,7 +11,7 @@
<!-- Intentional no new line at the end. -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]grammars[\\/]comments[\\/]InputFullOfSinglelineComments\.java"/>
- <suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]astprinter[\\/]InputFullOfSinglelineComments\.java"/>
+ <suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]asttreestringprinter[\\/]InputAstTreeStringPrinterFullOfSinglelineComments\.java"/>
<!-- Grammar specific input file, should have exact structure to reproduce the case. -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]grammars[\\/]InputEmbeddedNullChar\.java"/>
@@ -24,7 +24,7 @@
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]grammars[\\/]InputRegressionEmptyAst\.txt"/>
<!-- File with CR line separators used for testing -->
- <suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]astprinter[\\/]InputFullOfBlockCommentsCR\.java"/>
+ <suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]asttreestringprinter[\\/]InputAstTreeStringPrinterFullOfBlockCommentsCR\.java"/>
<!-- For the testing purposes -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]checks[\\/]misc[\\/]uniqueproperties[\\/]InputUniquePropertiesWithDuplicates\.properties"/>