| Summary: | date declared as nullable with ? cannot be compared with == null | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Tom B <tmbarans> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jeffdouglas, tmbarans |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Tom B
the dates are declared with the ? operator e.g. myDate date? fixed
I question some of the other tests in this testcase.
For example,
function runAssignmentFunction02(){@Test}
myDate date?;
LogResult.assertTrue("nullable initialization", ((myDate != "") == false ));
end
why would a null date be expected to be = and empty string?
verified for EGL Development Tools (EDT) 0.7.0.v201110232102 Closing this work item |