summaryrefslogtreecommitdiff
path: root/versions.properties
diff options
context:
space:
mode:
authorAntoine Gourlay <antoine@gourlay.fr>2014-11-04 15:29:27 +0100
committerAntoine Gourlay <antoine@gourlay.fr>2014-11-06 15:11:36 +0100
commit3bd7605d1870cf1f877c32574b6f82bb20132346 (patch)
treec0ee81026b4b500f36b06b07c83a7cb9238d3342 /versions.properties
parentd1a76d5af7faa12ebebea0923812af26c40eebc9 (diff)
downloadscala-3bd7605d1870cf1f877c32574b6f82bb20132346.tar.gz
scala-3bd7605d1870cf1f877c32574b6f82bb20132346.tar.bz2
scala-3bd7605d1870cf1f877c32574b6f82bb20132346.zip
SI-8954 Make @deprecated{Overriding,Inheritance} aware of @deprecated.
This makes sure that: - there is no warning for a @deprecated class inheriting a @deprecatedInheritance class - there is no warning for a @deprecated method overriding a @deprecatedOverriding method - there is no "deprecation won't work" warning when overriding a member of a @deprecatedInheritance class with a @deprecated member - the above works even if the classes/methods are indirectly deprecated (i.e. enclosed in something @deprecated) This should remove quite a few useless deprecation warnings from the library.
Diffstat (limited to 'versions.properties')
0 files changed, 0 insertions, 0 deletions