]> source.dussan.org Git - javassist.git/commitdiff
$type support by CtBehavior#insertBefore: JIRA JASSIST-62
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 3 Jun 2008 09:01:50 +0000 (09:01 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Tue, 3 Jun 2008 09:01:50 +0000 (09:01 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@443 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

Readme.html
tutorial/tutorial2.html

index b19a0101049756feaae0cd4a425b33eb6fca2678..df7b5f2081f2a63d0403e552a013269f9a7ebe7f 100644 (file)
@@ -281,9 +281,10 @@ see javassist.Dump.
 
 <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
index 833d122742a6e7ee8695de1b182485f7db151bda..ef978ca044b086de5fcb963d604072839c4dac91 100644 (file)
@@ -511,8 +511,7 @@ parameter types in declaration order.
 
 <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>