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

Set default value in CB if value is changed to null #19

Closed denis-anisimov closed 5 years ago

denis-anisimov commented 5 years ago

This change is Reviewable

vaadin-bot commented 5 years ago

SonarQube analysis reported 3 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 TimePickerView.java#L212: Reorder the modifiers to comply with the Java Language Specification. rule
  2. MINOR TimePickerView.java#L215: Make this value-based field transient so it is not included in the serialization of this class. rule
  3. MINOR TimePickerView.java#L216: Make this value-based field transient so it is not included in the serialization of this class. rule