-
Key: FUML13-49
-
Status: closed
-
Source: Commissariat a l Energie Atomique-CEA ( Dr. Jeremie Tatibouet)
-
Summary:
Resolution of issue FUML 13-25 forgets to mention to remove a small piece of code.
At the very end of the proposal, when the change required to be applied to ReadIsClassifierObjectActionActivation was explained, it was proposed to:
replace the statement int i = 1; and the while loop immediately after that statement with:
This was not sufficient since the newly proposed if statement implied that it was not required to iterate over the list of types of the input. Hence the above-mentioned change must be replaced with:
replace statements ClassifierList types = input.getTypes() , int i = 1 as well as the while loop immediately after that statements with:”
-
Reported: FUML 1.2 — Thu, 26 Jan 2017 08:25 GMT
-
Disposition: Resolved — FUML 1.3
-
Disposition Summary:
Remove unnecessary statement
Event though leaving the statement ClassifierList types = input.getTypes(); causes no functional effect, it is, as the issue notes, no longer necessary. Therefore, it is confusing to leave in and should be removed.
-
Updated: Thu, 22 Jun 2017 16:38 GMT
FUML13 — Correction to the resolution to issue FUML13-25
- Key: FUML13-49
- OMG Task Force: fUML 1.3 RTF