mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +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.
28 lines
964 B
Java
28 lines
964 B
Java
package bt;
|
|
|
|
import com.efiAnalytics.ui.et;
|
|
import r.IOPropertiesUsingFile;
|
|
|
|
class Table2DPropertyStore implements et {
|
|
Table2DPropertyStore(W paramW) {}
|
|
|
|
public void IOPropertiesUsingFile(String paramString1, String paramString2) {
|
|
IOPropertiesUsingFile IOPropertiesUsingFile = IOPropertiesUsingFile.IOPropertiesUsingFile();
|
|
IOPropertiesUsingFile.b(this.IOPropertiesUsingFile.i + "_" + paramString1, paramString2);
|
|
}
|
|
|
|
public String IOPropertiesUsingFile(String paramString) {
|
|
return b(paramString, "");
|
|
}
|
|
|
|
public String b(String paramString1, String paramString2) {
|
|
IOPropertiesUsingFile IOPropertiesUsingFile = IOPropertiesUsingFile.IOPropertiesUsingFile();
|
|
return IOPropertiesUsingFile.c(this.IOPropertiesUsingFile.i + "_" + paramString1, paramString2);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bt/Z.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |