Package net.covers1624.coffeegrinder.bytecode.transform.transformers
@ParametersAreNonnullByDefault
package net.covers1624.coffeegrinder.bytecode.transform.transformers
Created by covers1624 on 2/4/21.
-
ClassesClassDescriptionCreated by covers1624 on 30/8/22.Created by covers1624 on 5/3/22.Created by covers1624 on 25/5/21.Created by covers1624 on 6/9/21.Responsible for inlining Lambda synthetic methods.Created by covers1624 on 26/4/21.We have the following cases to deal with:Created by covers1624 on 2/9/21.Created by covers1624 on 28/7/21.The bytecode structure of TryWithResources was changed in Java 11.Responsible for inlining Lambda synthetic methods.Handles matching Java 7 - 10 TryWithResources using finally blocks.Created by covers1624 on 2/9/21.Detects loops in Bytecode.Created by covers1624 on 27/9/22.Created by covers1624 on 20/4/23.Created by covers1624 on 9/8/21.Created by covers1624 on 8/2/24.Created by covers1624 on 11/8/21.Created by covers1624 on 5/12/21.Created by covers1624 on 19/8/21.Transforms MonitorEnter/Exit + Try-Finally into a Synchronized block.Created by covers1624 on 7/7/22.Created by covers1624 on 2/10/21.Created by covers1624 on 31/5/21.A variable is in scope, if the parent of the declaration (IStoreInstruction) is an ancestor of the usage and the declaration has a lower child index in the common ancestor than the usage