[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Thu Oct 5 11:43:49 EDT 2006


  User: chiba   
  Date: 06/10/05 11:43:49

  Modified:    javassist  Readme.html
  Log:
  fixed a bug in CodeConverter#replaceFieldRead/Write() on field shadowing
  
  Revision  Changes    Path
  1.77      +6 -0      javassist/Readme.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Readme.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/Readme.html,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -b -r1.76 -r1.77
  --- Readme.html	16 Aug 2006 16:15:44 -0000	1.76
  +++ Readme.html	5 Oct 2006 15:43:48 -0000	1.77
  @@ -281,6 +281,12 @@
   
   <h2>Changes</h2>
   
  +<p>-version 3.4
  +<ul>
  +	<li>A bug in CodeConverter#replaceFieldRead() and CodeConverter#replaceFieldWrite()
  +	was fixed. <a href="http://jira.jboss.com/jira/browse/JBAOP-284">JBAOP-284</a>.
  +</ul>
  +
   <p>-version 3.3 on August 17, 2006
   <ul>
       <li>CtClass#toClass() and ClassPool#toClass() were modified to accept a
  
  
  



More information about the jboss-cvs-commits mailing list