This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +2
-6
lines changed
impl_core/src/test/java/io/opencensus/implcore
impl_lite/src/test/java/io/opencensus/impllite/trace
impl/src/test/java/io/opencensus/impl/internal Expand file tree Collapse file tree 7 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ subprojects {
164164
165165 checkstyle {
166166 configFile = file(" $rootDir /buildscripts/checkstyle.xml" )
167- toolVersion = " 7.6 "
167+ toolVersion = " 8.0 "
168168 ignoreFailures = false
169169 if (rootProject. hasProperty(" checkstyle.ignoreFailures" )) {
170170 ignoreFailures = rootProject. properties[" checkstyle.ignoreFailures" ]. toBoolean()
Original file line number Diff line number Diff line change 5050 <property name =" ignorePattern" value =" ^package.*|^import.*|a href|href|http://|https://|ftp://" />
5151 </module >
5252 <module name =" AvoidStarImport" />
53+ <module name =" RedundantImport" />
5354 <module name =" OneTopLevelClass" />
5455 <module name =" NoLineWrap" />
5556 <module name =" EmptyBlock" >
Original file line number Diff line number Diff line change 1818
1919import static com .google .common .truth .Truth .assertThat ;
2020
21- import io .opencensus .impl .internal .DisruptorEventQueue ;
2221import io .opencensus .implcore .internal .EventQueue ;
2322import org .junit .Test ;
2423import org .junit .runner .RunWith ;
Original file line number Diff line number Diff line change 2121
2222import io .opencensus .common .Clock ;
2323import io .opencensus .common .Timestamp ;
24- import io .opencensus .implcore .internal .TimestampConverter ;
2524import org .junit .Before ;
2625import org .junit .Test ;
2726import org .junit .runner .RunWith ;
Original file line number Diff line number Diff line change 1818
1919import static com .google .common .truth .Truth .assertThat ;
2020
21- import io .opencensus .implcore .trace .config .TraceConfigImpl ;
2221import io .opencensus .trace .config .TraceParams ;
2322import io .opencensus .trace .samplers .Samplers ;
2423import org .junit .Test ;
Original file line number Diff line number Diff line change 1818
1919import static com .google .common .truth .Truth .assertThat ;
2020
21- import io .opencensus .implcore .trace .internal .ConcurrentIntrusiveList ;
2221import io .opencensus .implcore .trace .internal .ConcurrentIntrusiveList .Element ;
2322import org .junit .Rule ;
2423import org .junit .Test ;
Original file line number Diff line number Diff line change 2222import io .opencensus .implcore .trace .TracerImpl ;
2323import io .opencensus .implcore .trace .export .ExportComponentImpl ;
2424import io .opencensus .implcore .trace .propagation .PropagationComponentImpl ;
25- import io .opencensus .impllite .trace .TraceComponentImplLite ;
2625import io .opencensus .trace .Tracing ;
2726import org .junit .Test ;
2827import org .junit .runner .RunWith ;
You can’t perform that action at this time.
0 commit comments