isXander / isXander/YetAnotherConfigLib

[bug] The first group in the category is empty

Open
#344 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.