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
}
}
}