Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • asm asm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asm
  • asmasm
  • Merge requests
  • !243

Closed
Created Feb 09, 2019 by Eric Bruneton@ebrunetonOwner
  • Report abuse
Report abuse

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

  • Overview 9
  • Commits 1
  • Pipelines 1
  • Changes 10

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.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: use-thread-local-to-avoid-overridding-deprecated-methods