Hacker News new | ask | show | jobs
by mechanicum 5 days ago
It looks like that was added in Java SE 6, and doesn’t materially change the underlying problem. Have there been more recent developments?
1 comments

I was thinking of JEP 484, which I guess technically isn't a compiler API as much as it is a class file API, but that's kind of a big deal for this type of work as probably the primary work the parts of the classpath you currently aren't editing, moreso than parsing a single .java-file, and the kludges we had before this API (e.g. ASM) were incredibly fragile.