Component Classes Extend BuildableDataComponent
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 3.5k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 11
Description
Is your feature request related to a problem?
Some of the Component classes, that in fact do have a Builder sub class, do not extend BuildableDataComponent resulting in the inability to convert the Component to Builder.
As such can be seen in Tool, BannerPatternLayers, BlocksAttacks and many more.
I do not know if this is intentional or not, but would be helpful.
Describe the solution you'd like.
Ensure every Component class, with a Builder sub class, extends BuildableDataComponent granting native
access to #toBuilder.
Describe alternatives you've considered.
N/A
Other
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Component classes named in the issue, including Tool, BannerPatternLayers, and BlocksAttacks, and inspect their Builder subclasses and inheritance. Confirm which components expose a Builder without extending BuildableDataComponent. Done means all qualifying Component classes provide native toBuilder access without changing components that lack a Builder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100