Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 346254

Summary: View data tables, forms, program parameters in the variables view
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Justin Spadea <jspadea>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Justin Spadea CLA 2011-05-18 10:03:00 EDT
The SMAP already contains this information for use, but it might not be
complete.
Comment 1 Justin Spadea CLA 2011-07-13 11:18:45 EDT
Turns out none of these types are supported in EDT JavaGen. Some updates were made for them in CommonUtilities.java in case we do support them, and the SMAP parsing will handle them if/when that time comes. For forms and tables, there might be a change needed to the SMAP information generated in CommonUtilities, depending on any naming conventions are used in the generated code for such variables (e.g. Libraries all have an "eze_Lib_" prefix).
Comment 2 Justin Spadea CLA 2011-07-19 16:49:15 EDT
Changed the resolved state to fixed - the debug framework *does* support these types now, but the current Java generator implementation does not so there's no way to test it works. If any change is needed, it will be in the SMAP generator which is part of the Java generator, and not part of the debugger. The debugger merely uses the information in the SMAP.
Comment 3 Justin Spadea CLA 2011-09-07 16:27:42 EDT
Verified