719 コミット (0958148acbb1b737ca90f78670a4d13c6f321416)

作成者 SHA1 メッセージ 日付
  chibash 0958148acb does refactoring for javassist.util.proxy. 5年前
  chibash e0439f8e04 changes the version number 5年前
  chibash 9ca1a7539c adds test cases for NestHostAttribute and NestMembersAttribute. 5年前
  chibash c52b9c7100 modifies NestHostAttribute and NestMembersAttribute and adds test code 5年前
  chibash a13f51b8d1 adds a comment for the fix to JIRA JASSIST-267 5年前
  Dmitri Gabbasov 797f651105 Add support for Java 11 NestHost and NestMembers attributes 5年前
  chibash a3d1aa2513 fixes issue #209 (NPE in Exception) 5年前
  NingZhang-Ericsson b814145398 Fix JASSIST-267 5年前
  NingZhang-Ericsson fd1d535bb3 fixed JASSIST-267 5年前
  Andres Luuk 1aa06e37c8
Custom URL stream handler in ByteArrayClassPath 5年前
  chibash a59658da99 updates for release 3.23.1 6年前
  Christian Beikov 92ee53b460 [#171] Allow running on JDK 8 and possibly on JDK 7 as well. Fixes #171 6年前
  chibash dfce4e4b3d updates for release 3.23.0-GA 6年前
  chibash 040a9cfc26 fixes a minor bug in a test case. 6年前
  Christian Beikov e7f4090fab JASSIST-271 Allow running on Java 11 by falling back to ClassLoader.defineClass for Java > 10 6年前
  chibash 40d3223b12 fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping with try/catch) 6年前
  chibash bdc2b3784c adds Modifier#isVarArgs() 6年前
  chibash a64f57f489 adds Modifier#isVarArgs() 6年前
  chibash b86c148882 changes getDefinedPackage back to getPackage when Java is < 9. 6年前
  Christian Melchior 620a8be65b Add missing unit test 6年前
  Christian Melchior c90af6769e Fix merge mistake 6年前
  nickl- d7e4f99372 Fix #152 inner class modifiers. 6年前
  nickl- f4ce4aa16c Unit Test: CtField.make referencing 'this'. 6年前
  nickl- 53325f5637 Fixes to javassist.scopepool 6年前
  nickl- ceebba3611 Define parameters for returned iterator. 6年前
  nickl- 7d3d65ec97 Some functional unit tests proofs. 6年前
  nickl- df58ae940d Some code comments to fill in gaps. 6年前
  nickl- 50dd54dc05 Even now Oracle still not happy. 6年前
  nickl- af399dbfa0 Refactor definePackage as well. 6年前
  nickl- 45e201f2fb Give helper private constructor fwiw. 6年前
  nickl- 4e81640868 Add caller class checking. 6年前
  nickl- 7d5eb53d12 MethodHandles for JDK7+. 6年前
  nickl- c2ae87be4b Refactored SecActs methods and retain 1.6 source. 6年前
  nickl- 02d023d7e5 Add sun.misc.Unsafe privileged retrieval to SecActions. 6年前
  nickl- f52402c241 Type check and paramatized rawtypes for SecurityActions. 6年前
  nickl- 31b7faa0bc Add getMethodHandle to SecurityActions. 6年前
  nickl- 12cdc2182b Make an effort to secure privileged use. 6年前
  Christian Melchior 9fe7b3287d Cleanup 6年前
  Christian Melchior f4769c7ad7 Remove close method on ClassPath. Add unit tests for new behaviour. 6年前
  Christian Melchior 457934016f Update test README 6年前
  nickl- e5656fc869 Organize imports to disolve ambiguity. 6年前
  nickl- 0165b2e18b Squash compiler warnings in tests. 6年前
  nickl- 62851d0af3 Source walk/Spring clean/Parameterize/Enhance et.al. 6年前
  nickl- 45b4c55361 Fix deperecated junit.framework.Assert. 6年前
  nickl- 7e1a34a570 Fix deperecated junit.framework.Assert. 6年前
  nickl- d1b7b853c3 Implement hashCode for Annotation. 6年前
  nickl- f536ea9fc9 Implement hashCode for Type. 6年前
  nickl- 049879f903 Implement hashCode for MultiType. 6年前
  nickl- e141a58af0 Implement hashCode for MultiArrayType. 6年前
  nickl- e091603310 Fix deperecated junit.framework.Assert. 6年前