File tree 4 files changed +12
-0
lines changed
java_tools/junitrunner/javatests/com/google/testing/junit/runner
test/java/com/google/devtools
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ java_library(
13
13
["**/*.java" ],
14
14
exclude = ["testbed/*.java" ],
15
15
),
16
+ javacopts = [
17
+ "-XepOpt:CheckReturnValue:CheckAllConstructors=false" , # b/226969262
18
+ ],
16
19
deps = [
17
20
"//src/java_tools/junitrunner/java/com/google/testing/junit/runner/internal" ,
18
21
"//src/java_tools/junitrunner/java/com/google/testing/junit/runner/internal:junit4" ,
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ java_library(
25
25
"cache/*.java" ,
26
26
],
27
27
),
28
+ javacopts = [
29
+ "-XepOpt:CheckReturnValue:CheckAllConstructors=false" , # b/226969262
30
+ ],
28
31
deps = [
29
32
"//src/main/java/com/google/devtools/build/lib/actions" ,
30
33
"//src/main/java/com/google/devtools/build/lib/actions:action_input_helper" ,
Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ java_test(
174
174
name = "ByteArrayCodecTest" ,
175
175
size = "small" ,
176
176
srcs = ["ByteArrayCodecTest.java" ],
177
+ javacopts = [
178
+ "-XepOpt:CheckReturnValue:CheckAllConstructors=false" , # b/226969262
179
+ ],
177
180
deps = [
178
181
"//src/main/java/com/google/devtools/build/lib/skyframe/serialization/testutils" ,
179
182
"//third_party:junit4" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ filegroup(
19
19
java_library (
20
20
name = "OptionsTesterTest_lib" ,
21
21
srcs = glob (["*.java" ]),
22
+ javacopts = [
23
+ "-XepOpt:CheckReturnValue:CheckAllConstructors=false" , # b/226969262
24
+ ],
22
25
deps = [
23
26
"//src/main/java/com/google/devtools/common/options" ,
24
27
"//src/main/java/com/google/devtools/common/options/testing" ,
You can’t perform that action at this time.
0 commit comments