vaadin / vaadin-time-picker-flow

Vaadin Flow Java API for vaadin/vaadin-time-picker Web Component
https://vaadin.com/components/vaadin-time-picker
Other
6 stars 11 forks source link

Don't set initial value if element has property #109

Closed denis-anisimov closed 4 years ago

denis-anisimov commented 4 years ago

Fixes #108

vaadin-bot commented 4 years ago

SonarQube analysis reported 8 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 TimePicker.java#L48: Remove useless curly braces around statement and then remove useless return keyword rule
  2. MINOR TimePicker.java#L53: Remove useless curly braces around statement and then remove useless return keyword rule
  3. MINOR TimePicker.java#L63: Make this value-based field transient so it is not included in the serialization of this class. rule
  4. MINOR TimePicker.java#L64: Make this value-based field transient so it is not included in the serialization of this class. rule
  5. INFO TimePicker.java#L428: Do not forget to remove this deprecated code someday. rule
  6. INFO TimePicker.java#L456: Do not forget to remove this deprecated code someday. rule
  7. INFO TimePicker.java#L483: Do not forget to remove this deprecated code someday. rule
  8. INFO TimePicker.java#L511: Do not forget to remove this deprecated code someday. rule