HickeyHsu

Results 7 issues of HickeyHsu

This is a very exciting tool. I try to use it to generate the FILE_RESULT_DEPENDENCY_GRAPH of Java project, and then found a problem. For each Java file, the tool will...

For example: ``` import ast.Visitor; public class Normalizer { visitors = new ArrayList(); visitors.add(new VisitorA ()); public class VisitorA extends Visitor{ } } ``` In this case, `VisitorA` will not...

I've been following this amazing project for a long time. I hope to extract cpg to files(.dot/.gml/.json) for deep learning usage. I noticed that #247 gave an solution"cpg-to-dot". However, this...

运行时显示没有setting模块

This project is pretty enlightening. I wonder if there are some paper of this work that I can learn more about it. Thanks!

Hello Dr. glato, I'm very impressed by your work. I've been used it for a year to help finish some of my research. The D3Exporter is so amazing. Now I'm...

`Exception in thread "main" UnsolvedSymbolException{context='null', name='AbstractTestCase', cause='null'} at com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade.convertToUsage(JavaParserFacade.java:670) at com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade.convertToUsage(JavaParserFacade.java:645) at com.github.javaparser.symbolsolver.JavaSymbolSolver.toResolvedType(JavaSymbolSolver.java:271) at com.github.javaparser.ast.type.ClassOrInterfaceType.resolve(ClassOrInterfaceType.java:301) at es.upv.mist.slicing.graphs.ClassGraph.lambda$18(ClassGraph.java:259) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at com.github.javaparser.ast.NodeList.forEach(NodeList.java:290) at es.upv.mist.slicing.graphs.ClassGraph.addClassEdges(ClassGraph.java:258) at es.upv.mist.slicing.graphs.ClassGraph$2.visit(ClassGraph.java:221) at es.upv.mist.slicing.graphs.ClassGraph$2.visit(ClassGraph.java:1) at com.github.javaparser.ast.body.ClassOrInterfaceDeclaration.accept(ClassOrInterfaceDeclaration.java:100) at...