Bytecoder
Bytecoder copied to clipboard
Error when "stackifying" methods from external google library
I have some code using google's guava library, and Bytecoder dies when stackifying everything:
...
[INFO] Compiling com.google.common.collect.ImmutableSet$CachingAsList.
You can see the ImmutableSet here: https://github.com/google/guava/blob/master/guava/src/com/google/common/collect/ImmutableSet.java
Shouldn't iterator() be inherited in this class? I'm not sure why it wouldn't be found.