Files
tustu/app/p/ActionperformedInPPackage.java
johndoe6345789 a17fd820b6 Add script to fix misnamed constructors in Java files
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.
2026-01-11 20:45:07 +00:00

21 lines
598 B
Java

package p;
import com.efiAnalytics.ui.bV;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ActionperformedInPPackage implements ActionListener {
ActionperformedInPPackage(J paramJ) {}
public void actionPerformed(ActionEvent paramActionEvent) {
String str = J.a(this.a, "Are you sure your want to delete the selected User Action?");
if (bV.a(str, this.a.c, true))
J.b(this.a);
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/p/L.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/