From: chiba Date: Tue, 3 Jun 2008 09:01:50 +0000 (+0000) Subject: $type support by CtBehavior#insertBefore: JIRA JASSIST-62 X-Git-Tag: rel_3_17_1_ga~200 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ac58ef038c3741864c28b1d8fa339e7b2c23eed;p=javassist.git $type support by CtBehavior#insertBefore: JIRA JASSIST-62 git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@443 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- 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.

Changes

-

-version 3.7.2 +

-version 3.8

-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.

The value of $type is an java.lang.Class object representing the formal type of the result value. This -variable is available only in insertAfter() in -CtMethod and CtConstructor. +variable refers to Void.class if this is a constructor.

$class