Skip to content

Commit 61e2c32

Browse files
committed
travis on windows
1 parent 0e30274 commit 61e2c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code-assert/src/main/java/guru/nidi/codeassert/config/LocationNameMatcher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ private boolean matchesName(String name, boolean strictNameMatch) {
7878
if (names.isEmpty()) {
7979
return true;
8080
}
81+
System.out.println("*** match '" + name + "' - " + names);
8182
for (final String n : names) {
8283
if (LocationMatcher.matchesPattern(createPattern(n, strictNameMatch), name)) {
8384
return true;

0 commit comments

Comments
 (0)