vesperin / vesper

source code curation library for Java 1.6 and above
1 stars 0 forks source link

Add Deduplicate code to Vesper-CLI #12

Closed hsanchez closed 10 years ago

hsanchez commented 10 years ago

Possible changes, include:

in Vesper module

  1. add factory method ChangeRequest#deduplicate(code:Source):SingleEdit.

    in Vesper-cli

  2. add a new command, call DeduplicateCommand, that extends VesperCommand to Vesper's main commands (maybe after the ReplCommand);
  3. Test the new command by running Vesper-CLI's interactive mode (from IDE): ivp --simple-prompt