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
The Scalastyle linter complains about missing hashCode definitions in Silver. I'm not sure if we did that intentionally but it seems worth double-checking, adding a comment to Silver if there is nothing to fix.
Defining either equals() or hashCode() in a class without defining the other is a known source of bugs. Usually, when you define one, you should also define the other.
The Scalastyle linter complains about missing
hashCode
definitions in Silver. I'm not sure if we did that intentionally but it seems worth double-checking, adding a comment to Silver if there is nothing to fix.silver/src/main/scala/viper/silver/ast/utility/rewriter/Strategy.scala
Lines 38 to 44 in c352aa5
silver/src/main/scala/viper/silver/utility/Common.scala
Lines 25 to 37 in c352aa5
The text was updated successfully, but these errors were encountered: