sake92 / hepek-classycle

Classycle ressurection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hepek-classycle

Maven Central
Classycle, ressurected

This is a fork of popular library called Classycle.

What's different?

  • added Java 7 and Java 9 Constant pool tags.
    Last official Classycle version (1.4.2) didn't support them.
    You would recognize it by running into an issue like this one.
  • refactored to generics, lambdas etc
  • formatted code
  • removed Ant tasks, you can implement your own if you want... 😜

Usage

Programmatically

libraryDependencies ++= Seq("ba.sake" % "hepek-classycle" % "0.0.1")

Console

See official user guide.

TODO

  • improve MethodHandleConstant and InvokeDynamicConstant. Anyone?
  • final-ize classes ???
  • remove Vector class ???

About

Classycle ressurection

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 99.7%Language:Scala 0.3%