Exemplo n.º 1
0
 public SmellInfo(ISmell smell)
 {
     this.Smell = smell;
     this.ParseName();
 }
Exemplo n.º 2
0
 public void SetFilter(ISmell smell)
 {
     this.filter = smell;
     this.ApplyFilter(this.GetRootAssemblyNodes());
 }
Exemplo n.º 3
0
 public void SetFilter(ISmell smell)
 {
     this.filter = smell;
     this.ApplyFilter(this.GetRootAssemblyNodes());
 }
Exemplo n.º 4
0
 public SmellInfo(ISmell smell)
 {
     this.Smell = smell;
     this.ParseName();
 }