private ErrorsFoundNotification(@NotNull final Project project) { super( NOTIFICATION_GROUP.getDisplayId(), TITLE, DESCRIPTION, NotificationType.ERROR, createListener(project)); }