mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +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.
22 lines
688 B
Java
22 lines
688 B
Java
package be;
|
|
|
|
import com.efiAnalytics.ui.bV;
|
|
import java.awt.event.WindowAdapter;
|
|
import java.awt.event.WindowEvent;
|
|
import javax.swing.JDialog;
|
|
import s.SComponentGolf;
|
|
|
|
class WindowAdapterExtensionWindowclosing extends WindowAdapter {
|
|
WindowAdapterExtensionWindowclosing(C paramC, JDialog paramJDialog) {}
|
|
|
|
public void windowClosing(WindowEvent paramWindowEvent) {
|
|
if (this.b.c != null && this.b.c.c() && bV.a(SComponentGolf.b("There are unsaved changes, Save them Now?"), this.a, true))
|
|
C.d(this.b);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/be/I.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |