Skip to content

Commit

Permalink
Whitelist more fields in libcore.reflect.TypeVariableImpl that were g…
Browse files Browse the repository at this point in the history
…etting

into some false cycles with Guava sources.
	Change on 2015/03/03 by kstanger <kstanger@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=87629112
  • Loading branch information
kstanger committed Mar 18, 2015
1 parent 5a74776 commit 9f611ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jre_emul/cycle_whitelist.txt
Expand Up @@ -24,6 +24,8 @@ FIELD java.lang.Thread.interruptActions
# libcore.reflect false positives.
FIELD libcore.reflect.ParameterizedTypeImpl.args
FIELD libcore.reflect.TypeVariableImpl.bounds
FIELD libcore.reflect.TypeVariableImpl.declOfVarUser
FIELD libcore.reflect.TypeVariableImpl.genericDeclaration
FIELD libcore.reflect.WildcardTypeImpl.extendsBound
FIELD libcore.reflect.WildcardTypeImpl.superBound

Expand Down

0 comments on commit 9f611ab

Please sign in to comment.