aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * updated documentation for JASSIST-208 fixchibash2014-11-202-1/+2
| |
| * fixed JASSIST-208chibash2014-11-203-4/+16
| |
| * for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.chibash2014-11-196-2/+93
| |
| * fixed JASSIST-235. Now CtClass.getEnclosingMethod() is deprecated due to ↵chibash2014-11-187-11/+72
| | | | | | | | its potential bug.
| * rebuilt javassist.jar to be up-to-datechibash2014-10-211-0/+0
| |
| * logged the fix of JIRA JASSIST-234.chibash2014-09-281-1/+1
| |
| * Merge pull request #21 from baron1405/javaflowShigeru Chiba2014-09-271-2/+3
| |\ | | | | | | JASSIST-234. Support Javaflow NEW bytecode pattern for replacement.
| | * Support Javaflow NEW bytecode pattern for replacement.Baron Roberts2014-09-261-2/+3
| |/
| * fixed a bug of accesses to annotation arguments (cont.).chibash2014-09-111-15/+5
| | | | | | | | did minor refactoring.
| * fixed a bug of accesses to annotation arguments.chibash2014-09-115-15/+82
| | | | | | | | | | | | If foo.Bar.Baz is a nested class in foo.Bar, then the argument of @MyAnnotation(foo.bar.Baz.class) could not be obtained. The test code is javassist.JvstTest4#testAnnArg().
| * fixed JASSIST-230chibash2014-08-104-51/+124
| |
| * fixed JIRA-227chibash2014-07-234-3/+8
| |
| * removed unused import declarationschibash2014-07-222-6/+0
| |
| * Merge pull request #11 from jkaving/JASSIST-220Shigeru Chiba2014-07-224-17/+46
| |\ | | | | | | Fix for JASSIST-220
| | * Fix JASSIST-220Johan Kaving2014-07-033-15/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Static methods on interfaces in Java 8 means that the INVOKESTATIC opcode can sometimes refer to an item that is an InterfaceMethodrefInfo (instead of a MethodrefInfo). This is now handled in the ConstPool.getMethodref...() methods by casting to MemberrefInfo instead (since MemberrefInfo contains all the needed information).
| | * Update pom.xml to specify that test code is Java 8Johan Kaving2014-07-021-2/+3
| |/ | | | | | | | | | | To get the test case JvstTest4.testMethodParameters() to work the <testSource> and <testTarget> elements are set to "1.8" and the compiler argument "-parameters" is added.
| * updated the javadoc comment of AnnotationsAttributechibash2014-06-301-1/+1
| |
| * Merge pull request #8 from gkopff/masterShigeru Chiba2014-06-191-2/+2
| |\ | | | | | | Fix typos in the tutorial.
| | * Fix typos.Greg2014-06-191-2/+2
| |/
| * updated the tutorial for JASSIST-225chibash2014-06-163-9/+33
| |
| * changed the compiler version to Java 6chibash2014-06-131-4/+4
| |
| * Update README.mdShigeru Chiba2014-06-121-4/+7
| |
| * Create README.mdShigeru Chiba2014-06-121-0/+37
| |
| * JIRA JASSIST-224chibash2014-06-092-0/+92
| |
| * JIRA JASSIST-224chibash2014-06-095-2/+30
| |
| * clarified the description in the tutorial.chibash2014-05-201-0/+3
| |
| * removed a comment (for JIRA223)chibash2014-05-101-1/+0
| |
| * fixed JIRA223chibash2014-05-104-4/+7
| |
| * added the version number for Java8 class fileschibash2014-05-072-0/+7
| |
| * fixed JASSIST-211chibash2013-12-023-2/+20
| |
| * fixed JASSIST-216chibash2013-12-023-2/+29
| |
| * Merge branch 'master' of github.com:jboss-javassist/javassistchibash2013-12-021-0/+14
| |\
| | * added scottmarlow to developer listScott Marlow2013-08-281-0/+14
| | |
| * | fixed JASSIST-212chibash2013-12-022-3/+22
| | |
| * | fixed JASSIST-212chibash2013-12-021-0/+23
| |/
| * fixed JASSIST-205chibash2013-08-262-2/+1
| |
| * fixed JASSIST-205chibash2013-08-264-5/+21
| |
| * fixed JASSIST-207chibash2013-08-118-45/+144
| |
| * fixed JASSIST-158chibash2013-07-241-0/+30
| |
| * fixed JASSIST-158chibash2013-07-232-1/+9
| |
| * fixed JASSIST-206chibash2013-07-232-0/+42
| |
| * for releasing 3.18.0-GArel_3_18_0_galogchibash2013-06-035-8/+7
| |
| * fixed JASSIST-188chibash2013-05-304-4/+27
| |
| * fixed JASSIST-195chibash2013-05-271-0/+31
| |
| * fixed JASSIST-195chibash2013-05-273-4/+37
| |
| * fixed JASSIST-199chibash2013-05-262-14/+39
| |
| * added .gitignorechibash2013-05-251-0/+12
| |
| * preparation for moving to githubchibash2013-05-243-26/+0
| |
| * fixed JASSIST-181chiba2013-04-171-0/+0
| | | | | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@707 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
| * fixed JASSIST-181chiba2013-04-176-3/+91
| | | | | | | | git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@706 30ef5769-5b8d-40dd-aea6-55b5d6557bb3