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
*
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
*
write0 should never delegate to parent. The ClassPool that the CtClass is as...
patriot1burke
2004-04-12
1
-4
/
+0
*
fixed some things that broke JBoss AOP
patriot1burke
2004-04-12
1
-1
/
+1
*
addTranslator() was still wrong.
chiba
2004-04-09
1
-2
/
+6
*
renamed insertTranslator() in ClassPool to addTranslator() since
chiba
2004-04-07
1
-6
/
+17
*
changed delimiters, etc.
chiba
2004-04-05
1
-4
/
+2
*
changed the stuff related to ClassPool.
chiba
2004-04-05
1
-141
/
+180
*
update javadoc comments.
chiba
2004-02-20
1
-1
/
+20
*
If a newly created method does not have a throws clause, an empty
chiba
2004-02-15
1
-0
/
+1
*
updated the copyright notices.
chiba
2004-01-08
1
-1
/
+1
*
Implemented several methods (e.g. CtClass#getURL) to support security
chiba
2003-12-25
1
-0
/
+11
*
Fixed a bug of the token analyzer (double constant).
chiba
2003-12-20
1
-0
/
+14
*
fixed a bug on method lookup.
chiba
2003-12-10
1
-0
/
+3
*
made the compiler support inner classes appearing in type names.
chiba
2003-12-07
1
-2
/
+2
*
updated tutorial so that it says the class names passed to the compiler
chiba
2003-09-19
1
-0
/
+3
*
made ClassPool.SimpleLoader public.
chiba
2003-09-04
1
-3
/
+20
*
fixed a bug in the compiler, which could not compile a try statement
chiba
2003-08-17
1
-2
/
+2
*
updated some javadoc comments.
chiba
2003-08-04
1
-4
/
+15
*
added ClassPool#removeCached so that subclasses of ClassPool can do
chiba
2003-07-11
1
-1
/
+14
*
enforced close() in a finally block.
chiba
2003-07-09
1
-2
/
+7
*
minor bugs have been fixed.
chiba
2003-07-08
1
-0
/
+1
*
- Made ClassPool.get0 protected so that subclasses of ClassPool can call it
patriot1burke
2003-05-23
1
-4
/
+12
*
changed the license.
chiba
2003-04-30
1
-8
/
+9
*
Changed the copyright notices and removed tab characters.
chiba
2003-04-23
1
-281
/
+316
*
This commit was generated by cvs2svn to compensate for changes in r2, which
patriot1burke
2003-04-22
1
-0
/
+748