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.
30 lines
862 B
Java
30 lines
862 B
Java
package G;
|
|
|
|
import V.VInterfaceBravo;
|
|
import V.ExceptionGetmessage;
|
|
import bH.D;
|
|
import bH.c;
|
|
|
|
class ControllerDataValidator implements v {
|
|
ControllerDataValidator(J paramJ) {}
|
|
|
|
public int[] a(byte[] paramArrayOfbyte, int paramInt1, int paramInt2) {
|
|
try {
|
|
byte[] arrayOfByte = this.a.a(paramArrayOfbyte, 15L, paramInt1, paramInt2, (m)null);
|
|
return c.VInterfaceBravo(arrayOfByte);
|
|
} catch (ExceptionGetmessage ExceptionGetmessage) {
|
|
D.c("Controller reported Comms error, during validation. " + ExceptionGetmessage.getMessage());
|
|
throw new VInterfaceBravo(ExceptionGetmessage.getMessage());
|
|
}
|
|
}
|
|
|
|
public byte a() {
|
|
return (byte)this.a.e().x();
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/L.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |