moosetechnology / Famix

An abstract representation of source code. Famix is generic and can describe applications in multiple programming languages.
MIT License
12 stars 22 forks source link

Fix #606: Remove UnknownSourceLanguage #750

Closed Gabriel-Darbord closed 2 months ago

Gabriel-Darbord commented 2 months ago

Remove TUnknownSourceLanguage from FamixGenerator and UnknownSourceLanguage from FamixBasicInfrastructureGenerator. This leads to a couple of noteworthy changes in the importer.

jecisc commented 2 months ago

This requires also to regenerate CPP and Fortran languages I think

NewUndeclaredWarning: UndefinedObject>>DoIt (FamixTUnknownSourceLanguage is Undeclared)