We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f71a7 commit 46b0596Copy full SHA for 46b0596
docs/checks/deprecated-classes.md
@@ -16,16 +16,16 @@ This check searches for the usage of deprecated classes. For instance:
16
```abap
17
DATA aunit TYPE REF TO cl_aunit_assert.
18
```
19
-### Which attributes can be maintained?
20
-
21
-
22
23
### How to solve the issue?
24
25
Reference non deprecated newer objects instead. For the above example, a corrected code would look like:
26
27
DATA aunit TYPE REF TO cl_abap_unit_assert.
28
+### Which attributes can be maintained?
+
+
29
30
### What to do in case of exception?
31
0 commit comments