<h2>Changes</h2>
-<p>-version 3.7.2
+<p>-version 3.8
<ul>
- <li>JASSIST-45, 47, 51, 54-57, 60 were fixed.
+ <li>javassist.bytecode.analysis was implemented.
+ <li>JASSIST-45, 47, 51, 54-57, 60, 62 were fixed.
</ul>
<p>-version 3.7.1 on March 10, 2008
<p>The value of <code>$type</code> is an <code>java.lang.Class</code>
object representing the formal type of the result value. This
-variable is available only in <code>insertAfter()</code> in
-<code>CtMethod</code> and <code>CtConstructor</code>.
+variable refers to <code>Void.class</code> if this is a constructor.
<h4>$class</h4>