1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Include link to quality-test module.
domseichter
as Dominik Seichter
More... over 10 years ago
Fixed: Method returning void can now be called on generated proxy interfaces.
domseichter
as Dominik Seichter
More... over 10 years ago
[maven-release-plugin] prepare for next development iteration
André Rouél
as André Rouél
More... over 10 years ago
[maven-release-plugin] prepare release 1.3
André Rouél
as André Rouél
More... over 10 years ago
Updated EasyMock to version 3.2
André Rouél
as André Rouél
More... over 10 years ago
Updated PowerMock to version 1.5.1
André Rouél
as André Rouél
More... over 10 years ago
Updated Apache Maven Javadoc Plugin to version 2.9.1
André Rouél
as André Rouél
More... over 10 years ago
Updated Maven Project Info Reports Plugin to version 2.7
André Rouél
as André Rouél
More... over 10 years ago
Nice sugar-API for creationstrategies.
domseichter
as Dominik Seichter
More... almost 11 years ago
Added missing test coverage.
domseichter
as Dominik Seichter
More... almost 11 years ago
Added API-sugar to allow for easier writing of matching expressions. E.g. Blueprint.def().with(Match.instanceOf(Number.class), ...)
domseichter
as Dominik Seichter
More... almost 11 years ago
Corrected a typo in the API documentation
domseichter
as Dominik Seichter
More... almost 11 years ago
Random-String-Creation should support a maxLength, if random values for short fields are generated
domseichter
as Dominik Seichter
More... almost 11 years ago
Added documentation
domseichter
as Dominik Seichter
More... almost 11 years ago
CollectionBlueprint should return the input object, so that it can be reused directly.
domseichter
as Dominik Seichter
More... almost 11 years ago
BlueprintInvocationHandler should use Matching-Strategies as well. This way we can easily Blueprint interface return values.
domseichter
as Dominik Seichter
More... almost 11 years ago
[Issue #13] Generate a test method to also test the generated builder (which is not used because of the internal 'Blueprint' object).
domseichter
as Dominik Seichter
More... almost 11 years ago
Improved error reporting while codereviewing the latest changes: When invoke method fails, set session context into blueprint exception. Also, SafeInvoke only creates a new exception if the current exception has a different type from the expected one.
domseichter
as Dominik Seichter
More... almost 11 years ago
Added test cases for implementations of MatchingStrategy to check that method 'matchesByField' works like expected (belongs to issue #12)
André Rouél
as André Rouél
More... almost 11 years ago
Updated JaCoCo to version 0.6.3.201306030806
André Rouél
as André Rouél
More... almost 11 years ago
Updated PIT Mutation Testing to version 0.30
André Rouél
as André Rouél
More... almost 11 years ago
Updated Maven Surefire Plugin to version 2.15
André Rouél
as André Rouél
More... almost 11 years ago
Changed expected result in test case since we regard each attribute of an immutable (belongs to issue #12)
André Rouél
as André Rouél
More... almost 11 years ago
Changes to respect each attribute when blueprinting an object of a class that create Immutables (belongs to issue #12)
André Rouél
as André Rouél
More... almost 11 years ago
Changes to use TreeMap or TreeSet when searching for an implementation for SortedMap and SortedSet
André Rouél
as André Rouél
More... almost 11 years ago
[Issue #7] Added Checks greaterThan and lesserThan for all primitive types.
domseichter
as Dominik Seichter
More... almost 11 years ago
Added a new means to detect and handle cycles in the blueprinting graph. Objects containing cycles can be blueprinted and the object causing the cycle can be set to null or a defined value now.
domseichter
as Dominik Seichter
More... almost 11 years ago
Added Collection.class to default collection mappings for the case, where raw collections are used. In this case we always create an arraylist.
domseichter
as Dominik Seichter
More... almost 11 years ago
New overload for with, so that a type and a creation strategy can be defined easily.
domseichter
as Dominik Seichter
More... almost 11 years ago
Fixed a spelling error in a comment
domseichter
as Dominik Seichter
More... almost 11 years ago