Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolution for: Elements#select should return generically typed Select element #64 #78

Merged
merged 3 commits into from
Mar 29, 2016

Conversation

matthewtraughber
Copy link
Member

Added to 'select()' within ElementSelection.java & Elements.java

@alechenninger
Copy link
Member

Looks like you're missing imports

@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.496% when pulling 1aa1e1c on matthewtraughber:issue-#64-fix into 16fcbaa on darcy-framework:master.

import com.redhat.darcy.ui.api.elements.Select;
import com.redhat.darcy.ui.api.elements.Text;
import com.redhat.darcy.ui.api.elements.TextInput;
import com.redhat.darcy.ui.api.elements.*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've avoided * imports as a matter of style to be explicit; let's keep that rule I think. You may have to configure your IDE to avoid * imports.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 76.496% when pulling 8c97a59 on matthewtraughber:issue-#64-fix into 16fcbaa on darcy-framework:master.

@@ -22,6 +22,8 @@
import com.redhat.darcy.ui.api.HasElementContext;
import com.redhat.darcy.ui.api.Locator;
import com.redhat.darcy.ui.api.WrapsElement;
import com.redhat.darcy.ui.internal.ElementHandler;
import com.redhat.darcy.ui.internal.ElementListHandler;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ordering should be alphabetical, but I'll let it slide ;)

@alechenninger
Copy link
Member

LGTM! Thank you!

@alechenninger alechenninger merged commit ae0d89a into darcy-framework:master Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants