Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
java-helpers
/
simple-builders
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
6
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Collection type preservation
- #107
#107
Merged
AndreasIgel
merged 19 commits into
main
java-helpers/simple-builders:main
from
feature/96-collection-type-preservation
java-helpers/simple-builders:feature/96-collection-type-preservation
Copy head branch name to clipboard
Dec 28, 2025
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Collection type preservation
#107
AndreasIgel
merged 19 commits into
main
java-helpers/simple-builders:main
from
feature/96-collection-type-preservation
java-helpers/simple-builders:feature/96-collection-type-preservation
Copy head branch name to clipboard
Commits
Commits on Dec 22, 2025
Adding tests for Helpers should support special collections
AndreasIgel
committed
9297269
View commit details
Copy full SHA for 9297269
Browse repository at this point
Refactoring in BuilderDefinitionCreator to use FieldDto instead of independend field-properties
AndreasIgel
committed
cefa3e0
View commit details
Copy full SHA for cefa3e0
Browse repository at this point
Commits on Dec 23, 2025
Adding new functionality to detect lists, sets and maps
AndreasIgel
committed
3f28683
View commit details
Copy full SHA for 3f28683
Browse repository at this point
Commits on Dec 25, 2025
Refactoring code to support wrapping of special collectiontypes
AndreasIgel
committed
7905046
View commit details
Copy full SHA for 7905046
Browse repository at this point
Refactoring createFieldSetterForCollectionType to support simple list without package too
AndreasIgel
committed
6edd3b4
View commit details
Copy full SHA for 6edd3b4
Browse repository at this point
Removing unused parameter fillsSet / isSet
AndreasIgel
committed
d9c4301
View commit details
Copy full SHA for d9c4301
Browse repository at this point
Refactoring code to have Lists/Maps/Sets in a specific TypeName
AndreasIgel
committed
ecc06f1
View commit details
Copy full SHA for ecc06f1
Browse repository at this point
Extracting the elementTypes of collections from interface-implementation and not from generic type directly
AndreasIgel
committed
4cd8ed7
View commit details
Copy full SHA for 4cd8ed7
Browse repository at this point
Adding a test for a class, where the number of generics is just 1 for a map (but reusing it multiple times for the HashMap)
AndreasIgel
committed
e77607a
View commit details
Copy full SHA for e77607a
Browse repository at this point
Extending tests for having tests on raw CollectionTypes too
AndreasIgel
committed
cda0aff
View commit details
Copy full SHA for cda0aff
Browse repository at this point
Renaming functions for improving readability
AndreasIgel
committed
ed222e4
View commit details
Copy full SHA for ed222e4
Browse repository at this point
Trying to fix codesmell issues
AndreasIgel
committed
191d38f
View commit details
Copy full SHA for 191d38f
Browse repository at this point
Removing unused function
AndreasIgel
committed
4b8462c
View commit details
Copy full SHA for 4b8462c
Browse repository at this point
Fixing codestyle
AndreasIgel
committed
a446c0f
View commit details
Copy full SHA for a446c0f
Browse repository at this point
Commits on Dec 28, 2025
Fixing codesmell in TypeNameGeneric, because the collection is already not able to be modified
AndreasIgel
committed
62e0b89
View commit details
Copy full SHA for 62e0b89
Browse repository at this point
Adding a test for unmodifiable Lists
AndreasIgel
committed
05f3ed2
View commit details
Copy full SHA for 05f3ed2
Browse repository at this point
Removing unused constructors
AndreasIgel
committed
4b1c410
View commit details
Copy full SHA for 4b1c410
Browse repository at this point
Extracting functionality into hasConstructorWithParameterOfType to remove duplicated code
AndreasIgel
committed
510e68d
View commit details
Copy full SHA for 510e68d
Browse repository at this point
Refactoring CustomCollectionTypeTest to use helperfunctions
AndreasIgel
committed
8487e76
View commit details
Copy full SHA for 8487e76
Browse repository at this point
You can’t perform that action at this time.