DRY code introduced in #7810
Open
code cleanup
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
in #7810 the original `Queue.add()` method was split into `addIO()` and `addPage()` to fixe the zero byte page file problem.
These 2 methods are almost identical and should be DRY'ed.
Contributor guide
Assessment
This issue has not been assessed yet.