We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e3d63a + 746ec91 commit d2c91e7Copy full SHA for d2c91e7
io/src/main/scala/sbt/io/NameFilter.scala
@@ -134,7 +134,7 @@ final class ExtensionFilter(val extensions: String*) extends NameFilter {
134
case that: ExtensionFilter => this.set == that.set
135
case _ => false
136
}
137
- override lazy val hashCode: Int = extensions.hashCode
+ override lazy val hashCode: Int = set.hashCode
138
139
/** Constructs a filter that accepts a `File` if it matches either this filter or the given `filter`. */
140
override def |(filter: NameFilter): NameFilter = filter match {
0 commit comments