Fraunhofer-AISEC / codyze

Codyze is a static analyzer for Java, C, C++ based on code property graphs

Home Page:https://www.codyze.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TranslationManager creation in tests is cumbersome

oxisto opened this issue · comments

Currently, there are a LOT of functions that create a TranslationManager, and they are almost all the same. With CPG 4.0 we have a breaking change and I am currently hunting down all the places where I need to insert defaultLanguages. We should consolidate all those test functions.