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

Add api for auto open disabled #91

Closed alvarezguille closed 4 years ago

alvarezguille commented 4 years ago

Fixes #89

vaadin-bot commented 4 years ago

SonarQube analysis reported 20 issues

Top 10 extra 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#L242: Reorder the modifiers to comply with the Java Language Specification. rule
  2. MINOR TimePickerView.java#L245: Make this value-based field transient so it is not included in the serialization of this class. rule
  3. MINOR TimePickerView.java#L246: Make this value-based field transient so it is not included in the serialization of this class. rule
  4. MINOR TimePickerView.java#L281: Remove this use of "executeJavaScript"; it is deprecated. rule
  5. MINOR TimePickerView.java#L285: Remove this use of "executeJavaScript"; it is deprecated. rule
  6. MINOR TimePickerPage.java#L102: Remove this use of "setMin"; it is deprecated. rule
  7. MINOR TimePickerPage.java#L103: Remove this use of "setMax"; it is deprecated. rule
  8. MINOR TimePickerPage.java#L102: Remove this use of "setMin"; it is deprecated. rule
  9. MINOR TimePickerPage.java#L103: Remove this use of "setMax"; it is deprecated. rule
  10. MINOR GeneratedVaadinTimePicker.java#L26: Remove this unused import 'com.vaadin.flow.component.Synchronize'. rule