Ticket #112 (assigned defect)
Filtering on a method displays other calls
Reported by: | michelpons | Owned by: | michaelhalloran |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Viewer | Version: | Development |
Keywords: | Cc: | michaelhalloran |
Description
I am using the COLTT Viewer on the attached log file obtained with COLTT v2.0 as released. I want to display only the calls to get_Dimensionality to check on which parameter it is applied. I am surprised to see that the filtering leaves plenty of other log entries displayed as shown in the attached zipped screenshot.
Attachments
Change History
Changed 13 years ago by michelpons
- Attachment Filtering.zip added
Changed 13 years ago by michelpons
- Attachment proii_092311_144919.log added
Log file obtained with COLTT v2.0
comment:1 Changed 13 years ago by michaelhalloran
- Owner changed from Michael Halloran to michaelhalloran
- Status changed from new to assigned
The filters work by excluding anything that corresponds to the unchecked items in the filter list, that means in this case that only the lines referring to the unchecked methods are excluded; everything else is included. The effect can be seen by unchecking \"Show All\" in the Methods filter, what gets displayed are all the lines which are not related to method calls at all. All of these lines are COLTT system information so one way to fix this problem is to implement the enhancement that COLTT calls should be filtered out by default. I will also investigate how much change would be required to make the filter comparison inclusive of checked items as opposed to exclusive of unchecked items.
comment:2 Changed 10 years ago by michelpons
I have rechecked this issue with COLTT 2.2 and the attached log file obtained with the Cavett flowsheet in COFE. My purpose was to look into the calls made on COCO Simulation Context. If I leave checked all Components and all methods while I uncheck all Names except "COCO Simulation Context (Document Cavett)", I get nothing displayed. Seems odd to me. Is something wrong with the comparison made?
Changed 10 years ago by michelpons
- Attachment cofe_022315_104002.log added
Log file obtained with COLTT 2.2 on Cavett document in COFE
Zipped RTF file with Viewer screenshot