File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
core/src/test/java/com/google/errorprone/bugpatterns/nullness Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -178,24 +178,6 @@ void foo() {
178
178
.doTest ();
179
179
}
180
180
181
- @ Test
182
- public void positiveNullMarkedComGoogleCommon () {
183
- conservativeHelper
184
- .addSourceLines (
185
- "Foo.java" ,
186
- """
187
- import com.google.common.base.Ascii;
188
-
189
- class Foo {
190
- void foo() {
191
- // BUG: Diagnostic contains:
192
- Ascii.toLowerCase(null);
193
- }
194
- }
195
- """ )
196
- .doTest ();
197
- }
198
-
199
181
@ Test
200
182
public void negativeNullMarkedComGoogleCommonButNullable () {
201
183
conservativeHelper
Original file line number Diff line number Diff line change 29
29
30
30
<properties >
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
- <guava .version>33.4.8 -jre</guava .version>
32
+ <guava .version>33.4.0 -jre</guava .version>
33
33
<gwt .version>2.10.0</gwt .version>
34
34
<truth .version>1.4.0</truth .version>
35
35
<autoservice .version>1.0.1</autoservice .version>
You can’t perform that action at this time.
0 commit comments