Art
Vorgeschlagen von
Status
Prio
Tage
Aufgetreten in
Geplant für
RB
OPEN
open
4.3. Übersicht zu Corrections
Sache
Modification of the contents model for variables
<
sw-function-variables
>
.
Begründung
A distinction must be made for variables between the definition of a variable and the access to a variable.
Lösungsansatz 1
Variables that are defined by a function, are listed in
<
sw-function-export-variables
>
. If the variable is only used by the function itself in
<
sw-function-local-variables
>
. Variables that are used by the function, or are read or written yet not defined by the function, are listed in
<
sw-function-import-variables
>
.
A distinction is made with regard to the access to variables between reading (
<
sw-variables-read
>
), writing (
<
sw-variables-write
>
) and reading + writing (
<
sw-variables-readwrite
>
).