561 Commits (34bd30f1a6c496f5fcef19999ff11509a9c5e31d)
 

Author SHA1 Message Date
  chiba 2f7efd8620 the default major version of newly-created class files is either JDK 1.3 or 1.5, which depends on the VM version. 17 years ago
  chiba 08ffecc619 updated pom.xml by the request of Manik and Paul 17 years ago
  chiba c1caf22eec I will release 3.6.0.CR1 17 years ago
  chiba 22cfe0c43b I will release 3.6.0.CR1 17 years ago
  chiba 8dac8e2ce4 modified redirectMethodCall() in CodeConverter 17 years ago
  chiba 82e918f2e4 changed CtMethod#copy() and updated related javadoc comments 17 years ago
  chiba 46900e9c1f removed an unnecessary throws. 17 years ago
  chiba 8941069e00 made CtClass#freeze() public. 17 years ago
  chiba d133f96da4 for reducing memory footprint 17 years ago
  chiba 92fae275e5 edited for fixing memory leak 17 years ago
  chiba 0bc9915447 fixed a bug of CtClassType#releaseClassFiles() 17 years ago
  chiba 42a85cc5b9 fixed a bug of CtClassType#removeMehtod() etc. 17 years ago
  chiba eba5bad02a updated pom.xml and a few javadoc comments. 17 years ago
  chiba 634dbbcb87 added JDK 1.6 support 17 years ago
  chiba b6e8ae8dd3 added a pom.xml file 17 years ago
  chiba 125fa6071a fixed wrong indentation 17 years ago
  kkhan e565e7c18d Exclude HotSwapper in Eclipse since it does not work 17 years ago
  chiba 25084e8a71 a small bug fix 17 years ago
  chiba 73969fa11a made automatic pruning off by default because I found that pruning does not really save memory (only 20%). I changed Javassist to compress a class file on memory after toBytecode(). 17 years ago
  chiba a318d5d7d8 updated the copyright notices. 17 years ago
  chiba 2c1e31d12e made the java.util.proxy package support stack map tables. 17 years ago
  chiba 43af89caa2 for JIRA JASSIST-34 17 years ago
  chiba b8445cabac fixed bugs related to stack map tables. 17 years ago
  chiba 8242ef42ef the version of the class file generated from scratch was changed from JDK 1.1 to 1.3. 17 years ago
  chiba 33ce6656c3 changed the compiler so that .class will be compiled into ldc. 17 years ago
  chiba 2cecffb9c7 fixed bugs of javassist.bytecode.stackmap 17 years ago
  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