vaadin / vaadin/spreadsheet

Better javadoc in method createCell()

Open Beginner friendly
#690 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.