Closed hohwille closed 5 years ago
There wre several bugs that I now fixed. Especially the parent classloader was wrong and there were errors with duplicate packages that did not occur with the simple JUnit. What is still kind of wrong is that both the JAR as well as the classes folder is added for modules. We can fix that later. I now consider this ready to be merged.
Mhm, there are several more bugs. E.g. the modules of a module are not considered. In general there also needs to be a set of modules that have already been visited to avoid reading the same module multiple times.
Also the modules are all added as dependencies even though they might be unrelated to the current maven project. This is also dead wrong.
Replacement for #18 with review rework.