Bug 400537 - Map including operation not property documented within eclipse
Summary: Map including operation not property documented within eclipse
Status: UNCONFIRMED
Alias: None
Product: MMT.ATL
Classification: Modeling
Component: Doc (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: mmt-atl.doc-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 04:41 EST by Carlos André CLA
Modified: 2013-02-12 04:41 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos André CLA 2013-02-12 04:41:28 EST
Hi,

When consulting the Map's including operation documentation inside eclipse I notice that the input parameters are placed incorrectly as follows:

---
including(val : OclAny, key : OclAny) : Map(Integer, JSON!Array)

Returns a copy of self in which the couple (key, val)
has been inserted if key is not already a key of self
---

Should be something like:
---
including(key : OclAny, val : OclAny)
...
---

Thanks,
Carlos