isXander / isXander/YetAnotherConfigLib
[bug] The first group in the category is empty
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 155
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
MyConfig.HANDLER.generateGui().categories().getFirst().groups().getFirst()
returns an empty group, and when logged:
OptionGroupImpl[name=empty, description=OptionDescriptionImpl[text=empty, image=java.util.concurrent.CompletableFuture@43b286cd[Completed normally]], options=[], collapsed=false, isRoot=true]
I'm not sure if this is a bug, but it looks strange.
Contributor guide
No contributing guide indexed for this repository
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 reproducing the reported call through MyConfig.HANDLER.generateGui().categories().getFirst().groups().getFirst(), then trace how the first category and group are constructed. Compare the resulting empty OptionGroupImpl with other generated groups and existing tests, if present. Done means determining whether the empty root group is expected and documenting or correcting the behavior accordingly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100