Hi, my Eclipse tells me that the suppression on
public StrBuilder insert(final int index, String str) can be removed. Looking at the code I tend to agree. Is anyone aware of a reason why this suppression should stay? Benedikt
Hi, my Eclipse tells me that the suppression on
public StrBuilder insert(final int index, String str) can be removed. Looking at the code I tend to agree. Is anyone aware of a reason why this suppression should stay? Benedikt