HickeyHsu

Results 5 comments of HickeyHsu

Another problem: for import like : ``` import org.antlr.v4.runtime.*; ``` Tools fails to build proper nodes and edges

> For example: > > ``` > import ast.Visitor; > > public class Normalizer { > visitors = new ArrayList(); > visitors.add(new VisitorA ()); > public class VisitorA extends Visitor{...

> @HickeyHsu Thanks for the nice feedback 👍. This also relates to the issue #23 that you've described? If not - could you give me a detailed example (and maybe...

I try to convert the result into jgrapht format, which can be easily export as different files. But I'm still struggling.

> I try to convert the result into jgrapht format, which can be easily export as different files. But I'm still struggling. [https://github.com/HickeyHsu/SCPG](url) I make a demo to convert cpg...