aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed javadoc bugschibash2015-01-066-21/+16
|
* preparation for 3.19 release. fixed bugs in javadoc commentschibash2015-01-0642-215/+220
|
* fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotationschibash2015-01-0611-85/+712
|
* fiexed JASSIST-238chibash2014-11-2312-75/+196
|
* changed the source so that javac 1.6 can compile itchibash2014-11-213-6/+4
|
* fixed JASSIST-237chibash2014-11-213-10/+27
|
* reformatted the code for fixing JASSIST-209.chibash2014-11-212-5/+5
| | | | It has been fixed by the previous commit, though.
* 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
|