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

Generalized image generation and opening #2

Closed cargaji closed 4 years ago

cargaji commented 4 years ago

Fixes #1.

It also generalizes image generation (avoiding extra code in GraphLog child classes).

jacosro commented 4 years ago

Bug: NullPointerException is thrown when creating an empty PDGLog (call to new PDGLog() or new PDGLog(null))