You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testcontainers-advanced-imagebuilder/src/main/java/software/xdev/testcontainers/imagebuilder/jgit/ignore/internal/PathMatcher.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ public static IMatcher createPathMatcher(
134
134
* @param pattern non null
135
135
* @return trimmed pattern
136
136
*/
137
+
@SuppressWarnings("checkstyle:FinalParameters")
137
138
protectedstaticStringtrim(Stringpattern)
138
139
{
139
140
while(!pattern.isEmpty()
@@ -194,8 +195,10 @@ public boolean matches(
194
195
* wildcards or single segments (mean: this is multi-segment path which must
0 commit comments