Skip to content
Unverified Commit 7a53ddab authored by Foivos Zakkak's avatar Foivos Zakkak
Browse files

Test MetaUtil methods toInternalName & internalNameToJava

Removes the previous test that was comparing the internal name's suffix
that returned by toJavaName().

As of 7cc13710
InnerClassLambdaMetafactory is generating hidden classes instead of
anonymous ones for lambdas and in hidden classes the internal name's
suffix needs to be converted. E.g. Foo$$Lambda$217.0x0000000800d40df0 in
com/example/Foo$$Lambda$217.0x0000000800d40df0 needs to become
Foo$$Lambda$217/0x0000000800d40df0, while previously it was already
Foo$$Lambda$217/0x0000000800d40df0
parent 5ab22e88
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment