Community
Participate
Working Groups
org.eclipse.cdt.launch.ui.CMainTab has the following members: protected Label fCoreLabel; protected Text fCoreText; protected Button fCoreButton; These members hide the similar protected members of CAbstractMainTab. They are not initialized, fCoreLabel and fCoreButton are not used at all. But fCoreText is used to validate and save the content of the postmortem file fields. Because it's always null, no validation is done and no core file information is saved. This doesn't affect the DSF implementation because it has it's own CMainTab.
Fixed in HEAD.
*** cdt cvs genie on behalf of mkhodjai *** Bug 322671 - CMainTab duplicates CAbstractMainTab members [*] CMainTab.java 1.86 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ui/CMainTab.java?root=Tools_Project&r1=1.85&r2=1.86
Fixed in 7.0.x branch.
*** cdt cvs genie on behalf of mkhodjai *** Bug 322671 - CMainTab duplicates CAbstractMainTab members [*] CMainTab.java 1.85.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/ui/CMainTab.java?root=Tools_Project&r1=1.85&r2=1.85.2.1