3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#353 Making use of non-void setters
gunnarmorling
as Gunnar Morling
More... about 11 years ago
#295 Adding test for bean mapping method with several source parameters
gunnarmorling
as Gunnar Morling
More... about 11 years ago
#295 Renaming test package
gunnarmorling
as Gunnar Morling
More... about 11 years ago
#295 Formatting
gunnarmorling
as Gunnar Morling
More... about 11 years ago
#295 Improving wording in JavaDocs, making @NullValueMapping#value() mandatory
gunnarmorling
as Gunnar Morling
More... about 11 years ago
#295 Replacing MapNullToDefault with NullValueMapping More... about 11 years ago
Remove maven-processor-plugin from integrationtest module, as it's not required there anymore
agudian
as Andreas Gudian
More... about 11 years ago
#355 shade away freemarker in mapstruct-processor, build an uber-jar containing the processor and the required freemarker classes and publish a dependency-reduced pom.
agudian
as Andreas Gudian
More... over 11 years ago
#274 Evaluate explicit types of method parameters and return types using Types#asMemberOf More... over 11 years ago
#331 remove remaining runtime dependencies from processor to mapstruct core, add checkstyle rule to verify that for the future.
agudian
as Andreas Gudian
More... over 11 years ago
#337 Moving mergeWithInverseMappings() to SourceMethod; Improving some names; Adding some docs
gunnarmorling
as Gunnar Morling
More... over 11 years ago
#341 Doc improvement
gunnarmorling
as Gunnar Morling
More... over 11 years ago
#327 Improving method name; Formatting
gunnarmorling
as Gunnar Morling
More... over 11 years ago
#327 Move MethodRetrievalProcessor#allEnclosingElementsIncludeSuper to Executables#getAllEnclosingExecutableElements and replace any Elements#getAllMembers calls with it (to create a fixed order of property mappings)
agudian
as Andreas Gudian
More... over 11 years ago
#339 error message clarification: #321, adding coding hint to 'can't map property' More... over 11 years ago
#339 error message clarification: ambiguous mapping method More... over 11 years ago
#348 Mapping parameters based on name when other mappings fail More... over 11 years ago
#343 wrongly placed candidates.clear() causes too many error messages More... over 11 years ago
#295 NullValueMapping inheritance mechanism from MapperConfig to Mapper to Method More... over 11 years ago
#295 NullValueMapping for MapMapping on mapping method level More... over 11 years ago
#295 Avoid using fully qualified names for local variables More... over 11 years ago
#295 NullValueMapping for IterableMapping on mapping method level More... over 11 years ago
#295 NullValueMapping for BeanMapping on mapping method level More... over 11 years ago
#295 Refactor PropertyMapping, split into object- and collection mapping More... over 11 years ago
#312 prevent another possible ClassCastException in JDT in case we try to compute the erasure of the Null type
agudian
as Andreas Gudian
More... over 11 years ago
Add extract of the unit tests for generics and @TargetType support to an integration test
agudian
as Andreas Gudian
More... over 11 years ago
#345 fix detection of matching upper/lower bounds when using Eclipse JDT
agudian
as Andreas Gudian
More... over 11 years ago
#344 only consider methods as property mapping methods if they have one source parameter, a non-void return type, and no @MappingTarget parameter
agudian
as Andreas Gudian
More... over 11 years ago
#341 method annotated with qualifier should not qualify for mappings without qualifiedBy More... over 11 years ago
#337 refining reverse mappings for ignore and nestedproperties, remove check on reverse More... over 11 years ago