summaryrefslogtreecommitdiff
path: root/bincompat-backward.whitelist.conf
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-09-03 17:47:29 -0700
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-09-03 17:47:29 -0700
commit3ada7038877928711176da6ebde68528ab5fc39c (patch)
treeacf94a974fb992a69b43aa55b6edce4d34f5a8cf /bincompat-backward.whitelist.conf
parent4b9fdd340c47cb258223e1a68b560e2ddcffcb5d (diff)
downloadscala-3ada7038877928711176da6ebde68528ab5fc39c.tar.gz
scala-3ada7038877928711176da6ebde68528ab5fc39c.tar.bz2
scala-3ada7038877928711176da6ebde68528ab5fc39c.zip
SI-7150 Replace scala.reflect.internal.WeakHashSet
Replaces scala.reflect.internal.WeakHashSet with a version that * extends the mutable.Set trait * doesn't leak WeakReferences * is unit tested
Diffstat (limited to 'bincompat-backward.whitelist.conf')
-rw-r--r--bincompat-backward.whitelist.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/bincompat-backward.whitelist.conf b/bincompat-backward.whitelist.conf
index 35b67a13ee..c016b52241 100644
--- a/bincompat-backward.whitelist.conf
+++ b/bincompat-backward.whitelist.conf
@@ -271,6 +271,14 @@ filter {
{
matchName="scala.reflect.internal.StdNames.compactifyName"
problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.internal.util.WeakHashSet"
+ problemName=FinalClassProblem
+ },
+ {
+ matchName="scala.reflect.internal.util.WeakReferenceWithEquals"
+ problemName=MissingClassProblem
}
]
}