Allow replacement of static initializer on redefinition.
Open
@raphw is already working on this.
Since Jul 21, 2018.
enhancement
- Dominant language
- Java
- Stars
- 6.9k
- Forks
- 855
- PR merge metrics
- No merged PRs in 30d
Description
In some cases, a user might explicitly want to replace a static initializer instead of appending to it. This use case should be possible by a DSL step. See https://github.com/raphw/byte-buddy/issues/485#event-1733192838
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.
Assessment
This issue has not been assessed yet.