vesperin / vesper

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

Add clip commands to vesper-cli #15

Closed hsanchez closed 9 years ago

hsanchez commented 10 years ago

Once Issue#13 is done, the next step is to create a set of commands that map each slicing operation:

  1. clip inner or static nested class (es)
  2. clip method (s)
  3. clip selection (s)

This will be useful for Issue#14

hsanchez commented 9 years ago

See PR #29 for details.