CS 6/73901 Software Engineering Methodologies
Spring 2019
For the code justify.cpp do the following:
- Construct a program dependency graph.
- Compute the backward slice, using the PDG, from last line of the justify_file function on buffer.
- Compute the forward inter-procedural slice, using the PDG, from output in the main.
- Compute, using the srcSlice approach, all the forward slices on all variables in the program.
URL: http://www.cs.kent.edu/~jmaletic/cs63901/
Last update: Wed Jul 2 12:08:28 2025 EST