737 コミット (03f85a33931c6090477926c15ce9bdfeb0c5ce28)
 

作成者 SHA1 メッセージ 日付
  chibash 03f85a3393 fixes typos in javadoc comments 7年前
  chibash cefc23a132 updates files for release 3.21.0-GA 7年前
  chibash 0e9ff9fd2b enables removal of attributes 7年前
  Shigeru Chiba 460d41808a Merge pull request #100 from oreissig/remove-annotation 7年前
  Shigeru Chiba 0862511fae Merge pull request #98 from PeterFeicht/master 7年前
  chibash f6992d66a0 allows adding a default method to an interface type. 7年前
  oreissig f68489dc1e implement removal of annotations 7年前
  Peter Feichtinger 2e48e54c0d Fix NullPointerException in ControlFlow constructor. 7年前
  chibash c0b62eeaba modifies addInvokestatic() in Bytecode to support a static method declared in an interface type. 7年前
  chibash 384e014fc8 modifies runtest in build.xml 7年前
  chibash f795fcb171 removes redundant whitespaces 7年前
  chibash d5677e4a3a fixes a bug of ProxyFactory. It could not deal with default methods declared in an interface. https://github.com/jboss-javassist/javassist/issues/45 7年前
  chibash e1ae09e504 fixes a bug of ProxyFactory. It could not deal with default methods declared in an interface. 7年前
  chibash 13c7057570 updates the version number. 7年前
  chibash 7ec83a2e3d fixes a bug of stackmap generation. The bug was reported here: https://github.com/jboss-javassist/javassist/issues/83 7年前
  chibash 5e4572a90f fixes many compatibility problems with older Java (i.e. 1.4) 8年前
  chibash aabe16cc1b modifies test code. 8年前
  chibash 37258d1634 modifies test code 8年前
  chibash 652e8658fe updates javassist.jar 8年前
  chibash dc4a4dc13a updates javadoc 8年前
  chibash 64bde30912 modifies javadoc. 8年前
  chibash 89c91facc0 fixes a bug JIRA JASSIST-262 8年前
  chibash b110efa847 fixes JIRA JASSIST-250 8年前
  chibash d2d00601aa modifies the implementation of that invokes an interface default method 8年前
  chibash 949def744d fixes a bug of test5.JvstTest5.testInvalidCastWithDollar 8年前
  chibash 7314726c37 updates javassist.util.proxy to support a default interface method in Java 8 8年前
  chibash abdeecb581 fixes a deadlock in getDeclaredMethods (Issue #69) 8年前
  chibash 1a33243aac fixes JASSIST-256, adding an annotation to a class doesn't work on reflection 8年前
  chibash fee5e033b3 fixes a concurrency bug in ProxyFactory (JASSIST-259) 8年前
  chibash d4d3ef1dad rebuilds javassist.jar by Java 6 compiler 8年前
  chibash ccddf7949a updates Readme.html to record the fix of JASSIST-245 8年前
  Shigeru Chiba 3780d3fba9 Merge pull request #54 from wuwen5/compiler-Argument 8年前
  chibash 4cf21faf54 fixes JASSIST-255 Primitive array return values cause invalid cast to Object 8年前
  chibash bb2e4c8745 updates the tutorial 8年前
  chibash e3f096df2d updates javadoc comments. 8年前
  chibash 5b0544a385 modifies a test case for JIRA JASSIST-248. 8年前
  chibash e44bf416bf fixes JIRA JASSIST-248. 8年前
  chibash 5bbbcdf552 adds a test case for JIRA JASSIST-248 8年前
  chibash e68077dc87 fixed minor problems in javadoc etc. 8年前
  Shigeru Chiba 711965fde6 Merge pull request #57 from kuzukami/hasAnnotation_By_String 8年前
  kuzukami.sh 2d0d143c0b append an new API of hasAnnotation(String annotClsName) 9年前
  chibash 1e7ce2aebc rebuilt javassist.jar 8年前
  chibash f754385766 fixed JASSIST-244 8年前
  文武 0e40ca2a33 <source> and <target> is 1.6, but <compilerArgument> "-parameters" in 1.8 version. 8年前
  Shigeru Chiba af8aba0dd4 Merge pull request #53 from KyongSik-Yoon/patch-3 8年前
  KyongSik-Yoon f82eadaf4c Generic is not supported by JDK under 1.5 version. 8年前
  chibash 2705a49f8f added InnerClassAttribute#remove method 9年前
  chibash ecd733a236 fixed JIRA JASSIST-249 9年前
  Shigeru Chiba 11ef0b953e Merge pull request #36 from mkordas/update_maven_source_plugin 9年前
  Shigeru Chiba ce8696d54f Merge pull request #35 from mkordas/update_org_apache_felix_maven_bundle_plugin 9年前