aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorkazachka <kazachka@mail.ua>2016-10-30 23:54:55 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2016-11-11 13:04:52 -0800
commit4e684926cf2e989752e76b74410dcabed1886c17 (patch)
treea17c12a891a6a6c8cc54ac08184ead9b73311c98 /pom.xml
parent0fb94f14efc1687019a1c676e3d354bf5b2dc1b1 (diff)
downloadcheckstyle-4e684926cf2e989752e76b74410dcabed1886c17.tar.gz
Issue #3445: GUI modified to show javadoc tree as subtree of COMMENT_CONTENT token
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 19 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 13484b004..89b5ebb49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1409,7 +1409,7 @@
<haltOnFailure>true</haltOnFailure>
<branchRate>100</branchRate>
<lineRate>100</lineRate>
- <totalBranchRate>92</totalBranchRate>
+ <totalBranchRate>91</totalBranchRate>
<totalLineRate>98</totalLineRate>
<regexes>
<regex>
@@ -1422,12 +1422,29 @@
<branchRate>79</branchRate>
<lineRate>97</lineRate>
</regex>
+ <regex>
+ <pattern>com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePModel</pattern>
+ <branchRate>41</branchRate>
+ <lineRate>44</lineRate>
+ </regex>
</regexes>
</check>
<instrumentation>
<excludes>
<exclude>com/puppycrawl/tools/checkstyle/grammars/javadoc/*.class</exclude>
- <exclude>com/puppycrawl/tools/checkstyle/gui/*.class</exclude>
+ <!-- Swing related classes -->
+ <exclude>com/puppycrawl/tools/checkstyle/gui/BaseCellEditor*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/CodeSelector*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/JTreeTable*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/ListToTreeSelectionModelWrapper*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/Main*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/MainFrame*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/ParseTreeTableModel*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/TreeTableCellRenderer*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/TreeTableModelAdapter*.class</exclude>
+ <!-- GUI model classes without tests -->
+ <exclude>com/puppycrawl/tools/checkstyle/gui/CodeSelectorPModel*.class</exclude>
+ <exclude>com/puppycrawl/tools/checkstyle/gui/MainFrameModel*.class</exclude>
<!-- deprecated classes -->
<exclude>com/puppycrawl/tools/checkstyle/checks/AbstractFormatCheck.class</exclude>
<exclude>com/puppycrawl/tools/checkstyle/checks/AbstractDeclarationCollector*.class</exclude>