| Summary: | Java Generation is setting library integer variables to null | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Joseph Vincens <jvincens> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jvincens, mheitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 354755 | ||
You can fix the SNOT_RUN problem with a Kleenex. Ha! fixed, sync with CVS to pick up the changes verified Closing this defect. |
==== EGL code ======= library ConstantLibrary {} const NEWLINE string = "\r\n"; const EXIT_PREFIX string = "STATUS: "; const SPASSED int = 0; const SFAILED int = 1; const SERROR int = 2; const SNOT_RUN int = 3; end Get this error Type mismatch: cannot convert from null to int On this java line private static final int ezeConst_SPASSED = null;