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.
40 lines
1.2 KiB
Java
40 lines
1.2 KiB
Java
package bD;
|
|
|
|
import bH.D;
|
|
import com.efiAnalytics.remotefileaccess.DirectoryFiles;
|
|
import com.efiAnalytics.remotefileaccess.DirectoryInformation;
|
|
import com.efiAnalytics.remotefileaccess.RemoteAccessException;
|
|
import java.util.List;
|
|
|
|
class ThreadedInBdPackage extends Thread {
|
|
ThreadedInBdPackage(r paramr) {
|
|
super("Read Dir Thread");
|
|
setDaemon(true);
|
|
}
|
|
|
|
public void run() {
|
|
try {
|
|
this.a.a.c();
|
|
this.a.a.a("Reading Files");
|
|
DirectoryFiles directoryFiles = r.c(this.a).getFilesIn(null);
|
|
List list = directoryFiles.getFiles();
|
|
this.a.a.a(list);
|
|
DirectoryInformation directoryInformation = directoryFiles.getDirectoryInformation();
|
|
this.a.e.a(directoryInformation.getFileCount());
|
|
this.a.e.b(directoryInformation.getUsedBytes());
|
|
this.a.e.a(directoryInformation.getTotalBytes());
|
|
this.a.a.d();
|
|
} catch (RemoteAccessException remoteAccessException) {
|
|
D.c("Dir Listing interrupted: " + remoteAccessException.getMessage());
|
|
this.a.a.a(remoteAccessException.getMessage());
|
|
} finally {
|
|
this.a.b = null;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bD/C.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |