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.
This commit is contained in:
2026-01-11 20:45:07 +00:00
parent 85634e7c37
commit a17fd820b6
149 changed files with 229 additions and 801 deletions

View File

@@ -3,7 +3,7 @@ package G;
class ActionResultNotifier implements aN {
String a = null;
V(T paramT, String paramString) {
ActionResultNotifier(T paramT, String paramString) {
this.a = paramString;
}

View File

@@ -1,7 +1,7 @@
package G;
class BurnPageCallback implements n {
K(J paramJ) {}
BurnPageCallback(J paramJ) {}
public void a(double paramDouble) {}

View File

@@ -9,7 +9,7 @@ class CommDebugLogEntry {
private String e;
O(J paramJ) {
CommDebugLogEntry(J paramJ) {
this.e = J.b(paramJ);
}

View File

@@ -13,7 +13,7 @@ class CommDebugLogWriter extends Thread {
int c = 0;
P(J paramJ) {
CommDebugLogWriter(J paramJ) {
setName("CommDebugLogWriter");
setDaemon(true);
setPriority(1);

View File

@@ -6,7 +6,7 @@ import bH.D;
import bH.c;
class ControllerDataValidator implements v {
L(J paramJ) {}
ControllerDataValidator(J paramJ) {}
public int[] a(byte[] paramArrayOfbyte, int paramInt1, int paramInt2) {
try {

View File

@@ -5,7 +5,7 @@ import V.ExceptionGetmessage;
import bH.c;
class ControllerDataValidatorAlt implements v {
M(J paramJ) {}
ControllerDataValidatorAlt(J paramJ) {}
public int[] a(byte[] paramArrayOfbyte, int paramInt1, int paramInt2) {
try {

View File

@@ -5,7 +5,7 @@ import L.n;
class DataReceivedCallback implements aF {
int a = 0;
U(T paramT) {}
DataReceivedCallback(T paramT) {}
public void a(String paramString, byte[] paramArrayOfbyte) {
if (this.b.c() != null && paramString.equals(this.b.c().c()))

View File

@@ -9,7 +9,7 @@ public class IsNaNFunction extends AbstractInAxPackage {
boolean b = false;
C(AxInterfaceAb paramab) {
IsNaNFunction(AxInterfaceAb paramab) {
this.a = paramab;
}

View File

@@ -4,7 +4,7 @@ import com.efiAnalytics.ui.et;
import r.IOPropertiesUsingFile;
class ApInterfaceCharlie implements et {
C(f paramf) {}
ApInterfaceCharlie(f paramf) {}
public void IOPropertiesUsingFile(String paramString1, String paramString2) {
IOPropertiesUsingFile.IOPropertiesUsingFile().b(paramString1, paramString2);

View File

@@ -7,7 +7,7 @@ import com.efiAnalytics.ui.PropertiesExtension;
class ApInterfaceEcho implements PropertiesExtension {
String PropertiesExtension = null;
E(f paramf, String paramString) {
ApInterfaceEcho(f paramf, String paramString) {
this.PropertiesExtension = paramString;
}

View File

@@ -5,7 +5,7 @@ import com.efiAnalytics.ui.aN;
class ApInterfaceGolf implements by {
String a;
G(f paramf, String paramString) {
ApInterfaceGolf(f paramf, String paramString) {
this.a = paramString;
}

View File

@@ -18,7 +18,7 @@ class ApInterfaceJuliet extends Thread {
M c;
J(f paramf, File paramFile, String paramString, M paramM) {
ApInterfaceJuliet(f paramf, File paramFile, String paramString, M paramM) {
super("UnarchiveProcessor");
setDaemon(true);
this.PropertiesExtension = paramFile;

View File

@@ -4,7 +4,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
class ApInterfaceNovember extends Thread {
N(M paramM, int paramInt) {}
ApInterfaceNovember(M paramM, int paramInt) {}
public void run() {
try {

View File

@@ -3,7 +3,7 @@ package aP;
import G.g;
class ApInterfacePapa implements g {
P(O paramO) {}
ApInterfacePapa(O paramO) {}
public void b(String paramString, int paramInt) {}

View File

@@ -7,7 +7,7 @@ import java.util.List;
import javax.swing.SwingUtilities;
class ApInterfaceXray implements AhInterfaceDelta {
X(T paramT) {}
ApInterfaceXray(T paramT) {}
public void AhInterfaceAlpha(List paramList) {
for (AhInterfaceAlpha AhInterfaceAlpha : paramList) {

View File

@@ -1,7 +1,7 @@
package aP;
class ApInterfaceYankee implements Runnable {
Y(X paramX) {}
ApInterfaceYankee(X paramX) {}
public void run() {
this.a.a.c.repaint();

View File

@@ -13,7 +13,7 @@ class Close implements bc {
String b = "";
I(f paramf, Dialog paramDialog, String paramString) {
Close(f paramf, Dialog paramDialog, String paramString) {
this.PropertiesExtension = paramDialog;
this.b = paramString;
}

View File

@@ -9,7 +9,7 @@ public class EqualsTostring {
private int c;
V(T paramT, int paramInt) {
EqualsTostring(T paramT, int paramInt) {
this.c = paramInt;
}

View File

@@ -4,7 +4,7 @@ import java.io.File;
import java.io.FilenameFilter;
class FilenameFilterImplInApPackage implements FilenameFilter {
B(f paramf) {}
FilenameFilterImplInApPackage(f paramf) {}
public boolean accept(File paramFile, String paramString) {
return paramString.toLowerCase().endsWith(".sh");

View File

@@ -3,7 +3,7 @@ package aV;
import G.GInterfaceDj;
class AvInterfaceAlpha implements GInterfaceDj {
A(x paramx) {}
AvInterfaceAlpha(x paramx) {}
public double a() {
return this.a.g().g();

View File

@@ -13,7 +13,7 @@ import javax.swing.JList;
class DefaultListCellRendererExtension extends DefaultListCellRenderer {
Icon a = null;
C(s params) {}
DefaultListCellRendererExtension(s params) {}
public Component getListCellRendererComponent(JList<?> paramJList, Object paramObject, int paramInt, boolean paramBoolean1, boolean paramBoolean2) {
Component component = super.getListCellRendererComponent(paramJList, paramObject, paramInt, paramBoolean1, paramBoolean2);

View File

@@ -7,7 +7,7 @@ import javax.swing.JList;
class JListExtension extends JList {
DefaultListModel a = null;
A(s params) {
JListExtension(s params) {
this.a = new DefaultListModel();
setCellRenderer(new C(params));
setModel(this.a);

View File

@@ -6,7 +6,7 @@ import r.IOPropertiesUsingFile;
class TostringInAyPackage {
FileInWPackage IOPropertiesUsingFile = null;
B(s params, FileInWPackage paramag) {
TostringInAyPackage(s params, FileInWPackage paramag) {
this.IOPropertiesUsingFile = paramag;
}

View File

@@ -4,7 +4,7 @@ import W.T;
import W.k;
class AkInterfaceAlpha implements T {
A(w paramw) {}
AkInterfaceAlpha(w paramw) {}
public String a() {
return "Time";

View File

@@ -1,7 +1,7 @@
package ax;
class AxInterfaceRomeo implements T {
R(Q paramQ) {}
AxInterfaceRomeo(Q paramQ) {}
}

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ActionListenerImplInBdPackage implements ActionListener {
L(I paramI) {}
ActionListenerImplInBdPackage(I paramI) {}
public void actionPerformed(ActionEvent paramActionEvent) {
I.a(this.a, !this.a.e.isSelected());

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ActionListenerInBdPackage implements ActionListener {
J(I paramI) {}
ActionListenerInBdPackage(I paramI) {}
public void actionPerformed(ActionEvent paramActionEvent) {
I.a(this.a);

View File

@@ -6,7 +6,7 @@ import java.util.logging.Logger;
class BdInterfaceHotel extends Thread {
boolean a = true;
H(G paramG) {
BdInterfaceHotel(G paramG) {
super("Remote table wait");
setDaemon(true);
}

View File

@@ -4,7 +4,7 @@ import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
class FocusListenerFocuslost implements FocusListener {
O(N paramN, I paramI) {}
FocusListenerFocuslost(N paramN, I paramI) {}
public void focusGained(FocusEvent paramFocusEvent) {
this.b.b.selectAll();

View File

@@ -4,7 +4,7 @@ import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
class KeyListenerKeyreleased implements KeyListener {
M(I paramI) {}
KeyListenerKeyreleased(I paramI) {}
public void keyTyped(KeyEvent paramKeyEvent) {}

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ListenerInBdPackage implements ActionListener {
K(I paramI) {}
ListenerInBdPackage(I paramI) {}
public void actionPerformed(ActionEvent paramActionEvent) {
I.b(this.a);

View File

@@ -4,7 +4,7 @@ import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
class MouseAdapterExtensionMousereleased extends MouseAdapter {
E(r paramr) {}
MouseAdapterExtensionMousereleased(r paramr) {}
public void mouseReleased(MouseEvent paramMouseEvent) {
if (paramMouseEvent.isPopupTrigger())

View File

@@ -3,7 +3,7 @@ package bD;
import com.efiAnalytics.remotefileaccess.RefreshNeededListener;
class RefreshNeededListener implements RefreshNeededListener {
D(r paramr) {}
RefreshNeededListener(r paramr) {}
public void refreshView() {
this.a.e();

View File

@@ -5,7 +5,7 @@ import java.util.List;
class ThreadExtensionInBdPackage extends Thread {
List a = null;
A(r paramr, List paramList) {
ThreadExtensionInBdPackage(r paramr, List paramList) {
super("Download");
setDaemon(true);
this.a = paramList;

View File

@@ -7,7 +7,7 @@ import com.efiAnalytics.remotefileaccess.RemoteAccessException;
import java.util.List;
class ThreadedInBdPackage extends Thread {
C(r paramr) {
ThreadedInBdPackage(r paramr) {
super("Read Dir Thread");
setDaemon(true);
}

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ActionListenerInBfPackage implements ActionListener {
G(D paramD) {}
ActionListenerInBfPackage(D paramD) {}
public void actionPerformed(ActionEvent paramActionEvent) {
this.a.a(paramActionEvent.getActionCommand());

View File

@@ -5,7 +5,7 @@ class BfInterfaceAlpha {
int b;
A(y paramy, int paramInt1, int paramInt2) {
BfInterfaceAlpha(y paramy, int paramInt1, int paramInt2) {
this.b = paramInt2;
this.a = paramInt1;
}

View File

@@ -1,7 +1,7 @@
package bF;
class BfInterfaceJuliet implements Runnable {
J(D paramD) {}
BfInterfaceJuliet(D paramD) {}
public void run() {
this.a.q();

View File

@@ -1,7 +1,7 @@
package bF;
class BfInterfaceKilo implements Runnable {
K(D paramD) {}
BfInterfaceKilo(D paramD) {}
public void run() {
this.a.q();

View File

@@ -9,7 +9,7 @@ import javax.swing.JTextField;
class DefaultCellEditorExtension extends DefaultCellEditor {
private int b = 0;
L(D paramD) {
DefaultCellEditorExtension(D paramD) {
super((JTextField)new NumericTextField());
do do = (do)getComponent();
do.setFont(paramD.getFont());

View File

@@ -6,7 +6,7 @@ import java.awt.event.FocusListener;
import javax.swing.table.TableCellEditor;
class FocusListenerInBfPackage implements FocusListener {
H(D paramD) {}
FocusListenerInBfPackage(D paramD) {}
public void focusGained(FocusEvent paramFocusEvent) {}

View File

@@ -4,7 +4,7 @@ import javax.swing.InputVerifier;
import javax.swing.JComponent;
class InputVerifierExtension extends InputVerifier {
O(D paramD) {}
InputVerifierExtension(D paramD) {}
public boolean verify(JComponent paramJComponent) {
return true;

View File

@@ -4,7 +4,7 @@ import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
class KeyAdapterExtension extends KeyAdapter {
E(D paramD) {}
KeyAdapterExtension(D paramD) {}
public void keyPressed(KeyEvent paramKeyEvent) {
D.a(this.a, paramKeyEvent);

View File

@@ -4,7 +4,7 @@ import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
class KeyListenerInBfPackage implements KeyListener {
M(L paramL, D paramD) {}
KeyListenerInBfPackage(L paramL, D paramD) {}
public void keyTyped(KeyEvent paramKeyEvent) {
a(paramKeyEvent);

View File

@@ -4,7 +4,7 @@ import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
class MouseAdapterExtensionMousepressed extends MouseAdapter {
P(D paramD) {}
MouseAdapterExtensionMousepressed(D paramD) {}
public void mousePressed(MouseEvent paramMouseEvent) {
if (paramMouseEvent.getButton() == 3)

View File

@@ -1,7 +1,7 @@
package bF;
class RunnableImplInBfPackage implements Runnable {
F(D paramD, int paramInt1, int paramInt2) {}
RunnableImplInBfPackage(D paramD, int paramInt1, int paramInt2) {}
public void run() {
this.c.changeSelection(this.a, this.b, false, false);

View File

@@ -1,7 +1,7 @@
package bF;
class ThreadedInBfPackage implements Runnable {
I(D paramD) {}
ThreadedInBfPackage(D paramD) {}
public void run() {
this.a.o();

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ActionListenerImplInBgPackage implements ActionListener {
C(q paramq) {}
ActionListenerImplInBgPackage(q paramq) {}
public void actionPerformed(ActionEvent paramActionEvent) {
q.c(this.a);

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ActionListenerInBgPackage implements ActionListener {
A(q paramq) {}
ActionListenerInBgPackage(q paramq) {}
public void actionPerformed(ActionEvent paramActionEvent) {
q.b(this.a);

View File

@@ -4,7 +4,7 @@ import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
class KeyListenerInBgPackage implements KeyListener {
D(q paramq) {}
KeyListenerInBgPackage(q paramq) {}
public void keyTyped(KeyEvent paramKeyEvent) {}

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ListenerInBgPackage implements ActionListener {
B(q paramq) {}
ListenerInBgPackage(q paramq) {}
public void actionPerformed(ActionEvent paramActionEvent) {
q.d(this.a);

View File

@@ -3,7 +3,7 @@ package bb;
import G.g;
class BbComponentAlpha implements g {
A(x paramx) {}
BbComponentAlpha(x paramx) {}
public void b(String paramString, int paramInt) {}

View File

@@ -6,7 +6,7 @@ import com.efiAnalytics.ui.bV;
import s.SComponentGolf;
class BbComponentCharlie implements GInterfaceBu {
C(x paramx) {}
BbComponentCharlie(x paramx) {}
public void a() {}

View File

@@ -6,7 +6,7 @@ import G.GInterfaceCb;
import java.util.ArrayList;
class BbInterfaceDelta implements GInterfaceCb {
D(x paramx) {}
BbInterfaceDelta(x paramx) {}
public boolean a(ArrayList paramArrayList, R paramR, Y paramY, String paramString) {
x.c(this.a);

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BbInterfaceFoxtrot implements ActionListener {
F(E paramE) {}
BbInterfaceFoxtrot(E paramE) {}
public void actionPerformed(ActionEvent paramActionEvent) {
E.a(this.a);

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BbInterfaceGolf implements ActionListener {
G(E paramE) {}
BbInterfaceGolf(E paramE) {}
public void actionPerformed(ActionEvent paramActionEvent) {
boolean bool = this.a.f.isSelected();

View File

@@ -10,7 +10,7 @@ class FileEquals {
boolean a = false;
K(E paramE, FileUsingHashMap paramk, File paramFile, boolean paramBoolean) {
FileEquals(E paramE, FileUsingHashMap paramk, File paramFile, boolean paramBoolean) {
this.c = paramFile;
this.d = paramk;
this.a = paramBoolean;

View File

@@ -4,7 +4,7 @@ import javax.swing.event.ListSelectionEvent;
import javax.swing.event.ListSelectionListener;
class ListSelectionListenerImpl implements ListSelectionListener {
H(E paramE) {}
ListSelectionListenerImpl(E paramE) {}
public void valueChanged(ListSelectionEvent paramListSelectionEvent) {
K k = this.a.h.getSelectedValue();

View File

@@ -4,7 +4,7 @@ import bH.D;
import java.awt.Cursor;
class RunnableImplInBbPackage implements Runnable {
J(I paramI) {}
RunnableImplInBbPackage(I paramI) {}
public void run() {
this.a.b.getGlassPane().setCursor(Cursor.getDefaultCursor());

View File

@@ -4,7 +4,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
class ThreadExtensionInBbPackage extends Thread {
B(A paramA) {}
ThreadExtensionInBbPackage(A paramA) {}
public void run() {
try {

View File

@@ -12,7 +12,7 @@ import r.IOPropertiesUsingFile;
import s.SComponentGolf;
class ThreadedInBbPackage extends Thread {
I(E paramE, File paramFile, JDialog paramJDialog) {}
ThreadedInBbPackage(E paramE, File paramFile, JDialog paramJDialog) {}
public void run() {
try {

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ActionListenerImplInBePackage implements ActionListener {
E(C paramC) {}
ActionListenerImplInBePackage(C paramC) {}
public void actionPerformed(ActionEvent paramActionEvent) {
C.b(this.a);

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ActionperformedInBePackage implements ActionListener {
F(C paramC) {}
ActionperformedInBePackage(C paramC) {}
public void actionPerformed(ActionEvent paramActionEvent) {
C.c(this.a);

View File

@@ -4,7 +4,7 @@ import G.Q;
import bf.BfComponentLima;
class BeComponentKilo implements BfComponentLima {
K(C paramC) {}
BeComponentKilo(C paramC) {}
public void a(String paramString) {
C.a(this.a);

View File

@@ -9,7 +9,7 @@ class BeComponentLima implements BfKiloImpl {
Q b = null;
L(C paramC) {}
BeComponentLima(C paramC) {}
public void a(DefaultMutableTreeNodeExtension paramj) {
this.a = paramj;

View File

@@ -11,7 +11,7 @@ class BeComponentPapa {
String e;
P(M paramM) {}
BeComponentPapa(M paramM) {}
}

View File

@@ -5,7 +5,7 @@ class BeComponentQuebec {
String b;
Q(M paramM) {}
BeComponentQuebec(M paramM) {}
}

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BeInterfaceGolf implements ActionListener {
G(C paramC) {}
BeInterfaceGolf(C paramC) {}
public void actionPerformed(ActionEvent paramActionEvent) {
C.d(this.a);

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BeInterfaceHotel implements ActionListener {
H(C paramC) {}
BeInterfaceHotel(C paramC) {}
public void actionPerformed(ActionEvent paramActionEvent) {
C.e(this.a);

View File

@@ -3,7 +3,7 @@ package be;
import G.Q;
class BeInterfaceJuliet implements q {
J(C paramC) {}
BeInterfaceJuliet(C paramC) {}
public boolean a(Q paramQ) {
return paramQ.aN();

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BeInterfaceNovember implements ActionListener {
N(M paramM) {}
BeInterfaceNovember(M paramM) {}
public void actionPerformed(ActionEvent paramActionEvent) {
M.a(this.a);

View File

@@ -5,7 +5,7 @@ import java.awt.event.ActionListener;
import s.SComponentGolf;
class BeInterfaceOscar implements ActionListener {
O(M paramM) {}
BeInterfaceOscar(M paramM) {}
public void actionPerformed(ActionEvent paramActionEvent) {
String str = this.a.d();

View File

@@ -5,7 +5,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BeInterfaceUniform implements ActionListener {
U(T paramT) {}
BeInterfaceUniform(T paramT) {}
public void actionPerformed(ActionEvent paramActionEvent) {
fp.a(this.a.b, this.a.c.isSelected());

View File

@@ -5,7 +5,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BeInterfaceVictor implements ActionListener {
V(T paramT) {}
BeInterfaceVictor(T paramT) {}
public void actionPerformed(ActionEvent paramActionEvent) {
fp.a(this.a.a, this.a.d.isSelected());

View File

@@ -4,7 +4,7 @@ import java.awt.Component;
import javax.swing.JPanel;
class JPanelExtensionGetbaseline extends JPanel {
W(T paramT) {}
JPanelExtensionGetbaseline(T paramT) {}
public Component.BaselineResizeBehavior getBaselineResizeBehavior() {
return Component.BaselineResizeBehavior.CONSTANT_ASCENT;

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class ListenerInBePackage implements ActionListener {
D(C paramC) {}
ListenerInBePackage(C paramC) {}
public void actionPerformed(ActionEvent paramActionEvent) {
C.a(this.a);

View File

@@ -7,7 +7,7 @@ import javax.swing.JDialog;
import s.SComponentGolf;
class WindowAdapterExtensionWindowclosing extends WindowAdapter {
I(C paramC, JDialog paramJDialog) {}
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))

View File

@@ -8,7 +8,7 @@ import java.io.File;
import java.util.List;
class BkInterfaceGolf implements BdInterfaceGolf {
BdInterfaceGolf(d paramd) {}
BkInterfaceGolf(d paramd) {}
public WInterfaceAa a(List<File> paramList) {
String[] arrayOfString = new String[paramList.size()];

View File

@@ -12,7 +12,7 @@ import java.util.Iterator;
class BrInterfaceHotel implements GComponentCq {
ArrayList ExceptionInVPackage = new ArrayList();
H(s params, R paramR, String paramString) {
BrInterfaceHotel(s params, R paramR, String paramString) {
try {
ManagerUsingArrayList.ExceptionInVPackage().ExceptionInVPackage(paramR.c(), paramString, this);
} catch (ExceptionInVPackage ExceptionInVPackage) {

View File

@@ -4,7 +4,7 @@ import com.efiAnalytics.ui.bV;
import java.awt.Component;
class BrInterfaceLima extends Thread {
L(K paramK) {}
BrInterfaceLima(K paramK) {}
public void run() {
try {

View File

@@ -6,7 +6,7 @@ import java.util.logging.Logger;
class BrInterfaceOscar extends Thread {
boolean a = true;
O(K paramK) {}
BrInterfaceOscar(K paramK) {}
public void run() {
while (this.a) {

View File

@@ -5,7 +5,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BrInterfaceRomeo implements ActionListener {
R(P paramP) {}
BrInterfaceRomeo(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
this.a.b.c(paramActionEvent.getActionCommand());

View File

@@ -5,7 +5,7 @@ import java.awt.event.ActionListener;
import javax.swing.JCheckBox;
class BrInterfaceSierra implements ActionListener {
S(P paramP) {}
BrInterfaceSierra(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
JCheckBox jCheckBox = (JCheckBox)paramActionEvent.getSource();

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BrInterfaceTango implements ActionListener {
T(P paramP) {}
BrInterfaceTango(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
this.a.a();

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BrInterfaceUniform implements ActionListener {
U(P paramP) {}
BrInterfaceUniform(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
this.a.c();

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BrInterfaceVictor implements ActionListener {
V(P paramP) {}
BrInterfaceVictor(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
P.a(this.a);

View File

@@ -5,7 +5,7 @@ import java.awt.event.ActionListener;
import javax.swing.JComponent;
class BrInterfaceWhiskey implements ActionListener {
W(P paramP) {}
BrInterfaceWhiskey(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
P.a(this.a, (JComponent)paramActionEvent.getSource());

View File

@@ -6,7 +6,7 @@ import java.awt.event.ActionListener;
import javax.swing.JRadioButton;
class BrInterfaceXray implements ActionListener {
X(P paramP) {}
BrInterfaceXray(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
JRadioButton jRadioButton = (JRadioButton)paramActionEvent.getSource();

View File

@@ -5,7 +5,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BrInterfaceYankee implements ActionListener {
Y(P paramP) {}
BrInterfaceYankee(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
this.a.b.c(this.a.b.n());

View File

@@ -4,7 +4,7 @@ import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
class BrInterfaceZulu implements ActionListener {
Z(P paramP) {}
BrInterfaceZulu(P paramP) {}
public void actionPerformed(ActionEvent paramActionEvent) {
P.b(this.a);

View File

@@ -7,7 +7,7 @@ import javax.swing.event.ChangeListener;
import n.NComponentAlpha;
class ChangeListenerStatechanged implements ChangeListener {
M(K paramK) {}
ChangeListenerStatechanged(K paramK) {}
public void stateChanged(ChangeEvent paramChangeEvent) {
Component component = this.NComponentAlpha.getSelectedComponent();

View File

@@ -10,7 +10,7 @@ import java.util.logging.Logger;
class BsComponentAlpha extends BeInterfaceAlpha implements BmInterfaceEcho {
int BeInterfaceAlpha = 400;
A(k paramk) {}
BsComponentAlpha(k paramk) {}
public void BeInterfaceAlpha(BmInterfaceDelta paramd) {
int i = this.b.b.BeInterfaceAlpha(paramd.BmInterfaceEcho());

View File

@@ -10,7 +10,7 @@ import java.util.logging.Logger;
class BsComponentBravo extends BeInterfaceAlpha implements BmInterfaceEcho {
int BeInterfaceAlpha = 400;
B(k paramk) {}
BsComponentBravo(k paramk) {}
public void BeInterfaceAlpha(BmInterfaceDelta paramd) {
int i = this.b.b.BeInterfaceAlpha(paramd.BmInterfaceEcho());

Some files were not shown because too many files have changed in this diff Show More