Fix handling of unnamed inner classes

The InnerClass attributes for anonymous classes have a null class name,
which turbine shouldn't try to read. This fixes a NPE when repackaging
supertypes loaded from implementation jars; turbine itself doesn't write
InnerClass attributes for anonymous classes.

MOE_MIGRATED_REVID=146268069
3 files changed
tree: cf5ec8b303ad3df1f41b96bab5faf485ae55f8f8
  1. java/
  2. javatests/
  3. proto/
  4. .gitignore
  5. .travis.yml
  6. LICENSE
  7. pom.xml
  8. README.md
  9. turbine.iml
README.md

Turbine

Turbine is a header compiler for Java.