feat: Duplicate functions in ProtoParserTools.java
Open
- Dominant language
- Java
- Stars
- 44
- Forks
- 15
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 12
Description
Adds PbjReader overloads alongside nearly every existing read method in `ProtoParserTools`, delegating to PbjReader's typed methods. Purely additive — no call sites switched yet.
**Benefit:** de-risks the cutover by making the new read path available without changing existing behavior.
PR: hashgraph/pbj#911
Contributor guide
Research direction
Start in ProtoParserTools.java and compare its existing read methods with the typed methods available on PbjReader. Add the corresponding PbjReader overloads without changing existing call sites or behavior; done means the new read path is available alongside the existing methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 76/100