633 Commits (rel_3_18_2_ga_build)
 

Author SHA1 Message Date
  chiba d3fa7e4cc8 fixed JASSIST-45 (better exception message) 16 years ago
  chiba 9df30cbc01 fixed a bug of CodeIterator.insertGap() with JDK 1.6 16 years ago
  kkhan a7df6cdbf0 Use privileged block for clazz.getDeclaredMethods() 16 years ago
  chiba 0904c66e3c fixed JASSIST-51 16 years ago
  chiba 1c59c2e7f6 preparation for 3.7.1 release 16 years ago
  chiba 18869e66d2 preparation for 3.7.1 release 16 years ago
  kkhan 78b5662950 Make ProxyFactory use privileged blocks when a security manager is present 16 years ago
  kkhan 1d2f91432f Make ProxyFactory use privileged blocks when a security manager is present 16 years ago
  chiba 2db5ca38f3 for 3.7.0.GA release 16 years ago
  chiba a95aa52983 fixed JIRA JASSIST-41 16 years ago
  chiba 9a97111df2 fixed JIRA JASSIST-40 16 years ago
  chiba 5b38e95af6 fixed a bug of JBAOP-481. Javassist could not properly copy a method body if LDC becomes LDC_W after copying. 16 years ago
  chiba 0f2a4bf5d2 added the javassist.JarDirClassPath class. 16 years ago
  chiba a9d3c7bd1d supported the class path wildcards. 16 years ago
  chiba 04bb09167d for JASSIST-37 (again) 16 years ago
  chiba 1d637574af for JASSIST-37 16 years ago
  chiba 58420fe406 fixed JIRA JASSIST-36 17 years ago
  chiba 8968f3341b added Expr#getEnclosingClass() 17 years ago
  chiba 77defc2973 for 3.6.0 release 17 years ago
  chiba 149c5ffbe4 for 3.6.0 release 17 years ago
  kkhan 00b4126410 Update Manifest.mf 17 years ago
  chiba 02ec64cfa0 fixed a bug of ClassPool#makeInterface() 17 years ago
  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