6
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed a bug that happens if null is passed to a method. This bug was reported by Bill. More... about 20 years ago
update javadoc comments. More... about 20 years ago
If a newly created method does not have a throws clause, an empty Exceptions attribute had been added. This problem has been fixed. More... about 20 years ago
local variables were made available in the source text passed to insertBefore() etc. More... over 20 years ago
updated the copyright notices. More... over 20 years ago
added the description of insertAt() in CtBehavior. More... over 20 years ago
fixed a number of javadoc warnings. More... over 20 years ago
CtBehavior#insertAt() and support methods have been implemented. More... over 20 years ago
fixed a compiler bug. More... over 20 years ago
changed the version string. More... over 20 years ago
Implemented several methods (e.g. CtClass#getURL) to support security policies based on code source. More... over 20 years ago
Fixed a bug of the token analyzer (double constant). Improved compilation speed. More... over 20 years ago
fixed a bug on method lookup. More... over 20 years ago
made the compiler support inner classes appearing in type names. More... over 20 years ago
I implemented a type checker for better code generation. More... over 20 years ago
changed the behavior of CtClassType.setSuperclass(). See javadoc comments. More... over 20 years ago
made javassist.expr.MethodCall#replace correctly work with super's method calls. More... over 20 years ago
enabled the parser to parse switch and synchronized statements. The code generator has not supported them yet. More... over 20 years ago
added CtClass.main(). More... over 20 years ago
improved the compilation of static method calls. More... over 20 years ago
Improved the performance of $proceed when it represents a static method. This change does not make any difference on WindowsXP but on Solaris/SPARC. More... over 20 years ago
updated tutorial so that it says the class names passed to the compiler must be fully-qualified names. More... over 20 years ago
fixed warnings reported by Eclipse. added LocalVariableAttribute. More... over 20 years ago
fixed a javadoc comment. More... over 20 years ago
added javassist.bytecode.DeprecatedAttribute. More... over 20 years ago
updated documents. More... over 20 years ago
made ClassPool.SimpleLoader public. More... over 20 years ago
implemented CtBehavior.setBody with $proceed. More... over 20 years ago
implemented toString(). More... over 20 years ago
changed the version number to 2.7 More... over 20 years ago