[JAVA] Remove type parameterization in ExtensionTypeWriterFactory
Open
Type: enhancement
- Dominant language
- Java
- Stars
- 94
- Forks
- 152
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 11
Description
### Describe the enhancement requested
Type parameterization not used **ExtensionTypeWriterFactory**, so let's remove it. **getWriterImpl** should return just **FIeldWriter**
Contributor guide
Research direction
Start in ExtensionTypeWriterFactory and inspect getWriterImpl, which the issue identifies as the entry point for the unused type parameterization. Remove that parameterization and confirm the method returns FieldWriter as requested; the payload does not name a specific test or file beyond the factory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100