7c7 < * Copyright: © by the original author(s) and all contributors --- > * Copyright: ? by the original author(s) and all contributors 249c249 < if (!newText.equals(fText)) { --- > if (newText == null || !newText.equals(fText)) {