Searched refs:currentIgnoreNode (Results 1 – 1 of 1) sorted by relevance
47 IgnoreNode currentIgnoreNode = root; in buildIgnoreNodesTree() local50 IgnoreNode child = currentIgnoreNode.children.get(part); in buildIgnoreNodesTree()52 currentIgnoreNode.children.put(part, child = new IgnoreNode()); in buildIgnoreNodesTree()54 currentIgnoreNode = child; in buildIgnoreNodesTree()