Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004618Clover Designer(No Category)public2010-07-23 13:232010-08-18 17:15
Reportertwaller 
Assigned Tomzatopek 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target Versionrel-3-0-0Fixed in Versionrel-3-0-0 
Summary0004618: Debug on edge (strange behavior): Non-mapped value is displayed on the edge after View data.
DescriptionWith 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;
}
TagsNo tags attached.
OTRS_Ticket_ID
Time estimate (manhours)
Time duration (manhours)
Completion status10
Attached Files? file icon debugIssue.grf [^] (6,941 bytes) 2010-07-23 13:24

- Relationships
related to 0004684closedmjanik Clover Engine nullValue attribute of metadata fields are ignored by DataFormatter 

-  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
Powered by Mantis Bugtracker