Opened 16 years ago
Closed 16 years ago
#204 closed defect (fixed)
Allow array type variables to have initialization
| Reported by: | ywei | Owned by: | ywei |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1.0 |
| Component: | model | Version: | 1.0 |
| Keywords: | Cc: |
Description
In edu.udel.cis.vsl.tass.model.impl.variable.Variable.setInitializationExpression method, on line 175, the condition doesn't allow a non-scalar type variable (array/record type) to have initializations. It should be changed to allow array/record type variables to have initializations.
Change History (2)
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Changes made. Variables of all types are allowed to have initializations now.
Note:
See TracTickets
for help on using tickets.

I will modified the code to allow initializations to all kinds of variables.