alsutton/enterprisepasswordsafe

View on GitHub
src/main/java/com/enterprisepasswordsafe/engine/utils/HierarchySearcher.java

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

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

    public void searchHierarchy(final HierarchyNodeDAO hnDAO, final HierarchyNode node, final User theUser,
                                final NodeObjectAction action, final boolean recurse) {

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

        private void submitChildObjectsToExecutor(final ExecutorService service, final HierarchyNodeDAO hnDAO,
                                                  final HierarchyNode node, final User theUser, final NodeObjectAction action) {

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

          private void submitNodeChildrenToExecutor(final ExecutorService service, final HierarchyNodeDAO hnDAO,
                                                    final HierarchyNode node, final User theUser, final NodeObjectAction action) {

        There are no issues that match your filters.

        Category
        Status