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
/
ClassPool.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes Issue #271
chibash
2019-09-02
1
-0
/
+8
*
Fix Issue #246 via clean java doc.
enigzhg
2019-02-12
1
-5
/
+1
*
fixes typos in javadocs.
rel_3_24_0_rc
chibash
2018-10-05
1
-2
/
+2
*
changes CtClass#toClass() and ClassPool#toClass() etc. to support Java 11,
chibash
2018-09-08
1
-11
/
+123
*
Define parameters for returned iterator.
nickl-
2017-11-12
1
-1
/
+1
*
Refactor definePackage as well.
nickl-
2017-11-12
1
-64
/
+5
*
modifies CtClass#setModifiers() to correctly support inner classes.
chibash
2017-06-01
1
-1
/
+1
*
modifies to use sun.misc.Unsafe#defineClass so that Javassist can run with ji...
chibash
2017-04-13
1
-63
/
+46
*
removes javassist.ModuleClassPath.
chibash
2016-12-16
1
-1
/
+0
*
fixes calls to a deprecated method in Java 9.
rel_3_21_0-java9-ea
chibash
2016-08-02
1
-4
/
+4
*
adds ModuleClassPath.java
chibash
2016-07-31
1
-1
/
+3
*
updated javadoc comments. makeClass(ClassFile cf) was added to ClassPool.
chibash
2015-02-04
1
-0
/
+50
*
fixed javadoc bugs
chibash
2015-01-07
1
-2
/
+1
*
preparation for 3.19 release. fixed bugs in javadoc comments
chibash
2015-01-06
1
-4
/
+4
*
fixed JASSIST-237
chibash
2014-11-21
1
-5
/
+10
*
for fixing JASSIST-236, I've added getDeclaredMethods(String) to CtClass.
chibash
2014-11-19
1
-1
/
+18
*
fixed JASSIST-188
chibash
2013-05-30
1
-1
/
+1
*
fixed JASSIST-150
chiba
2012-02-11
1
-4
/
+8
*
fixed JASSIST-147
chiba
2012-02-05
1
-3
/
+53
*
added the Apache license.
chiba
2011-07-08
1
-2
/
+3
*
changed javadoc for JASSIST-123
chiba
2010-10-05
1
-0
/
+3
*
added ClassPool.getOrNull()
chiba
2010-05-15
1
-0
/
+34
*
[JASSIST-115]; use try/finally for toClass2.
alesj
2010-04-21
1
-3
/
+6
*
for fixing JASSIST-68
chiba
2009-04-04
1
-0
/
+16
*
implemented ClassPool.makeClassIfNew()
chiba
2008-09-11
1
-0
/
+54
*
added ClassPool.getCtClass() and fixed related bugs.
chiba
2008-07-04
1
-1
/
+29
*
supported the class path wildcards.
chiba
2007-11-02
1
-0
/
+6
*
for reducing memory footprint
chiba
2007-07-03
1
-0
/
+19
*
made automatic pruning off by default because I found that pruning does not r...
chiba
2007-06-08
1
-2
/
+3
*
updated the copyright notices.
chiba
2007-06-04
1
-1
/
+1
*
a minor API extension.
chiba
2007-05-24
1
-1
/
+23
*
fixed a but in javassist.bytecode.stackmap etc.
chiba
2007-05-24
1
-1
/
+2
*
3.4.0GA release
rel_3_4_GA
chiba
2006-11-16
1
-1
/
+1
*
fixed JIRA JASSIST-28?
chiba
2006-11-01
1
-5
/
+13
*
Class.gerDeclaredMethod() needs to happen in a privileged block
kkhan
2006-08-16
1
-10
/
+18
*
deprecated ClassPool#toClass(CtClass,ClassLoader).
chiba
2006-08-14
1
-6
/
+7
*
updated javadoc comments
chiba
2006-08-08
1
-1
/
+5
*
fixed the bug reported as JASSIST-23.
chiba
2006-08-07
1
-14
/
+76
*
updated javadoc comments.
chiba
2006-03-23
1
-5
/
+9
*
Allow a ClassPool to override the "guess" at the classloader to use.
adrian
2006-03-15
1
-2
/
+16
*
replaced individual calls to Thread.currentThread().getContextClassLoader() w...
chiba
2006-02-17
1
-1
/
+9
*
updated copyright notices
chiba
2006-01-11
1
-1
/
+1
*
appended ClassPool(boolean) constructor.
chiba
2005-11-08
1
-0
/
+15
*
renamed getEnclosingClass() in CtClass to getEnclosingMethod() and fixed a bu...
chiba
2005-09-15
1
-1
/
+1
*
modified the compiler to support "import".
chiba
2005-08-18
1
-0
/
+45
*
Turning the automatic pruning on by default.
chiba
2005-06-16
1
-0
/
+27
*
Fix pruning so that exceptions and annotation attributes are not ditched.
bill
2005-06-09
1
-9
/
+9
*
Changed ClassPool.get() to accept the descriptors of array types.
chiba
2005-05-16
1
-0
/
+5
*
Change the year in the copyright notices from 2004 to 2005.
chiba
2005-01-18
1
-1
/
+1
*
fixed a few bugs.
chiba
2005-01-13
1
-0
/
+3
[next]