| Anonymous | Login | Signup for a new account | 2010-09-09 22:51 CEST | ![]() |
| Main | 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 | |
| 0004618 | Clover Designer | (No Category) | public | 2010-07-23 13:23 | 2010-08-18 17:15 | |
| Reporter | twaller | |||||
| Assigned To | mzatopek | |||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |
| Status | closed | Resolution | no change required | |||
| Platform | OS | OS Version | ||||
| Product Version | ||||||
| Target Version | rel-3-0-0 | Fixed in Version | rel-3-0-0 | |||
| Summary | 0004618: Debug on edge (strange behavior): Non-mapped value is displayed on the edge after View data. | |||||
| Description | With the following code in Reformat, after selecting View data on output edge with debug mode, $0.field1 displays "abc". //#CTL2 // Transforms input record into output record. function integer transform() { string myString; boolean myEmpty; boolean myNull; myString = iif(randomBoolean(),myString + "abc", "abc"); myEmpty = (myString == ""); myNull = (myString == null); $0.field2 = myEmpty; $0.field3 = myNull; return 0; } | |||||
| Tags | No tags attached. | |||||
| OTRS_Ticket_ID | ||||||
| Time estimate (manhours) | ||||||
| Time duration (manhours) | ||||||
| Completion status | 10 | |||||
| Attached Files | ||||||
Relationships |
|||||||
|
|||||||
Notes |
|
|
(0008683) mzatopek (developer) 2010-07-28 17:46 |
That does not have anything to do with CTL2. The first output metadata field has nullValue="abc" and that is reason why the "abc" string shows in debug view. Issue is that the nullValue is not stored also into output file. |
|
(0008684) mzatopek (developer) 2010-07-28 17:54 |
Real issue is tracked in 0004684. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-07-23 13:23 | twaller | New Issue | |
| 2010-07-23 13:23 | twaller | Description Updated | View Revisions |
| 2010-07-23 13:24 | twaller | File Added: debugIssue.grf | |
| 2010-07-28 17:46 | mzatopek | Note Added: 0008683 | |
| 2010-07-28 17:53 | mzatopek | Relationship added | related to 0004684 |
| 2010-07-28 17:53 | mzatopek | Status | new => assigned |
| 2010-07-28 17:53 | mzatopek | Assigned To | => mzatopek |
| 2010-07-28 17:54 | mzatopek | Note Added: 0008684 | |
| 2010-07-28 17:54 | mzatopek | Status | assigned => resolved |
| 2010-07-28 17:54 | mzatopek | Fixed in Version | => rel-3-0-0 |
| 2010-07-28 17:54 | mzatopek | Resolution | open => no change required |
| 2010-08-18 17:15 | twaller | Status | resolved => closed |
| Copyright © 2000 - 2010 MantisBT Group |