Skip to content

Commit cf4f5af

Browse files
eclipse-mylyn-botruspl-afed
authored andcommitted
Perform clean code of mylyn.tasks/org.eclipse.mylyn.tasks.search
1 parent 8c4c760 commit cf4f5af

14 files changed

+41
-41
lines changed

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/TaskSearchPage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2016 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/actions/OpenTaskSearchAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/CreateQueryFromSearchAction.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2011 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -35,7 +35,7 @@
3535

3636
/**
3737
* Used for add the last search result to the Task List.
38-
*
38+
*
3939
* @author Balazs Brinkus (bug 172699)
4040
* @author Mik Kersten
4141
*/
@@ -46,7 +46,7 @@ public class CreateQueryFromSearchAction extends Action {
4646

4747
/**
4848
* Constructor
49-
*
49+
*
5050
* @param text
5151
* The text for this action
5252
* @param resultView

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/DefaultSearchProvider.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Flavio Donze and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* This search provider uses the default platform search functionality.
27-
*
27+
*
2828
* @author Flavio Donze
2929
*/
3030
public class DefaultSearchProvider extends AbstractSearchProvider {

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/Messages.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2015 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/OpenSearchResultAction.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -31,7 +31,7 @@ public class OpenSearchResultAction extends Action {
3131

3232
/**
3333
* Constructor
34-
*
34+
*
3535
* @param text
3636
* The text for this action
3737
* @param resultView

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/RepositorySearchResult.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* Captures the results of a task repository search.
27-
*
27+
*
2828
* @author Rob Elves
2929
* @see org.eclipse.search.ui.text.AbstractTextSearchResult
3030
* @since 2.0
@@ -38,7 +38,7 @@ public class RepositorySearchResult extends AbstractTextSearchResult {
3838

3939
/**
4040
* Constructor for <code>RepositorySearchResult</code> class.
41-
*
41+
*
4242
* @param query
4343
* <code>AbstractRepositorySearchQuery</code> that is producing this result.
4444
*/
@@ -54,7 +54,7 @@ public IEditorMatchAdapter getEditorMatchAdapter() {
5454
/**
5555
* This function always returns <code>null</code>, as the matches for this implementation of <code>AbstractTextSearchResult</code> never
5656
* contain files.
57-
*
57+
*
5858
* @see org.eclipse.search.ui.text.AbstractTextSearchResult#getFileMatchAdapter()
5959
*/
6060
@Override
@@ -69,7 +69,7 @@ public String getLabel() {
6969

7070
/**
7171
* Get the singular label for the number of results
72-
*
72+
*
7373
* @return The singular label
7474
*/
7575
protected String getSingularLabel() {
@@ -78,7 +78,7 @@ protected String getSingularLabel() {
7878

7979
/**
8080
* Get the plural label for the number of results
81-
*
81+
*
8282
* @return The plural label
8383
*/
8484
protected String getPluralLabel() {

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchHitCollector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2015 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultContentProvider.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2013 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:
@@ -43,7 +43,7 @@ public void inputChanged(Viewer viewer, Object oldInput, Object newInput) {
4343

4444
/**
4545
* Initializes the content provider with the given search result.
46-
*
46+
*
4747
* @param result
4848
* The search result to use with this content provider
4949
*/
@@ -53,7 +53,7 @@ protected void initialize(RepositorySearchResult result) {
5353

5454
/**
5555
* This method is called whenever the set of matches for the given elements changes.
56-
*
56+
*
5757
* @param updatedElements
5858
* The array of objects that has to be refreshed
5959
* @see

mylyn.tasks/org.eclipse.mylyn.tasks.search/src/org/eclipse/mylyn/internal/tasks/ui/search/SearchResultSortAction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2004, 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Contributors:

0 commit comments

Comments
 (0)