cagdasgerede / Veysel

2 stars 3 forks source link

Recognize composite change patterns #8

Open cagdasgerede opened 7 years ago

cagdasgerede commented 7 years ago

Recognize composite change patterns such as

class A {
  void m1(int x) {}
}

=>

class A {
  void m1(String y) {}
}
gorkemmulayim commented 7 years ago

I would like to help you resolve this issue. Where should I start?