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
/
ClassFile.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into test/java9-jigsaw
test/java9-jigsaw
chibash
2016-09-29
1
-0
/
+16
|
\
|
*
enables removal of attributes
chibash
2016-09-18
1
-0
/
+16
*
|
adds ClassFile.JAVA_9
chibash
2016-07-14
1
-0
/
+10
|
/
*
updates javassist.util.proxy to support a default interface method in Java 8
chibash
2016-02-22
1
-4
/
+10
*
final updates for 3.20.0-GA release
rel_3_20_0_ga
chibash
2015-06-25
1
-3
/
+2
*
updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.
chibash
2015-02-04
1
-2
/
+27
*
preparation for 3.19 release. fixed bugs in javadoc comments
chibash
2015-01-06
1
-1
/
+1
*
added the version number for Java8 class files
chibash
2014-05-07
1
-0
/
+6
*
fixed JASSIST-162 and JASSIST-189
chiba
2013-04-11
1
-1
/
+4
*
Now the version number of a class file newly created from scratch may be 51 (...
chiba
2012-09-28
1
-0
/
+4
*
fixed JASSIST-155
chiba
2012-02-15
1
-3
/
+8
*
added the Apache license.
chiba
2011-07-08
1
-2
/
+3
*
fixed JASSIST-128 and JASSIST-129
chiba
2010-09-14
1
-0
/
+27
*
fixed typos.
chiba
2010-07-22
1
-1
/
+1
*
performance tuning
chiba
2010-04-30
1
-10
/
+25
*
JIRA 105
chiba
2010-03-08
1
-0
/
+6
*
fixed JASSIST-87
chiba
2009-07-02
1
-1
/
+0
*
fixed JIRA JASSIST-77
chiba
2009-07-02
1
-0
/
+6
*
for fixing JASSIST-81
chiba
2009-04-18
1
-0
/
+18
*
the default major version of newly-created class files is either JDK 1.3 or 1...
chiba
2007-08-13
1
-2
/
+11
*
updated pom.xml and a few javadoc comments.
chiba
2007-06-12
1
-0
/
+1
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
for JIRA JASSIST-34
chiba
2007-06-02
1
-1
/
+1
*
fixed bugs related to stack map tables.
chiba
2007-06-02
1
-9
/
+47
*
the version of the class file generated from scratch was changed from JDK 1.1...
chiba
2007-05-29
1
-3
/
+3
*
changed the implementation of try statements so that jsr/ret will not be used...
chiba
2007-05-12
1
-1
/
+7
*
Javassist has been producing an interface with a wrong modifier. I fixed this.
chiba
2007-05-05
1
-3
/
+5
*
When pruning preserve the SignatureAttribute
kkhan
2007-03-08
1
-0
/
+7
*
Fixed a bug of duplicating writeReplace() to a proxy class.
chiba
2006-11-07
1
-6
/
+10
*
made a proxy class serializable (JASSIST-20).
chiba
2006-11-05
1
-1
/
+2
*
a correct fix of HIBERNATE-37 (ProxyFactory could not handle a bridge method)...
chiba
2006-07-18
1
-4
/
+14
*
fixed a bug in getModifiers() in CtClass.
chiba
2006-01-19
1
-0
/
+23
*
updated copyright notices
chiba
2006-01-11
1
-1
/
+1
*
updated javadoc comments.
chiba
2005-11-12
1
-3
/
+15
*
fixed JIRA Javassist-9. javadoc comments have been updated.
chiba
2005-08-26
1
-4
/
+12
*
Turning the automatic pruning on by default.
chiba
2005-06-16
1
-0
/
+1
*
reformatted the files and added javadoc comments.
chiba
2005-06-11
1
-725
/
+665
*
Fix pruning so that exceptions and annotation attributes are not ditched.
bill
2005-06-09
1
-631
/
+725
*
checked the previous modifications and adjusted the format.
chiba
2005-04-10
1
-14
/
+10
*
Add the ability to retrieve and change the Major/Minor versions of the ClassFile
ejort
2005-04-08
1
-0
/
+40
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
*
implemented removeMethod() etc.
chiba
2005-01-12
1
-5
/
+37
*
fixed a bug in CtClass.getMethods() and javassist.reflect package
chiba
2004-08-22
1
-1
/
+1
*
implemented pruning
chiba
2004-08-19
1
-0
/
+36
*
revised javassist.bytecode.annotation package.
chiba
2004-06-25
1
-61
/
+0
*
Now, the compiler accepts a method that accesses
chiba
2004-05-05
1
-4
/
+7
*
performance tuning.
chiba
2004-04-19
1
-11
/
+12
*
changed the stuff related to ClassPool.
chiba
2004-04-05
1
-632
/
+580
*
added annotation support. Only Enum types not supported when adding
patriot1burke
2004-04-03
1
-514
/
+634
*
fixed a typo.
chiba
2004-03-14
1
-2
/
+2
[next]