Ticket #92 (closed enhancement: fixed)

Opened 13 years ago

Last modified 12 years ago

Format of PortCollection Item method log

Reported by: michelpons Owned by: michaelhalloran
Priority: major Milestone: 2.2
Component: Viewer Version: Development
Keywords: Item Collection Port Cc:

Description

When a call to the Item method on a Parameter Collection occurs the Viewer displays:
Parameter Collection <C01> : Call to Item

Parameter Collection Item takes input argument:
1
Item returns :
1 : 0x129247d8

While for an Item method call on a Port Collection, the Viewer displays:

Port Collection <C01> : Call to Item

Item returns :
FEED 1 : Ox12922440

So the input argument is missing in the Port Collection display. This has some importance when the Item method call fails. One does not know for the Port Collection which item has been called.

Attachments

proii_090711_101717.zip (13.2 KB) - added by michelpons 13 years ago.
Zipped log file obtained with COLTT 1.08.5 July 17, 2011 build

Change History

Changed 13 years ago by michelpons

Zipped log file obtained with COLTT 1.08.5 July 17, 2011 build

comment:1 Changed 13 years ago by michelpons

  • Milestone set to 2.02

comment:2 Changed 12 years ago by michaelhalloran

  • Status changed from new to closed
  • Resolution set to fixed

Fixed by the fix to #107. PortCollection and ParameterCollection are now consistent with the argument to item being reported.

Note: See TracTickets for help on using tickets.