if (nonLatestObjects!=null) { if(nonLatestObjects.equals("")) { result = "Iterations Valid"; } else { result = "Iterations InValid"; } } else { result = "Iterations InValid"; }