942 Commits (rel_3_23_2_ga)
 

Author SHA1 Message Date
  chiba f57f2a7450 modified so that CtBehavior#insertAfter() will not use JSR/RET anymore. 17 years ago
  chiba 9f548a4c38 a minor API extension. 17 years ago
  chiba fef3cedb4b fixed a but in javassist.bytecode.stackmap etc. 17 years ago
  chiba c2d6bdf673 changed the implementation of try statements so that jsr/ret will not be used anymore. 17 years ago
  chiba 4958b9a45a fixed JIRA JASSIST-33 17 years ago
  chiba 42e1dbed4e implemented javassist.bytecode.stackmap package. 17 years ago
  chiba 6ad1b4935e fixed a typo. 17 years ago
  chiba b269676282 Javassist has been producing an interface with a wrong modifier. I fixed this. 17 years ago
  chiba 5eed6f04d8 start developing the next release... 17 years ago
  kkhan eb1c034d28 Update version 17 years ago
  chiba 9bc1c0517b updated for release 17 years ago
  chiba 434c38727a updated the version name 17 years ago
  chiba 1012230ca3 snapshot. I am still working on stackmap support. 17 years ago
  chiba 10c21b8094 stackmap support (cont.) 17 years ago
  chiba aef8bbc9d5 added javadoc comments 17 years ago
  kkhan c68fe11a5b Make SignatureAttribute.NestedClassType public 17 years ago
  kkhan 07ede64867 When pruning preserve the SignatureAttribute 17 years ago
  starksm 4f3e40804c Add a javassist-src.jar to build a source artifact 17 years ago
  chiba 762c6f3839 updated the version name 17 years ago
  chiba 15b7070507 javadoc updates 17 years ago
  chiba fa1ebd7549 modified javassist.convert.* to support the stack map table of Java 6. 17 years ago
  kkhan 0940370343 Repair previous mistake when commiting 17 years ago
  kkhan 59dcdf0551 Differentiate between null bootstrap classloader and when the classloader has been garbage collected 17 years ago
  chiba 4752e2e80c supported generic type signatures. 17 years ago
  chiba 0552a7af39 supported generic type signatures. 17 years ago
  chiba 493cfddfdd changed to public. 17 years ago
  chiba c04c787ab1 updated javadoc comments. 17 years ago
  chiba 6ba99484b3 a minor bug fix 17 years ago
  adrian 57dcd65cab Fix the annotation hashCode and equals implementation. 17 years ago
  chiba aca958f791 edited javadoc comments. 17 years ago
  chiba 6f848ca9ad fixed a bug in copy(). 17 years ago
  kkhan 956be9c3df Document CodeConverter.replaceArrayAccess() 17 years ago
  kkhan 195d189ecb bump up version to snapshot 17 years ago
  kkhan 2a7af94c7f Add ability to replace xASTORE and xALOAD calls with invokevirtual 17 years ago
  chiba c387ca5935 minor bug fix 17 years ago
  chiba 43a08a3a82 added CtBehavior.getLongName() 17 years ago
  chiba 4f6352718e 3.4.0GA release 17 years ago
  chiba 517f6712ff enabled a transformation from a public method call to a private method call by CodeConverter 17 years ago
  chiba 223ca924f8 updated a javadoc comment 17 years ago
  chiba 768b593abd updated a javadoc comment 17 years ago
  chiba 1a24a3971d Fixed a bug of duplicating writeReplace() to a proxy class. 17 years ago
  chiba 56af2ace49 made a proxy class serializable (JASSIST-20). 17 years ago
  chiba 816d6d0b7f slightly changed the caching policy used by ProxyFactory 17 years ago
  chiba 4237ad166c JIRA JASSIST-28 (including a performance bug) has been fixed. 17 years ago
  chiba f685aa708c fixed JIRA JASSIST-28? 17 years ago
  chiba 31d1395131 StackMapTable support (not complete) 17 years ago
  chiba 9a5e5219c1 fixed JIRA JASSIST-27 CodeGen.getArrayWriteOp returns a invalid operation for a array of type short 17 years ago
  chiba baa647c760 fixed a bug in CodeConverter#replaceFieldRead/Write() on field shadowing 17 years ago
  chiba c88e65c04f updated CtConstructor#isEmpty(). 18 years ago
  chiba ac5eb2dd04 made ProxyFactory.getClassLoader() customizable. 18 years ago