0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 1.4.2 More... about 9 years ago
Merge pull request #40 from tehapo/optimize More... about 9 years ago
Optimize ReflectionUtils.findMethods implementation More... about 9 years ago
Merge pull request #38 from redian/patch-1 More... about 9 years ago
Update Instructions More... about 9 years ago
Bump version to 1.4.1 More... over 9 years ago
Remove unused code More... over 9 years ago
Suppress warnings of unused fields on ReflectionUtilsTest More... over 9 years ago
Upgrade to container-based infrastructure on Travis CI More... over 9 years ago
Run organize imports, format source More... over 9 years ago
Merge pull request #37 from bolcom/improve-detection-of-assigned-fields More... over 9 years ago
remove superfluous recursion after previous changes More... over 9 years ago
move logic for detecting annotated fields and methods from Binder to ReflectionUtils - add util methods to ReflectionUtils to detect all fields/methods from the class hierarchy of a controller - add detection methods that filter on a given annotation type - use these methods in Binder to unify detection in all uses More... over 9 years ago
Expose failing detection of already assigned fields in base class of controller (see ignored test) More... over 9 years ago
Remove build packages from version control More... over 9 years ago
Move all contributor details to parent pom.xml More... over 9 years ago
Bump version to 1.4.0 More... over 9 years ago
Fix Javadoc generation More... over 9 years ago
Add Mark Rotteveel and Mark Koops as contributors More... over 9 years ago
Make ClaraBuilder constructor package-private (as discussed in pull request 35) More... over 9 years ago
Apply minor refactoring More... over 9 years ago
Apply organize imports More... over 9 years ago
Apply formatting rules More... over 9 years ago
Merge pull request #36 from bolcom/make-inflater-loosely-coupled-to-reflection-component-provider More... over 9 years ago
Adjust Clara, ClaraBuilder and LayoutInflater to allow passing in additional ComponentProviders More... over 9 years ago
Make LayoutInflater loosely coupled to ReflectionComponentProvider, drop direct dependency to the import namespace URN of that provider. More... over 9 years ago
Apply organize imports More... over 9 years ago
Apply formatting rules More... over 9 years ago
Merge pull request #35 from bolcom/inheritable-ids More... over 9 years ago
Fix minor typo (missing double quote in comment) More... over 9 years ago