Description
((restartStrategyConfiguration == null && other.restartStrategyConfiguration == null) || restartStrategyConfiguration.equals(other.restartStrategyConfiguration)) &&
If restartStrategyConfiguration is null but other.restartStrategyConfiguration is not null, the above would result in NPE.