BFergerson/GitDetective

Babelfish support

BFergerson opened this issue · 1 comments

Babelfish support

I was probably way too optimistic about Babelfish. I forgot it only really provides the UAST and type resolution needs to be handled manually. Type resolution with Java (via JavaParser) is easy enough but is still lossy without compilation. Will be using Babelfish with more future products but for GitDetective compiling and getting actually references is going to be best.