Ejemplo n.º 1
0
def detectSmells(file, outputFile):
    # print (">>> FILE SMELLS DETECTOR: ", file)
    # print (">>> outputFile SMELLS DETECTOR: ", outputFile)
    AbsSmellDectector.detectSmells(file, outputFile)
    EncSmellDectector.detectSmells(file, outputFile)
    ModSmellDectector.detectSmells(file, outputFile)
    DepSmellDectector.detectSmells(file, outputFile)
    HieSmellDectector.detectSmells(file, outputFile)
Ejemplo n.º 2
0
def detectSmells(folder, outputFile):
    AbsSmellDectector.detectSmells(folder, outputFile)
    EncSmellDectector.detectSmells(folder, outputFile)
    ModSmellDectector.detectSmells(folder, outputFile)
    DepSmellDectector.detectSmells(folder, outputFile)
    HieSmellDectector.detectSmells(folder, outputFile)