Skip to content

Use a thread local to avoid having to override or call deprecated methods in...

Use a thread local to avoid having to override or call deprecated methods in MethodVisitor subclasses. See the comments in MethodVisitor. It is possible to get the same behavior by using an unused bit of 'opcode' as the 'preventRedirect' flag, but this would be a non-generic and hacky method.

Merge request reports