Skip to content

Commit 6129bc0

Browse files
eclipse-mylyn-botruspl-afed
authored andcommitted
Perform clean code of mylyn.commons/org.eclipse.mylyn.commons.workbench
1 parent 2acf0ab commit 6129bc0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+145
-145
lines changed

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/AbstractFilteredTree.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
* Tasktop Technologies - initial API and implementation

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/AbstractWorkbenchNotificationPopup.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 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
* Tasktop Technologies - initial API and implementation
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* A popup window that uses the workbench shell image in the title.
21-
*
21+
*
2222
* @author Steffen Pingel
2323
*/
2424
public class AbstractWorkbenchNotificationPopup extends AbstractNotificationPopup {

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/AdaptiveRefreshPolicy.java

Lines changed: 2 additions & 2 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
* Tasktop Technologies - initial API and implementation

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/BusyAnimator.java

Lines changed: 7 additions & 7 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
* Tasktop Technologies - initial API and implementation
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* Provides a spinner animation for the tab title of an editor.
26-
*
26+
*
2727
* @author Shawn Minto
2828
* @author Steffen Pingel
2929
* @since 3.7
@@ -33,7 +33,7 @@ public class BusyAnimator {
3333
/**
3434
* A callback for modifying the title image of an editor. Clients that provide busy animations should implement this interface and
3535
* delegate to the respective methods in {@link WorkbenchPart}.
36-
*
36+
*
3737
* @author Shawn Minto
3838
* @see BusyAnimator
3939
* @since 3.7
@@ -42,7 +42,7 @@ public interface IBusyClient {
4242

4343
/**
4444
* Updates the title image of the editor to <code>image</code>.
45-
*
45+
*
4646
* @param image
4747
* the image
4848
*/
@@ -109,7 +109,7 @@ public BusyAnimator(IBusyClient client) {
109109

110110
/**
111111
* Starts the busy indication.
112-
*
112+
*
113113
* @see #stop()
114114
*/
115115
public void start() {
@@ -141,7 +141,7 @@ public void start() {
141141

142142
/**
143143
* Stops the animation.
144-
*
144+
*
145145
* @see #start()
146146
*/
147147
public void stop() {

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/CommonImageManger.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2011, 2024 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
* Tasktop Technologies - initial API and implementation

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/DecoratingPatternStyledCellLabelProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2000, 2011 IBM Corporation 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
* IBM Corporation - initial API and implementation

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/DelayedRefreshJob.java

Lines changed: 3 additions & 3 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
* Tasktop Technologies - initial API and implementation
@@ -25,7 +25,7 @@
2525

2626
/**
2727
* TODO use extensible deltas instead of Objects for refresh
28-
*
28+
*
2929
* @author Steffen Pingel
3030
* @author Mik Kersten
3131
* @since 3.7

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/EditorHandle.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2012, 2024 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
* Tasktop Technologies - initial API and implementation
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* Provides a hook for accessing the part when opening an element in an editor. This class should only be accessed from the SWT thread.
26-
*
26+
*
2727
* @author Steffen Pingel
2828
*/
2929
public class EditorHandle implements IAdaptable {
@@ -38,7 +38,7 @@ public class EditorHandle implements IAdaptable {
3838

3939
/**
4040
* Constructs a handle with a status.
41-
*
41+
*
4242
* @param status
4343
* specifies the result of opening the editor
4444
* @see #getStatus()
@@ -57,7 +57,7 @@ public <T> T getAdapter(Class<T> adapter) {
5757

5858
/**
5959
* Returns the item that was opened.
60-
*
60+
*
6161
* @return null, if no item is associated with the editor
6262
*/
6363
public Object getItem() {
@@ -66,7 +66,7 @@ public Object getItem() {
6666

6767
/**
6868
* Returns the editor part.
69-
*
69+
*
7070
* @return the editor or null if the editor is not open, yet, or does not a workbench part
7171
*/
7272
public IWorkbenchPart getPart() {
@@ -75,7 +75,7 @@ public IWorkbenchPart getPart() {
7575

7676
/**
7777
* Returns the result of opening the editor.
78-
*
78+
*
7979
* @return a severity of {@link IStatus#OK} indicates that the operation was successful.
8080
*/
8181
public IStatus getStatus() {
@@ -84,7 +84,7 @@ public IStatus getStatus() {
8484

8585
/**
8686
* Sets the item that was opened.
87-
*
87+
*
8888
* @see {@link #getItem()}
8989
*/
9090
public void setItem(Object item) {
@@ -93,7 +93,7 @@ public void setItem(Object item) {
9393

9494
/**
9595
* Sets the editor part that was opened.
96-
*
96+
*
9797
* @see {@link #getPart()}
9898
*/
9999
public void setPart(IWorkbenchPart part) {
@@ -102,7 +102,7 @@ public void setPart(IWorkbenchPart part) {
102102

103103
/**
104104
* Sets the result of the open operation.
105-
*
105+
*
106106
* @see {@link #getStatus()}
107107
*/
108108
public void setStatus(IStatus status) {

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/EnhancedFilteredTree.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2009, 2013 Hiroyuki Inaba 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
* Hiroyuki Inaba - initial API and implementation
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* A {@link FilteredTree} that uses the new look on Eclipse 3.5 and later.
35-
*
35+
*
3636
* @author Hiroyuki Inaba
3737
* @since 3.7
3838
* @deprecated use {@link FilteredTree} instead

mylyn.commons/org.eclipse.mylyn.commons.workbench/src/org/eclipse/mylyn/commons/workbench/GradientDrawer.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
* Tasktop Technologies - initial API and implementation

0 commit comments

Comments
 (0)