alsutton/enterprisepasswordsafe

View on GitHub
src/main/java/com/enterprisepasswordsafe/engine/hierarchy/HierarchyTools.java

Summary

Maintainability
A
35 mins
Test Coverage
F
8%

Method getChildrenValidForUser has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public HierarchyNodeChildren getChildrenValidForUser(final HierarchyNode node, final User theUser, boolean includeEmpty,
                                                         final Comparator<HierarchyNode> nodeComparator, final Comparator<Password> objectComparator)

    There are no issues that match your filters.

    Category
    Status