index
:
javassist.git
3.18
3.20
3.22-old-style-source
3.23
gh-pages
master
test/java9-jigsaw
test/switch-case
Java bytecode engineering toolkit: https://github.com/jboss-javassist/javassist
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
javassist
/
bytecode
/
annotation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #382 from tim-hoffman/PR_RemoveStringBuffer
Shigeru Chiba
2022-05-13
3
-8
/
+10
|
\
|
*
Replace StringBuffer with StringBuilder and other minor String optimizations
Timothy Hoffman
2021-07-16
3
-8
/
+10
*
|
fixes a bug of ClassFile#renameClass(), some imports could not be successfull...
ximsfei
2019-10-08
4
-0
/
+64
|
/
*
Organize imports to disolve ambiguity.
nickl-
2017-10-30
15
-37
/
+48
*
Source walk/Spring clean/Parameterize/Enhance et.al.
nickl-
2017-10-30
17
-79
/
+133
*
Implement hashCode for Annotation.
nickl-
2017-10-30
1
-0
/
+6
*
Added default serialVersionUID.
nickl-
2017-10-28
1
-0
/
+2
*
fixes a bug of getAnnotations(). Some hidden annotations were not ignored.
chibash
2017-10-27
1
-0
/
+4
*
implements better annotation handling since Javassist may fail to
chibash
2016-10-14
2
-4
/
+14
*
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
9
-10
/
+10
*
fixes JASSIST-256, adding an annotation to a class doesn't work on reflection
chibash
2016-02-12
2
-2
/
+2
*
preparation for 3.19 release. fixed bugs in javadoc comments
chibash
2015-01-06
2
-4
/
+6
*
fixed JASSIST-240. support for Runtime[In]VisibleTypeAnnotations
chibash
2015-01-06
2
-31
/
+203
*
reformatted the code for fixing JASSIST-209.
chibash
2014-11-21
1
-4
/
+4
*
fixed a bug of accesses to annotation arguments.
chibash
2014-09-11
1
-2
/
+2
*
fixed JASSIST-181
chiba
2013-04-17
1
-2
/
+9
*
added the Apache license.
chiba
2011-07-08
19
-22
/
+41
*
since Javassist doesn't support JDK 1.3, I changed the source code to use Lin...
chiba
2010-04-15
1
-6
/
+6
*
reformatted
chiba
2010-03-30
1
-13
/
+11
*
[JASSIST-111] Uncomment the code containing the fix :-)
kabir.khan@jboss.com
2010-03-29
1
-12
/
+12
*
[JASSIST-111] Handle class array types as annotation values
kabir.khan@jboss.com
2010-03-29
1
-1
/
+21
*
improved the behavior of CtClass.getAnnotations() etc.
chiba
2009-11-10
3
-4
/
+49
*
for 3.8.0.GA release
rel_3_8_0_ga
chiba
2008-06-13
1
-3
/
+3
*
fixed JASSIST-56
chiba
2008-03-19
1
-5
/
+10
*
updated the copyright notices.
chiba
2007-06-04
2
-2
/
+2
*
updated javadoc comments.
chiba
2007-02-02
2
-3
/
+13
*
Fix the annotation hashCode and equals implementation.
adrian
2007-01-31
2
-22
/
+214
*
fixed a bug in write() in Annotation and ClassMemberValue
chiba
2006-08-13
2
-3
/
+4
*
added a getter.
chiba
2006-08-12
1
-0
/
+7
*
reformatted.
chiba
2006-07-18
1
-3
/
+3
*
reformatted.
chiba
2006-07-18
1
-4
/
+6
*
Handle Annotation.annotationType() calls
kkhan
2006-07-18
1
-0
/
+5
*
reformatted.
chiba
2006-07-18
1
-30
/
+12
*
Move handling of primitive class value from MemberValue to ClassMemberValue
kkhan
2006-07-14
2
-37
/
+38
*
Be able to handle Class annotation attributes like void.class, int.class etc.
kkhan
2006-07-13
1
-1
/
+37
*
Adjusting indentation, adding javadoc comments, etc.
chiba
2006-02-13
1
-22
/
+31
*
Allow for retrieval of the real type name of the annotation.
adrian
2006-02-05
1
-1
/
+6
*
I need an eclipse option that disallows autoboxing. :-)
adrian
2006-02-04
1
-3
/
+6
*
Implement the Object methods for the annotation invocation handler.
adrian
2006-02-04
1
-1
/
+16
*
updated copyright notices
chiba
2006-01-11
2
-2
/
+2
*
restructred sub packages
chiba
2006-01-11
1
-1
/
+1
*
fixed a bug found when an annotation includes an empty array.
chiba
2005-09-07
15
-24
/
+51
*
Array initializer supports and better annotation supports.
chiba
2005-08-25
16
-7
/
+279
*
fixed a compilation problem of static final fields.
chiba
2005-08-17
3
-1
/
+12
*
update the tutorial
chiba
2005-06-20
1
-1
/
+1
*
minor fixes
chiba
2005-06-20
1
-0
/
+3
*
bug in writing enumvalue
bill
2005-06-08
1
-2
/
+2
*
add support for obtaining default annotation member values (the same patch as...
chiba
2005-02-27
15
-34
/
+82
*
Added javadoc comments.
chiba
2005-01-31
1
-2
/
+1
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
[next]