305306307308309310311312313314315
exc.toReobfJar = getRecompFile(); exc.excConfig = getExceptorCfg(); exc.fieldCSV = getFieldCsv(); exc.methodCSV = getMethodCsv(); exc.doFirstThings(); return exc; } private void addArtifact(ObfArtifact artifact)
7677787980818283848586
exceptor.fieldCSV = getFieldsCsv(); exceptor.methodCSV = getMethodsCsv(); File outSrg = new File(this.getTemporaryDir(), "reobf_cls.srg"); exceptor.doFirstThings(); exceptor.buildSrg(srg, outSrg); srg = outSrg; }