Bug 511515 - Update documentation
Summary: Update documentation
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.7   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: 4.9 M2   Edit
Assignee: Michael Keppler CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks:
 
Reported: 2017-02-01 19:44 EST by Patrik Suzzi CLA
Modified: 2018-06-25 06:05 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.