Babelfish support
BFergerson opened this issue · 1 comments
BFergerson commented
Babelfish support
BFergerson commented
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.