File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 44 "http://www.puppycrawl.com/dtds/import_control_1_1.dtd">
55
66<import-control pkg =" com.github.checkstyle.regression" >
7+ <!-- Disallowed till https://github.com/mojohaus/cobertura-maven-plugin/issues/29 -->
8+ <disallow class =" java.util.stream.Stream" />
9+ <disallow class =" java.util.stream.Stream.Builder" />
10+ <disallow class =" java.util.stream.DoubleStream" />
11+ <disallow class =" java.util.stream.DoubleStream.Builder" />
12+ <disallow class =" java.util.stream.IntStream" />
13+ <disallow class =" java.util.stream.IntStream.Builder" />
14+ <disallow class =" java.util.stream.LongStream" />
15+ <disallow class =" java.util.stream.LongStream.Builder" />
16+ <disallow class =" java.util.stream.BaseStream" />
17+ <disallow class =" java.util.stream.Collector" />
18+ <disallow class =" java.util.Comparator" />
19+
720 <allow pkg =" org.apache.commons.cli" local-only =" true" />
821 <allow pkg =" com.github.checkstyle.regression" local-only =" true" />
922 <allow pkg =" java.text" local-only =" true" />
You can’t perform that action at this time.
0 commit comments