Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2016-07-12 18:47:27 +0000
committerLars Vogel2016-07-12 18:47:27 +0000
commit20b4b0ef7905efca4c88f2b558085ffdd3a1889a (patch)
tree1a5ad926f7ad979bf64c4c43a99b4a5bc27d2555 /org.eclipse.search/new search/org
parent34c52167cc14bbe842fb9fa24b010a7da19632ce (diff)
downloadeclipse.platform.text-20b4b0ef7905efca4c88f2b558085ffdd3a1889a.tar.gz
eclipse.platform.text-20b4b0ef7905efca4c88f2b558085ffdd3a1889a.tar.xz
eclipse.platform.text-20b4b0ef7905efca4c88f2b558085ffdd3a1889a.zip
Bug 497776 - Remove trailing whitespace from org.eclipse.search
Change-Id: Id918adb62f91392ce80c12f133061c5895e785ae Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.search/new search/org')
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/core/text/TextSearchEngine.java2
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/ui/ISearchPageContainer.java4
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/ui/ISearchQuery.java2
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/ui/NewSearchUI.java2
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/ui/text/AbstractTextSearchViewPage.java4
-rw-r--r--org.eclipse.search/new search/org/eclipse/search/ui/text/TextSearchQueryProvider.java8
-rw-r--r--org.eclipse.search/new search/org/eclipse/search2/internal/ui/MatchFilterSelectionDialog.java2
7 files changed, 12 insertions, 12 deletions
diff --git a/org.eclipse.search/new search/org/eclipse/search/core/text/TextSearchEngine.java b/org.eclipse.search/new search/org/eclipse/search/core/text/TextSearchEngine.java
index 5faab706dd0..cd09b056db7 100644
--- a/org.eclipse.search/new search/org/eclipse/search/core/text/TextSearchEngine.java
+++ b/org.eclipse.search/new search/org/eclipse/search/core/text/TextSearchEngine.java
@@ -91,7 +91,7 @@ public abstract class TextSearchEngine {
/**
* Creates a pattern for the given search string and the given options.
- *
+ *
* @param pattern the search pattern. If <code>isRegex</code> is:
* <ul>
* <li><code>false</code>: a string including '*' and '?' wildcards and '\' for
diff --git a/org.eclipse.search/new search/org/eclipse/search/ui/ISearchPageContainer.java b/org.eclipse.search/new search/org/eclipse/search/ui/ISearchPageContainer.java
index 61dd8932d23..8f4b53909b0 100644
--- a/org.eclipse.search/new search/org/eclipse/search/ui/ISearchPageContainer.java
+++ b/org.eclipse.search/new search/org/eclipse/search/ui/ISearchPageContainer.java
@@ -110,7 +110,7 @@ public interface ISearchPageContainer {
/**
* Tells this container whether the active editor can provide the selection for the scope and
* hence the {@link #SELECTION_SCOPE} can be enabled if the active part is an editor.
- *
+ *
* @param state <code>true</code> if the active editor can provide the selection,
* <code>false</code> otherwise
* @since 3.7
@@ -119,7 +119,7 @@ public interface ISearchPageContainer {
/**
* Returns the editor input of the active editor.
- *
+ *
* @return the editor input or <code>null</code> if the active part is not an editor
* @since 3.7
*/
diff --git a/org.eclipse.search/new search/org/eclipse/search/ui/ISearchQuery.java b/org.eclipse.search/new search/org/eclipse/search/ui/ISearchQuery.java
index 7470c9f2810..82b64fba345 100644
--- a/org.eclipse.search/new search/org/eclipse/search/ui/ISearchQuery.java
+++ b/org.eclipse.search/new search/org/eclipse/search/ui/ISearchQuery.java
@@ -23,7 +23,7 @@ import org.eclipse.core.runtime.OperationCanceledException;
* <p>
* Clients may implement this interface.
* </p>
- *
+ *
* @since 3.0
*/
public interface ISearchQuery {
diff --git a/org.eclipse.search/new search/org/eclipse/search/ui/NewSearchUI.java b/org.eclipse.search/new search/org/eclipse/search/ui/NewSearchUI.java
index 01232f82a97..1636da33641 100644
--- a/org.eclipse.search/new search/org/eclipse/search/ui/NewSearchUI.java
+++ b/org.eclipse.search/new search/org/eclipse/search/ui/NewSearchUI.java
@@ -254,7 +254,7 @@ public class NewSearchUI {
/**
* Removes the given search query.
- *
+ *
* @param query the query to be removed
* @since 3.5
*/
diff --git a/org.eclipse.search/new search/org/eclipse/search/ui/text/AbstractTextSearchViewPage.java b/org.eclipse.search/new search/org/eclipse/search/ui/text/AbstractTextSearchViewPage.java
index ebc224fc568..cbcfd328bd5 100644
--- a/org.eclipse.search/new search/org/eclipse/search/ui/text/AbstractTextSearchViewPage.java
+++ b/org.eclipse.search/new search/org/eclipse/search/ui/text/AbstractTextSearchViewPage.java
@@ -434,7 +434,7 @@ public abstract class AbstractTextSearchViewPage extends Page implements ISearch
* front; otherwise, a new editor is opened. If <code>activate == true</code> the editor will be
* activated.
* <p>
- *
+ *
* @param page the workbench page in which the editor will be opened
* @param file the file to open
* @param offset the offset to select in the editor
@@ -456,7 +456,7 @@ public abstract class AbstractTextSearchViewPage extends Page implements ISearch
* front; otherwise, a new editor is opened. If <code>activate == true</code> the editor will be
* activated.
* <p>
- *
+ *
* @param page the workbench page in which the editor will be opened
* @param file the file to open
* @param activate if <code>true</code> the editor will be activated
diff --git a/org.eclipse.search/new search/org/eclipse/search/ui/text/TextSearchQueryProvider.java b/org.eclipse.search/new search/org/eclipse/search/ui/text/TextSearchQueryProvider.java
index 7cc4be52f12..92cabf1d595 100644
--- a/org.eclipse.search/new search/org/eclipse/search/ui/text/TextSearchQueryProvider.java
+++ b/org.eclipse.search/new search/org/eclipse/search/ui/text/TextSearchQueryProvider.java
@@ -63,9 +63,9 @@ public abstract class TextSearchQueryProvider {
/**
* Returns whether to require a word boundary at the beginning and end of the pattern,
* excluding matches that only match part of a word.
- *
+ *
* This implementation returns <code>false</code>, subclasses can override.
- *
+ *
* @return <code>true</code> if the pattern should match only whole words. <code>true</code>
* is not allowed if {@link #isRegExSearch()} returns <code>true</code>. In this
* case, clients can either ignore this option or throw an
@@ -78,9 +78,9 @@ public abstract class TextSearchQueryProvider {
/**
* Returns whether binary files are searched.
- *
+ *
* This implementation returns <code>false</code>, subclasses can override.
- *
+ *
* @return <code>true</code> if binary files are searched
* @since 3.11
*/
diff --git a/org.eclipse.search/new search/org/eclipse/search2/internal/ui/MatchFilterSelectionDialog.java b/org.eclipse.search/new search/org/eclipse/search2/internal/ui/MatchFilterSelectionDialog.java
index 519c1439f87..8ee3db7c335 100644
--- a/org.eclipse.search/new search/org/eclipse/search2/internal/ui/MatchFilterSelectionDialog.java
+++ b/org.eclipse.search/new search/org/eclipse/search2/internal/ui/MatchFilterSelectionDialog.java
@@ -69,7 +69,7 @@ public class MatchFilterSelectionDialog extends StatusDialog {
/**
* Creates a {@link MatchFilterSelectionDialog}.
- *
+ *
* @param shell the parent shell
* @param enableMatchFilterConfiguration <code>true</code> if match filter configuration should
* be enabled

Back to the top