Bug 145226 - iterate() incomplete and mis-documented
Summary: iterate() incomplete and mis-documented
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: gmt (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gmt-atl-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-04 05:48 EDT by Ed Willink CLA
Modified: 2017-04-11 15:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Willink CLA 2006-06-04 05:48:53 EDT
ATL 0.7 User manual p 24 shows "->iterate(iterator, ..."

This syntax fails to parse. ATL is more consistent with OCL requiring

"->iterate(iterator; ..."

but does not accept the full OCL syntax

->iterate(iterator : type; ...