summaryrefslogtreecommitdiff
path: root/bincompat-forward.whitelist.conf
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-06-24 15:54:10 +0200
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-07-04 15:49:08 +0200
commit9fc68e19309cef139c4827fbed76952011995e10 (patch)
tree789f30eb129b93efe74d7a026a005fc4a6c53330 /bincompat-forward.whitelist.conf
parentb7242013830510776fbb93bbf0e883532133030c (diff)
downloadscala-9fc68e19309cef139c4827fbed76952011995e10.tar.gz
scala-9fc68e19309cef139c4827fbed76952011995e10.tar.bz2
scala-9fc68e19309cef139c4827fbed76952011995e10.zip
Remove deprecationWarning, currentReporting from Reporting
This moves us a bit closer to the goal of having a single entry point to reporting. Must modularize Reporting a bit so it can be used in Variances (need a reference to `currentRun` in `reflect.internal.Reporting`).
Diffstat (limited to 'bincompat-forward.whitelist.conf')
-rw-r--r--bincompat-forward.whitelist.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/bincompat-forward.whitelist.conf b/bincompat-forward.whitelist.conf
index dbf0807999..30dac79974 100644
--- a/bincompat-forward.whitelist.conf
+++ b/bincompat-forward.whitelist.conf
@@ -242,6 +242,18 @@ filter {
{
matchName="scala.reflect.runtime.JavaUniverse.reporter"
problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.runtime.JavaUniverse$PerRunReporting"
+ problemName=MissingClassProblem
+ },
+ {
+ matchName="scala.reflect.runtime.JavaUniverse.currentRun"
+ problemName=MissingMethodProblem
+ },
+ {
+ matchName="scala.reflect.runtime.JavaUniverse.PerRunReporting"
+ problemName=MissingMethodProblem
}
]
}