public Transformation()

in tomee-patch-core/src/main/java/org/apache/tomee/patch/core/Transformation.java [55:62]


    public Transformation() {
        this.log = new NullLog();
        this.replacements = new Replacements();
        this.skips = new Skips();
        this.additions = new Additions();
        this.skipTransform = false;
        this.patchResources = new File("does not exist");
    }