2023-05-03 11:06:20 +02:00
== Why is this an issue?
2021-04-28 16:49:39 +02:00
Deprecation is a warning that a method has been superseded, and will eventually be removed. The deprecation period allows you to make a smooth transition away from the aging, soon-to-be-retired technology.
This rule raises an issue when any of the following methods is used:
* ``++.andSelf()++``
* ``++.context++``
* ``++.die()++``
* ``++.error()++``
* ``++jQuery.boxModel++``
* ``++jQuery.browser++``
* ``++jQuery.sub()++``
* ``++jQuery.support++``
* ``++.live()++``
* ``++.load()++``
* ``++.selector++``
* ``++.size()++``
* ``++.toggle()++``
* ``++.unload()++``
2021-04-28 18:08:03 +02:00
2021-06-02 20:44:38 +02:00
2021-06-03 09:05:38 +02:00
ifdef::env-github,rspecator-view[]
2021-09-20 15:38:42 +02:00
'''
== Implementation Specification
(visible only on this page)
2023-05-25 14:18:12 +02:00
=== Message
Remove this use of "XXX", which is deprecated.
2021-09-20 15:38:42 +02:00
2021-06-08 15:52:13 +02:00
'''
2021-06-02 20:44:38 +02:00
== Comments And Links
(visible only on this page)
2023-05-25 14:18:12 +02:00
=== on 26 Mar 2015, 17:34:33 Linda Martin wrote:
\[~ann.campbell.2] Assigned for review and completion.
=== on 1 Nov 2019, 17:30:21 Elena Vilchik wrote:
See \https://github.com/SonarSource/SonarJS/issues/1698
2021-06-03 09:05:38 +02:00
endif::env-github,rspecator-view[]