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