Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix javadocs for getId() and setId() #4960

Merged
merged 1 commit into from Jan 16, 2019
Merged

Conversation

Legioth
Copy link
Member

@Legioth Legioth commented Jan 16, 2019

For some reason, the javadoc was based on representing absence of id as
null, whereas the implementation uses empty string in the setter and
empty optional in the getter.


This change is Reviewable

For some reason, the javadoc was based on representing absence of id as
`null`, whereas the implementation uses empty string in the setter and
empty optional in the getter.
@vaadin-bot
Copy link
Collaborator

SonarQube analysis reported 2 issues

Note: The following issues were found on lines that were not modified in the pull request. Because these issues can't be reported as line comments, they are summarized here:

  1. MINOR Component.java#L152: Remove this use of "addSynchronizedProperty"; it is deprecated. rule
  2. MINOR Component.java#L155: Remove this use of "addSynchronizedPropertyEvent"; it is deprecated. rule

Copy link
Contributor

@denis-anisimov denis-anisimov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all discussions resolved, 1 of 1 LGTMs obtained

@denis-anisimov denis-anisimov merged commit 65f8ae9 into master Jan 16, 2019
@denis-anisimov denis-anisimov deleted the componentIdJavadoc branch January 16, 2019 09:59
@bogdanudrescu bogdanudrescu added this to the 1.3.0.alpha3 milestone Jan 18, 2019
caalador pushed a commit that referenced this pull request Jan 30, 2019
For some reason, the javadoc was based on representing absence of id as
`null`, whereas the implementation uses empty string in the setter and
empty optional in the getter.
pleku pushed a commit that referenced this pull request Feb 14, 2019
For some reason, the javadoc was based on representing absence of id as
`null`, whereas the implementation uses empty string in the setter and
empty optional in the getter.
pleku pushed a commit that referenced this pull request Feb 14, 2019
For some reason, the javadoc was based on representing absence of id as
`null`, whereas the implementation uses empty string in the setter and
empty optional in the getter.
mehdi-vaadin pushed a commit that referenced this pull request Feb 14, 2019
For some reason, the javadoc was based on representing absence of id as
`null`, whereas the implementation uses empty string in the setter and
empty optional in the getter.
ujoni pushed a commit that referenced this pull request Feb 18, 2019
For some reason, the javadoc was based on representing absence of id as
`null`, whereas the implementation uses empty string in the setter and
empty optional in the getter.
@ujoni ujoni mentioned this pull request Feb 18, 2019
ujoni pushed a commit that referenced this pull request Feb 18, 2019
For some reason, the javadoc was based on representing absence of id as
`null`, whereas the implementation uses empty string in the setter and
empty optional in the getter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants