public class Utils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Utils()
Creates a new instance of Utils
|
Modifier and Type | Method and Description |
---|---|
static void |
identifyCyclicDependency(ModuleImpl m,
java.util.logging.Logger logger) |
private static boolean |
traverseAndFind(Module toTraverse,
ModuleImpl toFind,
java.util.Vector<Module> traversed) |
public static void identifyCyclicDependency(ModuleImpl m, java.util.logging.Logger logger)
private static boolean traverseAndFind(Module toTraverse, ModuleImpl toFind, java.util.Vector<Module> traversed)