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

Single overcast command should be a list of overthere arguments. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ilx
Copy link
Member

@ilx ilx commented Jun 8, 2015

No description provided.

@ilx ilx changed the title Overcast commands should be lists of overthere arguments. Single overcast command should be a list of overthere arguments. Jun 8, 2015
@buildhive
Copy link

XebiaLabs » overcast #106 SUCCESS
This pull request looks good
(what's this?)

@@ -89,6 +89,10 @@ public static String getOvercastProperty(String key) {
return getOvercastProperty(key, null);
}

public static List<String> getOvercastProperties(String key) {
return getOvercastProperties(key, (String)null);
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm do I see correctly that if the key is not there a non empty list with a null value is returned? Would it make more sense to return an empty list or a null (ugly but more consistent with how the other ones work)?

Copy link
Member Author

Choose a reason for hiding this comment

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

I did it on purpose because I wanted to see NPE :)
I'm gonna change it to empty list.

@buildhive
Copy link

XebiaLabs » overcast #109 SUCCESS
This pull request looks good
(what's this?)

@ilx
Copy link
Member Author

ilx commented Dec 23, 2015

@rklaren any chance to merge this?

@rklaren
Copy link
Contributor

rklaren commented Dec 24, 2015

@ilx thanks for pinging, I had forgotten about it.

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.

3 participants