| Summary: | Functions whose names are aliased don't show local variables | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Justin Spadea <jspadea> |
| Component: | EDT | Assignee: | Justin Spadea <jspadea> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
Updated CommonUtilities.java to include the aliased function name in addition to the non-aliased name. Updated SMAPUtil.java to parse this new information in the SMAP. Updated SMAPFunctionInfo.java to store the unaliased name in addition to the other fields (e.g. Java signature). Updated EGLJavaFunctionVariable.java to use the unaliased name from SMAPFunctionInfo for its display name. Verified |
function class(z int) i int = 10; end Step into this function and the function name in the VV is "eze_class" instead of "class". It also has no locals.