All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ct.framework_2.12.4.0.0.source-code.NoTransformations.conf Maven / Gradle / Ivy

The newest version!
// Tuns of all transformations that are done while loding class files.
 org.opalj.br.reader {
    ClassFileReader {
        BytecodeOptimizer {
            simplifyControlFlow=false
        }
        Invokedynamic {
            rewrite=false
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy