mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-24 13:45:00 +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
667 B
Java
31 lines
667 B
Java
package br;
|
|
|
|
import java.util.logging.Level;
|
|
import java.util.logging.Logger;
|
|
|
|
class BrInterfaceOscar extends Thread {
|
|
boolean a = true;
|
|
|
|
BrInterfaceOscar(K paramK) {}
|
|
|
|
public void run() {
|
|
while (this.a) {
|
|
this.b.repaint();
|
|
try {
|
|
sleep(30L);
|
|
} catch (InterruptedException interruptedException) {
|
|
Logger.getLogger(K.class.getName()).log(Level.SEVERE, (String)null, interruptedException);
|
|
}
|
|
}
|
|
}
|
|
|
|
public void a() {
|
|
this.a = false;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/br/O.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |