summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-06-03 09:01:50 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-06-03 09:01:50 +0000
commit3ac58ef038c3741864c28b1d8fa339e7b2c23eed (patch)
treebd4b6a8a6cfe91b8310d02a5519e4c1055bd9cf2
parent6efe0397d30c3e568c53b401e3d65813d520d8c6 (diff)
downloadjavassist-3ac58ef038c3741864c28b1d8fa339e7b2c23eed.tar.gz
javassist-3ac58ef038c3741864c28b1d8fa339e7b2c23eed.zip
$type support by CtBehavior#insertBefore: JIRA JASSIST-62
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@443 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
-rw-r--r--Readme.html5
-rw-r--r--tutorial/tutorial2.html3
2 files changed, 4 insertions, 4 deletions
diff --git a/Readme.html b/Readme.html
index b19a0101..df7b5f20 100644
--- a/Readme.html
+++ b/Readme.html
@@ -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
diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html
index 833d1227..ef978ca0 100644
--- a/tutorial/tutorial2.html
+++ b/tutorial/tutorial2.html
@@ -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>