Bug 305198

Summary: [Dialogs] org.eclipse.jface.dialogs.Dialog has "floating" javadoc
Product: [Eclipse Project] Platform Reporter: Remy Suen <remy.suen>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: NEW --- QA Contact:
Severity: minor    
Priority: P3    
Version: 3.6   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Remy Suen CLA 2010-03-09 12:22:45 EST
Please see line 176 and down.

/**
 * Constants that can be used for specifying the strategy for persisting
 * dialog bounds.  These constants represent bit masks that can be used
 * together.
 *
 *@since 3.2
 */

/**
 * Persist the last location of the dialog.
 * @since 3.2
 */
public static final int DIALOG_PERSISTLOCATION = 0x0001;
/**
 * Persist the last known size of the dialog.
 * @since 3.2
 */
public static final int DIALOG_PERSISTSIZE = 0x0002;
Comment 1 Eclipse Webmaster CLA 2019-09-06 16:11:29 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.