summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorAlexey Romanov <alexey.v.romanov@gmail.com>2016-11-21 21:00:16 +0300
committerLukas Rytz <lukas.rytz@gmail.com>2016-12-21 14:18:51 +0100
commitce80124ca9a303a235eda16bb3533593f3701855 (patch)
tree4829d08d881a8672af703fdec9f74db491bb5400 /bincompat-forward.whitelist.conf
parent56fb9172756d95ef903c36efcf54f1ae95c64b4b (diff)
downloadscala-ce80124ca9a303a235eda16bb3533593f3701855.tar.gz
scala-ce80124ca9a303a235eda16bb3533593f3701855.tar.bz2
scala-ce80124ca9a303a235eda16bb3533593f3701855.zip
Override equals and hashCode for WrappedArray
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index 7ccd2ea8fa..533f1b2467 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -34,6 +34,14 @@ filter {
{
matchName="scala.collection.Iterator#Leading#1.trailer"
problemName=DirectMissingMethodProblem
+ },
+ {
+ matchName="scala.util.hashing.MurmurHash3.wrappedBytesHash"
+ problemName=DirectMissingMethodProblem
+ },
+ {
+ matchName="scala.util.hashing.MurmurHash3.wrappedArrayHash"
+ problemName=DirectMissingMethodProblem
}
]
}