-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.prop
22 lines (22 loc) · 923 Bytes
/
config.prop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#put a list separated by comma but without space
detectedAntipatterns=LazyClass,LongParameterList,SpaghettiCode,Blob,SpeculativeGenerality
#LazyClass,LongParameterList,SpaghettiCode,LargeClassLowCohesion,Blob,SpeculativeGenerality
#LazyClass,LongParameterList,SpaghettiCode,SpeculativeGenerality
fitnessFunction_class=modelManager.fitnessFunctions.earmoFitness
steps=1
#initialSizeRefactoringSequence =0
qmood = 0
generateFromSourceCode=1
##WARNING taskFile only admits relative paths
##i.e., just the name of the file in the working folder
#taskFile = mylyn-contextShort.csv
#generateAllRefOpp=1
#copyRelevantDirs=1
initialcountAntipatterns=1
#pathOfRefactoringOPIds=ro_idsGant
###two options:
#####modelManagerSCC.Schemes.SCCRefactoringSequence
######modelManagerSCC.Schemes.LiuRefactoringSequence
refactoringScheme_class=modelManagerSCC.Schemes.SCCRefactoringSequence
#necessary for display progress
printStepIteration=1