Name of nested implementation classes wrong

Issue #448 new
Matthias Schoettle created an issue

When you import a nested implementation class, such as java.util.Map.Entry, the name appears in binary form as Map$Entry (both in name and instanceClassName).

Instead, the $ sign should be converted to ..

Comments (0)

  1. Log in to comment