/AWS1/CL_GUSCODELINE¶
The line of code where a finding was detected.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_number TYPE /AWS1/GUSINTEGER /AWS1/GUSINTEGER¶
The code line number.
iv_content TYPE /AWS1/GUSSTRING /AWS1/GUSSTRING¶
The code that contains a vulnerability.
Queryable Attributes¶
number¶
The code line number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBER() |
Getter for NUMBER, with configurable default |
ASK_NUMBER() |
Getter for NUMBER w/ exceptions if field has no value |
HAS_NUMBER() |
Determine if NUMBER has a value |
content¶
The code that contains a vulnerability.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CODESNIPPET¶
TYPES TT_CODESNIPPET TYPE STANDARD TABLE OF REF TO /AWS1/CL_GUSCODELINE WITH DEFAULT KEY
.