Пример #1
0
 public SmellInfo(ISmell smell)
 {
     this.Smell = smell;
     this.ParseName();
 }
Пример #2
0
 public void SetFilter(ISmell smell)
 {
     this.filter = smell;
     this.ApplyFilter(this.GetRootAssemblyNodes());
 }
Пример #3
0
 public void SetFilter(ISmell smell)
 {
     this.filter = smell;
     this.ApplyFilter(this.GetRootAssemblyNodes());
 }
Пример #4
0
 public SmellInfo(ISmell smell)
 {
     this.Smell = smell;
     this.ParseName();
 }