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

Fix NPE in demo #102

Closed anasmi closed 4 years ago

anasmi commented 4 years ago

Fixes https://github.com/vaadin/vaadin-time-picker-flow/issues/94

vaadin-bot commented 4 years ago

SonarQube analysis reported 5 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#L247: Reorder the modifiers to comply with the Java Language Specification. rule
  2. MINOR TimePickerView.java#L250: Make this value-based field transient so it is not included in the serialization of this class. rule
  3. MINOR TimePickerView.java#L251: Make this value-based field transient so it is not included in the serialization of this class. rule
  4. MINOR TimePickerView.java#L286: Remove this use of "executeJavaScript"; it is deprecated. rule
  5. MINOR TimePickerView.java#L290: Remove this use of "executeJavaScript"; it is deprecated. rule