Skip to content

Commit

Permalink
first-pass: fix old matches lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 18, 2019
1 parent 1e978ff commit ce292b8
Show file tree
Hide file tree
Showing 133 changed files with 133 additions and 133 deletions.
Expand Up @@ -52,7 +52,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -48,7 +48,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -62,7 +62,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
if (!runInCheck(scriptContainer, s, lower, location)) {
Expand Down
Expand Up @@ -48,7 +48,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
if (!runInCheck(scriptContainer, s, lower, location)) {
Expand Down
Expand Up @@ -51,7 +51,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
if (!runInCheck(scriptContainer, s, lower, location)) {
Expand Down
Expand Up @@ -48,7 +48,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
if (!runInCheck(scriptContainer, s, lower, location)) {
Expand Down
Expand Up @@ -50,7 +50,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String mat = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -56,7 +56,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
if (!runInCheck(scriptContainer, s, lower, location)) {
Expand Down
Expand Up @@ -54,7 +54,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -50,7 +50,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -48,7 +48,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -65,7 +65,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String entName = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -64,7 +64,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -63,7 +63,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String entName = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -63,7 +63,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -50,7 +50,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -89,7 +89,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String cmd = CoreUtilities.getXthArg(1, lower);
Expand Down
Expand Up @@ -93,7 +93,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String target = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -47,7 +47,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String target = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -50,7 +50,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String target = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -56,7 +56,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -50,7 +50,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String target = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -53,7 +53,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -62,7 +62,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String target = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -48,7 +48,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -56,7 +56,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String target = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -55,7 +55,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -52,7 +52,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -59,7 +59,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -56,7 +56,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -82,7 +82,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String cmd = CoreUtilities.getXthArg(1, lower);
Expand Down
Expand Up @@ -48,7 +48,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -70,7 +70,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String attacker = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -62,7 +62,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -51,7 +51,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -54,7 +54,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String cmd = CoreUtilities.getXthArg(1, lower);
Expand Down
Expand Up @@ -61,7 +61,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -66,7 +66,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -51,7 +51,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;

Expand Down
Expand Up @@ -49,7 +49,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
if (!runInCheck(scriptContainer, s, lower, entity.getLocation())) {
Expand Down
Expand Up @@ -60,7 +60,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String hangCheck = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -57,7 +57,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String arg1 = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -53,7 +53,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String item_test = CoreUtilities.getXthArg(0, lower);
Expand Down
Expand Up @@ -70,7 +70,7 @@ public boolean couldMatch(ScriptContainer scriptContainer, String s) {
}

@Override
public boolean matches(ScriptContainer scriptContainer, ScriptPath path) {
public boolean matches(ScriptPath path) {
String s = path.event;
String lower = path.eventLower;
String itemTest = CoreUtilities.getXthArg(0, lower);
Expand Down

0 comments on commit ce292b8

Please sign in to comment.