php-dry icon indicating copy to clipboard operation
php-dry copied to clipboard

Type-4 clone detection | Make language construct normalization more performant

Open LeoVie opened this issue 3 years ago • 0 comments

  • Normalize language constructs (e.g. array_map -> foreach -> for -> while) and compare normalized methods
  • Can be enabled via configuration option enableConstructNormalization
  • Is very slow at the moment (uses multiple CLI calls to Rector)

grafik

LeoVie avatar Jun 01 '22 12:06 LeoVie