Hello,
When I used FARACON (ARXML→FIDL) I noticed that a lot of generated FIDL files are empty (files contain only a package, no interface, and no typeCollection).
Also, sometimes the same file is imported multiple times. I changed this in code as well but when I run the tests, only one test org.genivi.faracon.tests.aspects_for_franca_ftyperef.a2f -> IDL1810_Tests.xtend -> userDefinedTypeMethodArguments failed because it expects the same file imported twice.
Are both of these behaviors desired and if not can I commit these small changes?
Thanks