Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Add Helper API #101

Merged
merged 4 commits into from
Aug 24, 2020
Merged

Add Helper API #101

merged 4 commits into from
Aug 24, 2020

Conversation

anasmi
Copy link

@anasmi anasmi commented Jul 8, 2020

  • Component version 2.4.0-alpha1
  • Implement HasHelper interface
  • Bump version number by 0.1
  • Created tests
  • Add demo

Current PR has a client-side error: vaadin-item has been already defined

Fixes #96

@CLAassistant
Copy link

CLAassistant commented Jul 8, 2020

CLA assistant check
All committers have signed the CLA.

Anastasia Smirnova added 2 commits August 19, 2020 15:15
- Component version `2.4.0-alpha1`
- Implement `HasHelper` interface
- Bump version number by 0.1
- Created tests
- Add demo

Current PR has a client-side error: `vaadin-item` has been already defined

Fixes #96
@tomivirkki tomivirkki force-pushed the feat/2.2-helper-API branch from 4a8e054 to 6c819fd Compare August 19, 2020 12:16
@tomivirkki tomivirkki changed the base branch from 2.2 to 2.3 August 19, 2020 12:16
@vaadin-bot
Copy link
Collaborator

SonarQube analysis reported 24 issues

  • MINOR 20 minor
  • INFO 4 info

Watch the comments in this conversation to review them.

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

@tomivirkki tomivirkki merged commit 1c7c0e6 into 2.3 Aug 24, 2020
@tomivirkki tomivirkki deleted the feat/2.2-helper-API branch August 24, 2020 06:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants