Skip to content

Main.analyze returns the the dependency graph for a whole method body regardless of targetLineContents #16

@imlm

Description

@imlm

Is this the correct behavior? Even though it receives the targetLineContents parameter, right now it only uses the line to find the method to generate the dependcy graph for.
E.g., if we analyze the line 15 ("z = a.x;") in the B class, the graph returned by Main.analyze will also contain dependencies for B.n_

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions