[jboss-cvs] javassist/src/main/javassist/compiler ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Jun 3 04:46:36 EDT 2008


  User: chiba   
  Date: 08/06/03 04:46:36

  Modified:    src/main/javassist/compiler  JvstCodeGen.java
  Log:
  $type support by CtBehavior#insertBefore: JIRA JASSIST-62
  
  Revision  Changes    Path
  1.13      +1 -1      javassist/src/main/javassist/compiler/JvstCodeGen.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JvstCodeGen.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/JvstCodeGen.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- JvstCodeGen.java	4 Jun 2007 03:11:09 -0000	1.12
  +++ JvstCodeGen.java	3 Jun 2008 08:46:36 -0000	1.13
  @@ -95,7 +95,7 @@
           }
           else if (name.equals(dollarTypeName)) {
               if (dollarType == null)
  -                throw new CompileError(dollarType + " is not available");
  +                throw new CompileError(dollarTypeName + " is not available");
   
               bytecode.addLdc(Descriptor.of(dollarType));
               callGetType("getType");
  
  
  



More information about the jboss-cvs-commits mailing list