Skip to content

Remove orphan PhantomTimeout class

Choose a tag to compare

@sbabcoc sbabcoc released this 05 Feb 17:48
· 114 commits to master since this release

In this release, I deleted the PhantomTimeout class, which was part of my initial implementation for global rule-based test timeout management. During the course of developing this feature, I discovered that I didn't need this bit of byte-code magic, but I failed to remove the class for some reason. I re-discovered this class while searching for Byte Buddy code in need of revisions for compatibility with Java 11+.