Anonymous | Login | 2022-08-08 01:17 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0000601 | OMNeT++ | IDE / result analysis | public | 2012-09-25 11:03 | 2012-09-25 11:09 | ||||||||
Reporter | andras | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | 4.2.2 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000601: vector file indexing anomalies | ||||||||||||
Description | Vector files and their indexing have some issues: 1. If there's an error in the vec file (unrecognized line etc), it doesn't appear in the UI anywhere. There's no error marker or anything. 2. The Properties view (when selecting the vec file on the Inputs page) shows "Number of lines: 0" and "Unrecognized lines: 0" which also doesn't help. Maybe the correct numbers should be stored into the vci file during indexing, and taken from there for the GUI. 3. The index file doesn't contain empty vectors at all. I think it should -- then it's another decision whether empty vectors should appear on the UI or in computations or not... | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | |||||||||||||
![]() |
|
(0000768) andras (administrator) 2012-09-25 11:04 |
For (1): maybe the error messages should be stored in the vci file too? and the UI could take input from there when managing error markers on the vec file. |
(0000769) andras (administrator) 2012-09-25 11:07 |
There are some fprintf() statements in vectorfileindexer.cc that print warnings. Maybe they should be protected with some if(debug) or if(verbose) conditions, or stored somewhere. |
![]() |
|||
Date Modified | Username | Field | Change |
2012-09-25 11:03 | andras | New Issue | |
2012-09-25 11:04 | andras | Note Added: 0000768 | |
2012-09-25 11:07 | andras | Note Added: 0000769 | |
2012-09-25 11:09 | andras | Description Updated |
Copyright © 2000 - 2022 MantisBT Team |