mistupv / JavaSlicer

A program slicer for Java, based on the system dependence graph (SDG).
https://mist.dsic.upv.es/JavaSlicer/demo/
GNU Affero General Public License v3.0
52 stars 18 forks source link

Create a user-facing interface CLI #32

Closed cargaji closed 3 years ago

cargaji commented 4 years ago

See issue #27.

jacosro commented 4 years ago

Please, keep branches and pull requests separated in order to avoid propagating errors.

I would change the names of the modules:

And rename (not necessarily now, but at some point) the whole project to JavaSlicer or JavaSDG

cargaji commented 4 years ago

I used the other merge as a base point because I needed to differentiate between actual and formal parameter nodes. I'll rebase off the latest point or off the dev branch later.

The names are based on what I've seen in other repos, where the modules are named product-function. I'll change them later before merging.

cargaji commented 4 years ago

I'm going to rebase on the current develop branch, but you can start reviewing the changes.

Update: rebase complete!