Repairnator just gave two identical patch: ``` + if (documentation.getId() == null) { + return Boolean.TRUE; + } ... + if (documentation.getId() == null) { + return true; + } ``` I suggest to remove `Boolean.TRUE` and `Boolean.FALSE` from the variables.