Skip to content

refactor: generate trivial accessors with Lombok - #995

Open
nkuprins wants to merge 2 commits into
apache:mainfrom
nkuprins:refactor/cleanup-miscellaneous
Open

refactor: generate trivial accessors with Lombok#995
nkuprins wants to merge 2 commits into
apache:mainfrom
nkuprins:refactor/cleanup-miscellaneous

Conversation

@nkuprins

@nkuprins nkuprins commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Closed: #994

Purpose of the pull request

Remove hand-written boilerplate accessors in favour of Lombok

What's changed?

Replaced hand-written trivial accessors with class-level @Getter/@Setter (+32 / −184):

  • metadata/CellExtra
  • metadata/property/ColumnWidthProperty
  • metadata/property/RowHeightProperty
  • metadata/property/NumberFormatProperty
  • metadata/property/LoopMergeProperty
  • metadata/property/OnceAbsoluteMergeProperty
  • read/metadata/holder/ReadRowHolder
  • write/metadata/fill/FillWrapper

Checklist

  • I have read the Contributor Guide.
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

@delei delei left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Remove hand-written boilerplate accessors in favour of Lombok

2 participants