Class BridgeMethodFixer

java.lang.Object
proguard.classfile.editor.BridgeMethodFixer
All Implemented Interfaces:
AttributeVisitor, ConstantVisitor, InstructionVisitor, MemberVisitor

public class BridgeMethodFixer extends Object implements MemberVisitor, AttributeVisitor, InstructionVisitor, ConstantVisitor
This MemberVisitor fixes all inappropriate bridge access flags of the program methods that it visits, checking whether the methods to which they bridge have the same name. Some compilers, like in Eclipse and in later versions of JDK 1.6, complain if they can't find the method with the same name.