Bug 511515

Summary: Update documentation
Product: [Eclipse Project] Platform Reporter: Patrik Suzzi <psuzzi>
Component: UIAssignee: Michael Keppler <michael.keppler>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Lars.Vogel
Version: 4.7Keywords: bugday
Target Milestone: 4.9 M2   
Hardware: PC   
OS: Windows 10   
See Also: https://git.eclipse.org/r/124630
https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=5cc6deb2c59b6282f7ee2bb8ccea4918838f27d9
Whiteboard:

Description Patrik Suzzi CLA 2017-02-01 19:44:45 EST
Update the JavaDoc of org.eclipse.e4.ui.workbench.swt.internal.copy.SearchPattern and 
org.eclipse.ui.dialogs.SearchPattern. 
The documentation does not match with the implementation. 

/**
 * Creates new instance of SearchPattern Default allowedRules for it is
 * result of belong logic operation: ( RULE_EXACT_MATCH | RULE_PREFIX_MATCH |
 * RULE_PATTERN_MATCH | RULE_CAMELCASE_MATCH )
 *
 */
public SearchPattern() {
	this(RULE_EXACT_MATCH | RULE_PREFIX_MATCH | RULE_PATTERN_MATCH
			| RULE_CAMELCASE_MATCH | RULE_BLANK_MATCH);
}
Comment 1 Eclipse Genie CLA 2018-06-16 05:41:04 EDT
New Gerrit change created: https://git.eclipse.org/r/124630
Comment 2 Lars Vogel CLA 2018-06-25 06:05:39 EDT
Thanks, Michael.