mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 21:55:12 +00:00
This commit introduces a new Python script, `fix_constructors_v2.py`, which automates the process of correcting constructor names in Java files based on Gradle error outputs. The script scans specified Java files, identifies constructors that do not match their class names, and updates them accordingly. It handles various edge cases, ensuring that only relevant constructors are modified. The script also provides feedback on the changes made during execution.
25 lines
735 B
Java
25 lines
735 B
Java
package bk;
|
|
|
|
import W.WInterfaceAa;
|
|
import aP.NetworkHashMap;
|
|
import bD.BdInterfaceGolf;
|
|
import com.efiAnalytics.ui.bV;
|
|
import java.io.File;
|
|
import java.util.List;
|
|
|
|
class BkInterfaceGolf implements BdInterfaceGolf {
|
|
BkInterfaceGolf(d paramd) {}
|
|
|
|
public WInterfaceAa a(List<File> paramList) {
|
|
String[] arrayOfString = new String[paramList.size()];
|
|
for (byte b = 0; b < paramList.size(); b++)
|
|
arrayOfString[b] = ((File)paramList.get(b)).getAbsolutePath();
|
|
return NetworkHashMap.a().a(bV.b(this.a.NetworkHashMap), arrayOfString);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bk/BdInterfaceGolf.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |