SERG-Delft / j2graph

10 stars 3 forks source link

Question: comparison to other graph extractors for Java #9

Closed bzz closed 4 years ago

bzz commented 4 years ago

Hi, it would be interesting to understand better how is it comparable to other graph extractors for Java e.g. https://github.com/acr31/features-javac

Thanks!

mauricioaniche commented 4 years ago

There seems to be small differences on the generated graph! My tool here has lots of room for improvement (e.g., better data flow, more test cases to make sure everything works, etc)

But maybe more importantly is that this tool only requires source code whereas the other tool requires compiled code!

bzz commented 4 years ago

Thank you @mauricioaniche !