Better javadoc in method createCell()
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 50
- Forks
- 53
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 1
Description
Method createCell() should have a warning in the Javadoc, telling that if you supply an Integer (instead of a Double), it will be converted to String, and will cause formulas using that cell to not to work as expected.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Locate the createCell() method and read its existing Javadoc. Add a warning explaining that supplying an Integer instead of a Double converts it to String and can cause formulas using the cell to behave unexpectedly. Done means the warning is present and accurately describes the formula issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 62/100