5
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message ***
sebastian_dietrich
as sebidietrich
More... over 12 years ago
removed .checkstyle, .classpath and .project - use maven eclipse:eclipse to build them
sebastian_dietrich
as sebidietrich
More... over 14 years ago
introduced maven build
sebastian_dietrich
as sebidietrich
More... over 14 years ago
more tests
sebastian_dietrich
as sebidietrich
More... almost 16 years ago
no need to fully declare common objects
sebastian_dietrich
as sebidietrich
More... almost 16 years ago
code quality
sebastian_dietrich
as sebidietrich
More... almost 16 years ago
minor changes
sebastian_dietrich
as sebidietrich
More... almost 16 years ago
minor changes
sebastian_dietrich
as sebidietrich
More... almost 16 years ago
code quality
sebastian_dietrich
as sebidietrich
More... almost 16 years ago
added toString method tried to consolidate eclipse formatter and checkstyle
sebastian_dietrich
as sebidietrich
More... almost 16 years ago
minor changes
sebastian_dietrich
as sebidietrich
More... about 16 years ago
changed structure for maven build removed some checkstyle warnings
sebastian_dietrich
as sebidietrich
More... about 16 years ago
added checkstyle added version 1.2 jars
sebastian_dietrich
as sebidietrich
More... about 16 years ago
minor changes
sebastian_dietrich
as sebidietrich
More... about 16 years ago
added getMethodSignatures & getAttributeNames
sebastian_dietrich
as sebidietrich
More... about 16 years ago
added some documentation added tests for inner classes
sebastian_dietrich
as sebidietrich
More... about 16 years ago
generated jars
sebastian_dietrich
as sebidietrich
More... about 16 years ago
returns now the exact type when instantiating objects (no need to cast anymore)
sebastian_dietrich
as sebidietrich
More... about 16 years ago
changed PrivilegedAccessor to use Object[] args again
sebastian_dietrich
as sebidietrich
More... about 16 years ago
added functionality to access methods with array parameters
sebastian_dietrich
as sebidietrich
More... over 16 years ago
removed unnecessary methods (were already commented out)
sebastian_dietrich
as sebidietrich
More... over 16 years ago
* added some more unit-tests * improved error output * removed methods that are no longer needed due to variable parameter count (e.g. invokeMethod() with 0 or 1 parameters) * removed methods that are no longer needed due to autoboxing (e.g. setValue(primitive), invokeMethod(method, primitive)) * removed test-classes from jar and src.zip
sebastian_dietrich
as sebidietrich
More... over 16 years ago
changed code to java 1.5 style added more tests used java 1.5 style for tests added version.txt
sebastian_dietrich
as sebidietrich
More... over 16 years ago
changed license
sebastian_dietrich
as sebidietrich
More... over 16 years ago
added maven build
sebastian_dietrich
as sebidietrich
More... over 16 years ago
some cleanup for checkstyle some additional unit-tests for primitives and wrong arguments
sebastian_dietrich
as sebidietrich
More... almost 17 years ago
improved test-coverage (was 63,4%)
sebastian_dietrich
as sebidietrich
More... about 19 years ago
improved test coverage (was 51,6%) corrected bug: ArrayOutOfBoundsException when calling a method with parameters but without parameters in the signature
sebastian_dietrich
as sebidietrich
More... about 19 years ago
minor changes
sebastian_dietrich
as sebidietrich
More... about 19 years ago
introduced shortcut PA (feature request #1149627) compiles with jdk 1.3 (bub #1149620) some checkstyle cleanup
sebastian_dietrich
as sebidietrich
More... about 19 years ago