Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes a minor bug in a test case. | chibash | 2018-05-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #168 from cmelchior/cm/bug/classpath-close | Shigeru Chiba | 2018-05-07 | 1 | -0/+32 |
|\ | | | | | [WIP] Fix leaking file handlers | ||||
| * | Add missing unit test | Christian Melchior | 2017-11-13 | 1 | -1/+11 |
| | | |||||
| * | Merge branch 'master' into cm/bug/classpath-close | Christian Melchior | 2017-11-12 | 20 | -22/+42 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # pom.xml # src/main/javassist/ByteArrayClassPath.java # src/main/javassist/ClassClassPath.java # src/main/javassist/ClassPoolTail.java # src/main/javassist/LoaderClassPath.java # src/main/javassist/URLClassPath.java | ||||
| * | | Remove close method on ClassPath. Add unit tests for new behaviour. | Christian Melchior | 2017-11-12 | 1 | -0/+22 |
| | | | |||||
* | | | fixes a bug reported in issue #155 (Javassist Incorrect Code when wrapping ↵ | chibash | 2017-11-15 | 1 | -0/+17 |
| | | | | | | | | | | | | with try/catch) | ||||
* | | | adds Modifier#isVarArgs() | chibash | 2017-11-15 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #166 from nickl-/test-ctfield-make-with-this | Shigeru Chiba | 2017-11-14 | 1 | -0/+8 |
|\ \ \ | | | | | | | | | Unit Test: CtField.make referencing 'this'. | ||||
| * | | | Unit Test: CtField.make referencing 'this'. | nickl- | 2017-11-12 | 1 | -0/+8 |
| | |/ | |/| | | | | | | | | | | As per question raised in #161 passing 'this' reference for CtField value new object instance. Also added assert for testing referncing 'this' for newly added field. | ||||
* / | | Fix #152 inner class modifiers. | nickl- | 2017-11-12 | 1 | -0/+46 |
|/ / | | | | | | | | | Applied fix for #152 "Wrong modifiers returned for nested classes" as suggested by @pietrobraione. Includes unit tests for all access modifiers and static. | ||||
* | | Squash compiler warnings in tests. | nickl- | 2017-10-30 | 15 | -0/+17 |
| | | | | | | | | | | | | | | | | With the unit tests warnings were squashed by suppressing them with SuppressWarnings annotations, instead of reparing the issues as was done with the source. Reasons being... * The tests might be relying on the types as they were defined. * If the tests were written to test against the correct forms they would've/should've stipulated those. * Even unused members might be important to tests so we attempt to change as little as possible. | ||||
* | | Fix deperecated junit.framework.Assert. | nickl- | 2017-10-30 | 1 | -1/+1 |
| | | | | | | | | Changed to org.junit.Assert. | ||||
* | | Fix deperecated junit.framework.Assert. | nickl- | 2017-10-30 | 1 | -1/+1 |
| | | | | | | | | Changed to org.junit.Assert. | ||||
* | | Suppress deprecation ClassPool.makePackage | nickl- | 2017-10-28 | 1 | -0/+2 |
| | | |||||
* | | Added default serialVersionUID. | nickl- | 2017-10-28 | 3 | -0/+9 |
| | | |||||
* | | Upgrade junit from ver 3 to 4. | nickl- | 2017-10-27 | 5 | -17/+9 |
| | | | | | | | | | | | | | | | | | | There were minimal changes: Some tests had their own runners these were discontinued as IDEs/maven run the tests anyway. Removed the main methods for these. 2 tests were dependent on the running order so added the test sorter. All tests succeed on junit 4 with legacy support. | ||||
* | | Move runtests to build directory. | nickl- | 2017-10-27 | 2 | -3/+3 |
|/ | | | | Move the test output folder 'runtests' to target or build directory so that mvn clean can clean that. | ||||
* | removes JvstTest4#testJIRA150b because it is obsolete.rel_3_22_1_ga | chibash | 2017-10-11 | 1 | -1/+2 |
| | |||||
* | modifies CtClass#setModifiers() to correctly support inner classes. | chibash | 2017-06-01 | 1 | -0/+55 |
| | |||||
* | delete testHotswap() because java 9 does not seem to allow a java agent to ↵ | chibash | 2017-05-31 | 1 | -0/+4 |
| | | | | be attached after the JVM starts | ||||
* | adds javassist.util.HotSwapAgent | chibash | 2017-04-16 | 3 | -1/+35 |
| | |||||
* | modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ↵ | chibash | 2017-04-13 | 1 | -2/+20 |
| | | | | jigsaw | ||||
* | updates the test code to run on Java 9 EA+149. | chibash | 2016-12-20 | 2 | -10/+23 |
| | | | | | | | | Due to the specification change of jigsaw, ClassLoader#defineClass() cannot be invoked through reflection API. As a workaround, --add-opens java.base/java.lang=ALL-UNNAMED must be given to the JVM. The ant target "runtest9" adds this jvm argument. | ||||
* | Merge branch 'test/java9-jigsaw' | chibash | 2016-10-05 | 12 | -37/+51 |
|\ | |||||
| * | Merge branch 'master' into test/java9-jigsawtest/java9-jigsaw | chibash | 2016-09-29 | 2 | -1/+50 |
| |\ | |/ |/| | |||||
| * | improves the backward compatibility of LoaderClassPath.rel_3_21_0-java9-ea2 | chibash | 2016-09-28 | 1 | -0/+7 |
| | | | | | | | | LoaderClassPath is modified to show the same behavior in both Java 8 and 9. | ||||
| * | fixes calls to a deprecated method in Java 9.rel_3_21_0-java9-ea | chibash | 2016-08-02 | 12 | -35/+35 |
| | | |||||
| * | modifies a test case. Now all the test cases run successfully with Java 9 EA. | chibash | 2016-08-01 | 1 | -2/+9 |
| | | |||||
* | | enables removal of attributes | chibash | 2016-09-18 | 1 | -0/+33 |
| | | |||||
* | | allows adding a default method to an interface type. | chibash | 2016-09-18 | 2 | -1/+18 |
|/ | |||||
* | fixes a bug of stackmap generation. The bug was reported here: ↵ | chibash | 2016-07-30 | 1 | -0/+15 |
| | | | | https://github.com/jboss-javassist/javassist/issues/83 | ||||
* | fixes many compatibility problems with older Java (i.e. 1.4) | chibash | 2016-07-14 | 2 | -5/+5 |
| | |||||
* | fixes a bug JIRA JASSIST-262 | chibash | 2016-04-27 | 1 | -0/+25 |
| | |||||
* | fixes JIRA JASSIST-250 | chibash | 2016-02-24 | 1 | -0/+12 |
| | |||||
* | modifies the implementation of that invokes an interface default method | chibash | 2016-02-23 | 1 | -0/+15 |
| | |||||
* | fixes a bug of test5.JvstTest5.testInvalidCastWithDollar | chibash | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | updates javassist.util.proxy to support a default interface method in Java 8 | chibash | 2016-02-22 | 1 | -1/+38 |
| | |||||
* | fixes JASSIST-256, adding an annotation to a class doesn't work on reflection | chibash | 2016-02-12 | 1 | -0/+26 |
| | |||||
* | fixes JASSIST-255 Primitive array return values cause invalid cast to Object | chibash | 2015-12-08 | 1 | -0/+7 |
| | |||||
* | modifies a test case for JIRA JASSIST-248. | chibash | 2015-09-25 | 1 | -2/+2 |
| | |||||
* | fixes JIRA JASSIST-248. | chibash | 2015-09-25 | 1 | -2/+2 |
| | | | | | Javassist cannot compile super.m() if m is a default method declared in an interface. | ||||
* | adds a test case for JIRA JASSIST-248 | chibash | 2015-09-25 | 1 | -0/+10 |
| | |||||
* | append an new API of hasAnnotation(String annotClsName) | kuzukami.sh | 2015-08-11 | 1 | -0/+4 |
| | |||||
* | added InnerClassAttribute#remove method | chibash | 2015-07-22 | 1 | -0/+25 |
| | |||||
* | fixed JIRA JASSIST-249 | chibash | 2015-07-15 | 1 | -0/+9 |
| | |||||
* | fixed JASSIST-242 | chibash | 2015-05-28 | 1 | -0/+24 |
| | |||||
* | fixed a bug reported as JASSIST-246 | chibash | 2015-05-25 | 1 | -0/+14 |
| | |||||
* | Merge pull request #26 from m8rten/master | Shigeru Chiba | 2015-03-16 | 1 | -0/+40 |
|\ | | | | | Added call back feature to CtBehaviour | ||||
| * | Added copyright info | Mårten Hedborg | 2015-03-16 | 1 | -1/+1 |
| | | |||||
| * | Changed Callback so that CtBehaviour is independet of Callback. Added testcase | marten.hedborg | 2015-03-15 | 1 | -0/+40 |
| | |