6
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated the tutorial. More... almost 20 years ago
Updated the tutorial More... almost 20 years ago
Now, the compiler accepts a method that calls a private constructor declared in an enclosing class. More... almost 20 years ago
Now, the compiler accepts a method that accesses a private field declared in an enclosing class. More... almost 20 years ago
Now, the compiler accepts a method that calls a private method declared in an enclosing class. More... almost 20 years ago
added CtClass#getDeclaringClass() More... almost 20 years ago
added detach() in CtClass, which is necessary so that some people who deal with a large number of classes can get better performance. More... almost 20 years ago
fixed some annotation bugs and added some integration features More... almost 20 years ago
added an error check. More... almost 20 years ago
modified the API to look good. More... almost 20 years ago
put back callback to ClassPool.writeAsClass. This callback to ClassPool instance is required to be able to override how dynamic class creation works More... almost 20 years ago
committed with bad \r\n More... almost 20 years ago
performance tuning. More... almost 20 years ago
edited for improving runtime performance. More... almost 20 years ago
minor changes. More... almost 20 years ago
fixed bugs so that sample programs can run. More... almost 20 years ago
Not needed anymore. More... almost 20 years ago
modified the ClassPool framework. More... almost 20 years ago
get0 should look in cached classes first as code extending ClassPool behavior may use different mechanism than parent/child. More... almost 20 years ago
write0 should never delegate to parent. The ClassPool that the CtClass is associated with should always be the pool that loaded the class. More... almost 20 years ago
fixed some things that broke JBoss AOP More... almost 20 years ago
addTranslator() was still wrong. More... almost 20 years ago
renamed insertTranslator() in ClassPool to addTranslator() since it appends a class path to the tail of the chain. ClassClassPath has been implemented. More... almost 20 years ago
changed delimiters, etc. More... almost 20 years ago
changed line delimiters. More... almost 20 years ago
changed the stuff related to ClassPool. More... almost 20 years ago
added annotation support. Only Enum types not supported when adding annotations. This will also work on JDK 1.4. Well, it should. More... almost 20 years ago
fixed a typo. More... about 20 years ago
changed to throw an exception if a duplicate method/field is added. More... about 20 years ago
changed the compiler so that multiple statements do not need to be surrouneded by {}. The compiler implicitly surround the statemetns by {}. More... about 20 years ago