Refactor toString() for DefaultConfiguration and CubeOpenShiftConfiguration #1018
Milestone
Comments
dipak-pawar
added a commit
to dipak-pawar/arquillian-cube
that referenced
this issue
Mar 22, 2018
…d CubeOpenShiftConfiguration
dipak-pawar
added a commit
to dipak-pawar/arquillian-cube
that referenced
this issue
Mar 28, 2018
…d CubeOpenShiftConfiguration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there is lot of duplications in
toString()
method from DefaultConfiguration and CubeOpenShiftConfiguration.Found all list and map elements (
waitForServiceList, environmentDependencies, scriptEnvironmentVariables
) are checking != null, but in general they are initializing to empty list and empty map, Update logic for all list and map variables for!isEmpty()
The text was updated successfully, but these errors were encountered: