Skip to content

Commit

Permalink
Update pointer to Findbugs code.
Browse files Browse the repository at this point in the history
Fixes #1241

RELNOTES: none

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=237990140
  • Loading branch information
eaftan authored and ronshapiro committed Apr 12, 2019
1 parent ea450eb commit 6f71fb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ public class ReturnValueIgnored extends AbstractReturnValueIgnored {
/**
* A set of types which this checker should examine method calls on.
*
* <p>There are also some high-priority return value ignored checks in FindBugs for various
* <p>There are also some high-priority return value ignored checks in SpotBugs for various
* threading constructs which do not return the same type as the receiver. This check does not
* deal with them, since the fix is less straightforward. See a list of the FindBugs checks here:
* http://code.google.com/searchframe#Fccnll6ERQ0/trunk/findbugs/src/java/edu/umd/cs/findbugs/ba/CheckReturnAnnotationDatabase.java
* deal with them, since the fix is less straightforward. See a list of the SpotBugs checks here:
* https://github.com/spotbugs/spotbugs/blob/master/spotbugs/src/main/java/edu/umd/cs/findbugs/ba/CheckReturnAnnotationDatabase.java
*/
private static final Set<String> typesToCheck =
new HashSet<>(
Expand Down

0 comments on commit 6f71fb8

Please sign in to comment.