11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 9 hours ago.
Oct 31, 2023 — Oct 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
transformed class format test More... about 21 years ago
Remove unused variable More... about 21 years ago
Refactoring of Enhancer to a non-static API; refactored util classes moved to new "core" pacakge. More... about 21 years ago
transformation API was added More... about 21 years ago
Fix some FastClass method reference bugs. Allow duplicate method signature in enhanced classes. More... about 21 years ago
Change MethodProxy to use FastClass--less generated classes necessary. More... about 21 years ago
uncomment tests, again... More... about 21 years ago
Add BulkBeanException--catches ClassCastException and indicates which property failed More... about 21 years ago
Typo More... about 21 years ago
Add createBean back to Mixin. MixinGenerator and MixinBeanGenerator were too similar to have in separate packages. More... about 21 years ago
Renamed Delegator to more appropriate "Mixin", removed createBean feature (will go into n.s.c.beans.BeanMixin) More... about 21 years ago
Change version number, remove util package from javadoc (it is subject to change) More... about 21 years ago
Try to rationalize Enhancer signatures More... about 21 years ago
Change all return types to Factory More... about 21 years ago
Make Callbacks an interface More... about 21 years ago
FastClass and BulkBean replace MetaClass, ConstructorProxy no longer used by anything More... about 21 years ago
FastClass and BulkBean replace MetaClass, ConstructorProxy no longer used by anything More... about 21 years ago
Add BulkBean (replaces Bean functionality of MetaClass) More... about 21 years ago
Fold MethodFilter code back into EnhancerGenerator. Move delegates to own package, split ConstructorDelegate out of ConstructorProxy. More... about 21 years ago
Fill out API to support more methods from java.lang.reflect More... about 21 years ago
Add getParameterTypes() to FastMember More... about 21 years ago
Add getName(), getJavaClass() to FastClass More... about 21 years ago
Add new 'reflect' package--generic reflection optimization classes More... about 21 years ago
Fix some member switching bugs, convert EnhancerGenerator to use it More... about 21 years ago
Add back rest of tests. More... about 21 years ago
Add switching on methods/constructors. Make cglib.debugLocation work outside of test framework. More... about 21 years ago
Replace kasm.jar with asm.jar for build/load-time features More... about 21 years ago
Make string_switch_hash work for strings that have identical hash codes More... about 21 years ago
Move method descriptor functions to ReflectUtils, get rid of ASMUtils More... about 21 years ago
Removed BeforeAfter* stuff, added specialized InvocationHandlerGenerator More... about 21 years ago