a plugin to extract constant expressions as a parametrizable fields with a default value

Issue #10 new
Raquel Pau Fernández repo owner created an issue

File dataDir = new File("temp"); if (!dataDir.exists()) { dataDir.mkdir(); }

The "temp" string will become a field

Comments (0)

  1. Log in to comment