Class CodeSimplifierStep

  • All Implemented Interfaces:
    IPipelineStep

    public class CodeSimplifierStep
    extends BasePipelineStep
    !!! It's important to include this step in a pipeline before any source-copying or leveraging steps, because it can modify codes in the source, and target codes will easily get desynchronized with their sources. The best place for this step -- right after the filter.