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.
31 lines
766 B
Java
31 lines
766 B
Java
package G;
|
|
|
|
class BurnPageCallback implements n {
|
|
BurnPageCallback(J paramJ) {}
|
|
|
|
public void a(double paramDouble) {}
|
|
|
|
public void a(o paramo) {
|
|
synchronized (this.a.p) {
|
|
if (paramo.a() == 1) {
|
|
if (!this.a.x()) {
|
|
this.a.L = -2;
|
|
aB.a().a(paramo.f(), "Burned All Data");
|
|
this.a.a(paramo.f(), true);
|
|
} else {
|
|
aB.a().a(paramo.f(), "Burned Page " + paramo.b().o());
|
|
}
|
|
} else if (paramo.a() != 2) {
|
|
aB.a().b(paramo.f(), "Burn Page " + paramo.b().o() + " failed.");
|
|
}
|
|
}
|
|
}
|
|
|
|
public void e() {}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/K.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |