ETSI's Bug Tracker - Ext Pack: Object-oriented features (ES 203 790)
View Issue Details
0007983Ext Pack: Object-oriented features (ES 203 790)[All Projects] Generalpublic23-09-2020 16:4828-12-2020 11:49
Jacob Wieland - Spirent 
Jens Grabowski 
normalmajorhave not tried
closedfixed 
V1.2.1 (published 2020-05) 
V1.3.1 (ongoing) 
0007983: tliObj*Enter/Leave events should also get the class scope name
So far, the tli events tliObjCreateEnter, tliObjCreateLeave, tliObjFinallyEnter, tliObjFinallyLeave, tliObjMethodEnter, tliObjMethodLeave only get the obj instance and the parameter lists/result values.

However, when a constructor, finalizer or method is called, this can be any one in the class hierarchy of the object, resulting in nested calls that so far can only be distinguished by their location information.

However, it would be interesting to find out what actual constructor/finalizer/method implementation is entered/left without consulting the source code.

Therefore, an additional class identifier should be added to these events, referencing the full type class name of the class that contains the entered/left method/constructor/finalizer.
No tags attached.
docx CR7983.docx (293,127) 07-10-2020 15:47
http://oldforge.etsi.org/mantis/file_download.php?file_id=3958&type=bug
Issue History
23-09-2020 16:48Jacob Wieland - SpirentNew Issue
06-10-2020 13:26Jens GrabowskiAssigned To => Jacob Wieland - Spirent
06-10-2020 13:26Jens GrabowskiStatusnew => assigned
07-10-2020 15:47Jacob Wieland - SpirentFile Added: CR7983.docx
07-10-2020 15:47Jacob Wieland - SpirentNote Added: 0015775
07-10-2020 15:47Jacob Wieland - SpirentAssigned ToJacob Wieland - Spirent => Tomas Urban
07-10-2020 15:47Jacob Wieland - SpirentStatusassigned => confirmed
08-10-2020 09:01Tomas UrbanNote Added: 0015777
08-10-2020 09:01Tomas UrbanStatusconfirmed => resolved
08-10-2020 09:01Tomas UrbanResolutionopen => fixed
08-10-2020 09:01Tomas UrbanAssigned ToTomas Urban => Jens Grabowski
17-12-2020 16:19Gyorgy RethyProduct Version => V1.2.1 (published 2020-05)
17-12-2020 16:19Gyorgy RethyTarget Version => V1.3.1 (ongoing)
28-12-2020 11:49Jens GrabowskiStatusresolved => closed

Notes
(0015775)
Jacob Wieland - Spirent   
07-10-2020 15:47   
please review
(0015777)
Tomas Urban   
08-10-2020 09:01   
The proposal resolves the CR and can be added to the next version of the specification.