From caa820ed62133f47bacba06ea931bf5d7c43dcd6 Mon Sep 17 00:00:00 2001 From: Roberto Araujo Date: Thu, 19 Oct 2017 19:51:22 -0200 Subject: Upgrade ASM to 6.0 (#600) --- org.jacoco.doc/docroot/doc/changes.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'org.jacoco.doc/docroot/doc') diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index b9e61a12..9035dc36 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -68,10 +68,22 @@ (GitHub #555).
  • Restored Maven help goal that was missing in version 0.7.9 (GitHub #559).
  • +
  • NullPointerException during offline instrumentation of + module-info.class + (GitHub #600).
  • +
  • Incorrect update of frames caused by bug in ASM library + (GitHub #600).
  • +
  • Loss of InnerClasses attribute caused by bug in ASM library + (GitHub #600).
  • +
  • NegativeArraySizeException during instrumentation caused by bug + in ASM library + (GitHub #600).
  • Non-functional Changes