if (max == 0) {
instances = fRoot.getInstances(max);
} else {
instances = fRoot.getInstances(max + 1);
if (instances.length > max) {
instances[max] = new JDIPlaceholderValue(
(JDIDebugTarget) fRoot.getDebugTarget(),
MessageFormat.format(LogicalStructuresMessages.JDIAllInstancesValue_2, Integer.toString(max)));
fIsMoreThanPreference = true;
}
}