summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-03-25 11:23:59 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-03-25 11:23:59 +0100
commit876590b2be42a77fc23e5c57fc155d5772265be7 (patch)
tree4c7ecb96786ddbcc5ef56619f831299229a1be5e /bincompat-forward.whitelist.conf
parentdaa77d15dd11f086ea578f05ab29fb18119ec02d (diff)
parent540963f5648f49ea73e1064b0d5185edb1f7884d (diff)
downloadscala-876590b2be42a77fc23e5c57fc155d5772265be7.tar.gz
scala-876590b2be42a77fc23e5c57fc155d5772265be7.tar.bz2
scala-876590b2be42a77fc23e5c57fc155d5772265be7.zip
Merge pull request #3614 from retronym/ticket/8196
SI-8196 Runtime reflection robustness for STATIC impl details
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index 087fa07b37..7879ecfd84 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -173,6 +173,11 @@ filter {
{
matchName="scala.reflect.runtime.SymbolLoaders.isInvalidClassName"
problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.runtime.JavaMirrors#JavaMirror.scala$reflect$runtime$JavaMirrors$JavaMirror$$followStatic"
+ problemName=MissingMethodProblem
}
+
]
}