Alex created DIRAPI-408: --------------------------- Summary: SIMILAR_BRANCHES in ResultCodeEnum.java Key: DIRAPI-408 URL: https://issues.apache.org/jira/browse/DIRAPI-408 Project: Directory Client API Issue Type: Bug Reporter: Alex
Processing the value of ''value == 35'' is really unnecessary, if it is not present, default will be triggered, which will return the same value. In fact, this is useless code. https://github.com/apache/directory-ldap-api/blob/ff9b56ecb984bdbed0f4df25da1485e8a4b4a870/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/ResultCodeEnum.java#L1529C11-L1530 -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org