Avoid unnecessary unboxing of Boolean by prasanth08 · Pull Request #3003 · mapstruct/mapstruct
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 1k
Merged
Avoid unnecessary unboxing of Boolean#3003
filiphr merged 11 commits intomapstruct:mainfrom
Avoid unnecessary unboxing of Boolean#3003
filiphr merged 11 commits intomapstruct:mainfrom
Conversation
Copy link
Contributor
prasanth08
commented
Sep 1, 2022
prasanth08
commented
Changed Boolean.valueOf() to Boolean.parseBoolean() - Boolean.valueOf() returns Boolean while the attributes in Options Class is boolean, Boolean.parseBoolean() returns boolean.
Changed Collections.sort() to List.sort() - Collections.sort() internally calls the List.sort().
Fix Java - doc
prasanth08 added 9 commits
August 14, 2022 20:22# Conflicts: # processor/src/main/java/org/mapstruct/ap/internal/conversion/AbstractJavaTimeToStringConversion.java
filiphr requested changes Sep 2, 2022
Copy link
Member
filiphr
left a comment
filiphr
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your changes are OK @prasanth08, only one small comment about one of the Javadocs.
Apart from that, can you please rebase this on top of main. I see that there are some conflicts
processor/src/main/java/org/mapstruct/ap/MappingProcessor.java
Outdated
Show resolved
Hide resolved
processor/src/main/java/org/mapstruct/ap/MappingProcessor.java Outdated Show resolved Hide resolved
prasanth08 added 2 commits
September 9, 2022 11:04
prasanth08
requested a review
from filiphr
filiphr
merged commit
d593afe
into
mapstruct:main
Copy link
Member
filiphr
commented
Sep 12, 2022
filiphr commented
Sep 12, 2022Thanks @prasanth08
filiphr
modified the milestones:
1.5.3,
1.6.0
filiphr
added
the
documentation
label
filiphr
added
refactoring
and removed
documentation
labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment