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
*
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
*
reformatted the files edited by Bill.
chiba
2004-09-28
1
-704
/
+655
*
* additional methods to AnnotationsAttribute to support adding
patriot1burke
2004-09-14
1
-602
/
+708
*
implemented pruning
chiba
2004-08-19
1
-2
/
+8
*
Changed the implementation of CtClass#toClass() and fixed [Bugs item #993105]...
chiba
2004-07-26
1
-81
/
+0
*
minor and final changes for 3.0 beta
chiba
2004-05-18
1
-3
/
+3
*
CtClass.makeNestedClass() has been added.
chiba
2004-05-13
1
-0
/
+14
*
added CtClass#getDeclaringClass()
chiba
2004-05-03
1
-1
/
+6
*
added detach() in CtClass, which is necessary so that some people who
chiba
2004-04-27
1
-2
/
+2
*
added an error check.
chiba
2004-04-21
1
-0
/
+4
*
modified the API to look good.
chiba
2004-04-21
1
-22
/
+35
*
put back callback to ClassPool.writeAsClass. This callback to ClassPool inst...
patriot1burke
2004-04-20
1
-15
/
+24
*
performance tuning.
chiba
2004-04-19
1
-0
/
+1
*
edited for improving runtime performance.
chiba
2004-04-18
1
-3
/
+3
*
minor changes.
chiba
2004-04-17
1
-24
/
+35
*
fixed bugs so that sample programs can run.
chiba
2004-04-16
1
-53
/
+28
*
modified the ClassPool framework.
chiba
2004-04-14
1
-367
/
+130
*
get0 should look in cached classes first as code extending ClassPool behavior
patriot1burke
2004-04-12
1
-1
/
+2
[next]