Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 20 Sep 15:22
· 43 commits to main since this release
v0.1.7
d5b151b

v0.1.7 — correctness: framework nesting, clinit returns, field casts

  • External framework nested references now dot correctly
    (android.os.Parcelable.Creator instead of Parcelable$Creator).
  • Static initializers no longer contain illegal returns
    ("return outside method": 184 -> 2 on reqable).
  • Field reads on Object-widened receivers cast to the declaring class.
  • Full-javac gate (reqable + android.jar): 20,895 semantic errors
    (-50.5% vs 0.1.5); syntax gate zero across the corpus; deterministic.
  • jdc-core 0.2.2.

Full Changelog: v0.1.6...v0.1.7