Class JeoClassLoader

java.lang.Object
java.lang.ClassLoader
org.eolang.jeo.JeoClassLoader

public final class JeoClassLoader extends ClassLoader
JEO class loader. This classloader reads classes folder, uploads these classes into a memory and then loads them. This happens before any transformations are applied. Preloading allows safe classes validation. Validator loads "old" classes and uses them for the validation of the "newly" generated classes. Moreover, by using JeoClassLoader, we can guarantee that the classes loaded before any transformations are correct. If we use any other ClassLoader implementation it leads to flaky tests as issue 672 shows.
Since:
0.6