aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis
diff options
context:
space:
mode:
authorGravatar cnsun <cnsun@google.com>2018-03-19 13:20:30 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-19 13:21:48 -0700
commitc7a25ca14a105f65dcef1fe3f9879d425f181f5f (patch)
treedaa7fe90f6e725f5355edcccf140d675944f2983 /src/test/java/com/google/devtools/build/lib/analysis
parentbff4ac081bd80f227cc0c3027f67e306d35699fa (diff)
1) Fixes a bug in the checking of missing members. Before, MemberInfo contains
both the owner and the name. However, this is wrong, as the field reference or method call may reference the same member with a different owner (e.g., subclass). 2) The type in ASM may refer to internal names, but also may refer to array descriptor. And arrays have methods such as clone(). Before, I just assume that a type can only be internal names. RELNOTES: None. PiperOrigin-RevId: 189630806
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/analysis')
0 files changed, 0 insertions, 0 deletions