| Summary: | Path to the file is not shown in expression window - we only see c:\\\ | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Gadi Goldbarg <gadi> | ||||
| Component: | PDT | Assignee: | moshe <moshe> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | enhancement | ||||||
| Priority: | P2 | Keywords: | plan | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Gadi Goldbarg
Created attachment 54131 [details]
example
Replace the method in ExpressionsValueDeserializer(line 82):
private ExpressionValue buildSringType(VariableReader reader) {
String value = reader.readString();
String valueAsString = "(string:" + value.length() + ") " + value.replaceAll("\\\\", "\\\\\\\\");
return new ExpressionValue(ExpressionValue.STRING_TYPE, value, valueAsString, null);
}
Fixed (applied the patch). Thanks Moshe!! fixed *** Bug 169063 has been marked as a duplicate of this bug. *** |