issues Search Results · repo:mapstruct/mapstruct-idea language:Java
Filter by
138 results
(67 ms)138 results
inmapstruct/mapstruct-idea (press backspace or delete to remove)Consider two mappers in separate packages, one of which uses the other.
package demo.a;
import demo.b.CommonMapper;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
@Mapper(uses = CommonMapper.class) ...
bug
thunderhook
- 2
- Opened 8 days ago
- #226
Reading IDEA-368383 it looks like we could do something for the errors that MapStruct is creating during annotation
processing.
This issue is open in order to analyze that.
filiphr
- Opened 13 days ago
- #225
Currently the error message for an unknown reference is:
Cannot resolve symbol ...
This can be improved based on where the error is.
e.g.
- In @Mapping we can do Unknown property ...
- In @ValueMapping ...
enhancement
filiphr
- Opened 20 days ago
- #223
I was finally able to reproduce our other errors we noticed. It has to do with Abstraction in combination with Lomboks
SuperBuilder
Take this Code:
Class AbstractEntityId:
package test.test2;
import ...
bug
filiphr
- 2
- Opened 21 days ago
- #220
Enum Mapping is broken as well
Class TestEnum
package test.test4;
public enum TestEnum {
PENCIL,
PEN
}
Class EnumMapper
package test.test4;
import org.mapstruct.Mapper;
import org.mapstruct.ValueMapping; ...
bug
filiphr
- Opened 21 days ago
- #218
As originally created by @OlliL in #216. Target properties with collections getters are not properly handled.
They are there in the auto completion:
Image
However, their type is missing. If there was ...
bug
filiphr
- 1
- Opened 21 days ago
- #217
We are experiencing multiple Cannot resolve symbol .... errors with version 1.9.0 of the plugin.
1)
We are currently not able reproduce all of them them with simple projects, but it seems to be connected ...
bug
OlliL
- 6
- Opened 23 days ago
- #216
Hi, with mapstruct-1.5.5.Final.jar and IntelliJ IDEA 2024.3.2 (Ultimate Edition), I am facing the same issue as #93
https://github.com/mapstruct/mapstruct-idea/issues/93
@Mapping(target = myFied , constant ...
acailley
- 1
- Opened on Apr 7
- #214
If issue#3072 in mapstruct is merged the idea-plugin will give false errors for fluent remover s.
Given the Source class:
public class Source {
private List String strings = new ArrayList ();
...
jarlesat
- Opened on Dec 3, 2024
- #211
I have defined a @Mapper(componentModel= spring ) interface and in the map method I have multiple source objects. While
placing the source to different source_object.source_attribute, the source_attribute ...
cvoiculescu
- 2
- Opened on Nov 7, 2024
- #210

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.