Skip to content

Use ByteBuddy to instrument classes instead Javassist  #727

@thekingn0thing

Description

@thekingn0thing

The main issue with Javassist it's that it read classes from disk before instrumenting. Such behaviour breaks compatibility with other tools which are instrumenting classes (see discussion jacoco/jacoco#51)

ByteBuddy could help us to resolve the issue and supporting online Jacoco Instrumenting.

ByteBudy agent has to be used for implementation of powermock-agent

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions