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
...
*
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
[prev]