Skip to content

Commit fa6ed72

Browse files
eclipse-mylyn-botruspl-afed
authored andcommitted
Perform clean code of mylyn.reviews/org.eclipse.mylyn.reviews.edit
1 parent 73d8b1d commit fa6ed72

25 files changed

+347
-347
lines changed

mylyn.reviews/org.eclipse.mylyn.reviews.edit/src/org/eclipse/mylyn/reviews/edit/ReviewsEditPluginActivator.java

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

mylyn.reviews/org.eclipse.mylyn.reviews.edit/src/org/eclipse/mylyn/reviews/edit/provider/ApprovalTypeItemProvider.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* Copyright (c) 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
* Tasktop Technologies - initial API and implementation
@@ -33,14 +33,14 @@
3333
/**
3434
* This is the item provider adapter for a {@link org.eclipse.mylyn.reviews.core.model.IApprovalType} object. <!-- begin-user-doc --> <!--
3535
* end-user-doc -->
36-
*
36+
*
3737
* @generated
3838
*/
3939
public class ApprovalTypeItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,
4040
IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {
4141
/**
4242
* This constructs an instance from a factory and a notifier. <!-- begin-user-doc --> <!-- end-user-doc -->
43-
*
43+
*
4444
* @generated
4545
*/
4646
public ApprovalTypeItemProvider(AdapterFactory adapterFactory) {
@@ -49,7 +49,7 @@ public ApprovalTypeItemProvider(AdapterFactory adapterFactory) {
4949

5050
/**
5151
* This returns the property descriptors for the adapted class. <!-- begin-user-doc --> <!-- end-user-doc -->
52-
*
52+
*
5353
* @generated
5454
*/
5555
@Override
@@ -65,7 +65,7 @@ public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {
6565

6666
/**
6767
* This adds a property descriptor for the Key feature. <!-- begin-user-doc --> <!-- end-user-doc -->
68-
*
68+
*
6969
* @generated
7070
*/
7171
protected void addKeyPropertyDescriptor(Object object) {
@@ -80,7 +80,7 @@ protected void addKeyPropertyDescriptor(Object object) {
8080

8181
/**
8282
* This adds a property descriptor for the Name feature. <!-- begin-user-doc --> <!-- end-user-doc -->
83-
*
83+
*
8484
* @generated
8585
*/
8686
protected void addNamePropertyDescriptor(Object object) {
@@ -95,7 +95,7 @@ protected void addNamePropertyDescriptor(Object object) {
9595

9696
/**
9797
* This returns ApprovalType.gif. <!-- begin-user-doc --> <!-- end-user-doc -->
98-
*
98+
*
9999
* @generated
100100
*/
101101
@Override
@@ -105,7 +105,7 @@ public Object getImage(Object object) {
105105

106106
/**
107107
* This returns the label text for the adapted class. <!-- begin-user-doc --> <!-- end-user-doc -->
108-
*
108+
*
109109
* @generated NOT
110110
*/
111111
@Override
@@ -118,7 +118,7 @@ public String getText(Object object) {
118118
/**
119119
* This handles model notifications by calling {@link #updateChildren} to update any cached children and by creating a viewer
120120
* notification, which it passes to {@link #fireNotifyChanged}. <!-- begin-user-doc --> <!-- end-user-doc -->
121-
*
121+
*
122122
* @generated
123123
*/
124124
@Override
@@ -137,7 +137,7 @@ public void notifyChanged(Notification notification) {
137137
/**
138138
* This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children that can be created under this object. <!--
139139
* begin-user-doc --> <!-- end-user-doc -->
140-
*
140+
*
141141
* @generated
142142
*/
143143
@Override
@@ -147,7 +147,7 @@ protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors
147147

148148
/**
149149
* Return the resource locator for this item provider's resources. <!-- begin-user-doc --> <!-- end-user-doc -->
150-
*
150+
*
151151
* @generated
152152
*/
153153
@Override

mylyn.reviews/org.eclipse.mylyn.reviews.edit/src/org/eclipse/mylyn/reviews/edit/provider/ApprovalValueMapItemProvider.java

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

3434
/**
3535
* This is the item provider adapter for a {@link java.util.Map.Entry} object. <!-- begin-user-doc --> <!-- end-user-doc -->
36-
*
36+
*
3737
* @generated
3838
*/
3939
public class ApprovalValueMapItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,
4040
IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {
4141
/**
4242
* This constructs an instance from a factory and a notifier. <!-- begin-user-doc --> <!-- end-user-doc -->
43-
*
43+
*
4444
* @generated
4545
*/
4646
public ApprovalValueMapItemProvider(AdapterFactory adapterFactory) {
@@ -49,7 +49,7 @@ public ApprovalValueMapItemProvider(AdapterFactory adapterFactory) {
4949

5050
/**
5151
* This returns the property descriptors for the adapted class. <!-- begin-user-doc --> <!-- end-user-doc -->
52-
*
52+
*
5353
* @generated
5454
*/
5555
@Override
@@ -65,7 +65,7 @@ public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {
6565

6666
/**
6767
* This adds a property descriptor for the Key feature. <!-- begin-user-doc --> <!-- end-user-doc -->
68-
*
68+
*
6969
* @generated
7070
*/
7171
protected void addKeyPropertyDescriptor(Object object) {
@@ -79,7 +79,7 @@ protected void addKeyPropertyDescriptor(Object object) {
7979

8080
/**
8181
* This adds a property descriptor for the Value feature. <!-- begin-user-doc --> <!-- end-user-doc -->
82-
*
82+
*
8383
* @generated
8484
*/
8585
protected void addValuePropertyDescriptor(Object object) {
@@ -94,7 +94,7 @@ protected void addValuePropertyDescriptor(Object object) {
9494

9595
/**
9696
* This returns ApprovalValueMap.gif. <!-- begin-user-doc --> <!-- end-user-doc -->
97-
*
97+
*
9898
* @generated
9999
*/
100100
@Override
@@ -104,7 +104,7 @@ public Object getImage(Object object) {
104104

105105
/**
106106
* This returns the label text for the adapted class. <!-- begin-user-doc --> <!-- end-user-doc -->
107-
*
107+
*
108108
* @generated NOT
109109
*/
110110
@Override
@@ -116,7 +116,7 @@ public String getText(Object object) {
116116
/**
117117
* This handles model notifications by calling {@link #updateChildren} to update any cached children and by creating a viewer
118118
* notification, which it passes to {@link #fireNotifyChanged}. <!-- begin-user-doc --> <!-- end-user-doc -->
119-
*
119+
*
120120
* @generated
121121
*/
122122
@Override
@@ -134,7 +134,7 @@ public void notifyChanged(Notification notification) {
134134
/**
135135
* This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children that can be created under this object. <!--
136136
* begin-user-doc --> <!-- end-user-doc -->
137-
*
137+
*
138138
* @generated
139139
*/
140140
@Override
@@ -144,7 +144,7 @@ protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors
144144

145145
/**
146146
* Return the resource locator for this item provider's resources. <!-- begin-user-doc --> <!-- end-user-doc -->
147-
*
147+
*
148148
* @generated
149149
*/
150150
@Override

mylyn.reviews/org.eclipse.mylyn.reviews.edit/src/org/eclipse/mylyn/reviews/edit/provider/ChangeItemProvider.java

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* Copyright (c) 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
* Tasktop Technologies - initial API and implementation
@@ -35,14 +35,14 @@
3535
/**
3636
* This is the item provider adapter for a {@link org.eclipse.mylyn.reviews.core.model.IChange} object. <!-- begin-user-doc --> <!--
3737
* end-user-doc -->
38-
*
38+
*
3939
* @generated
4040
*/
4141
public class ChangeItemProvider extends ItemProviderAdapter implements IEditingDomainItemProvider,
4242
IStructuredItemContentProvider, ITreeItemContentProvider, IItemLabelProvider, IItemPropertySource {
4343
/**
4444
* This constructs an instance from a factory and a notifier. <!-- begin-user-doc --> <!-- end-user-doc -->
45-
*
45+
*
4646
* @generated
4747
*/
4848
public ChangeItemProvider(AdapterFactory adapterFactory) {
@@ -51,7 +51,7 @@ public ChangeItemProvider(AdapterFactory adapterFactory) {
5151

5252
/**
5353
* This returns the property descriptors for the adapted class. <!-- begin-user-doc --> <!-- end-user-doc -->
54-
*
54+
*
5555
* @generated
5656
*/
5757
@Override
@@ -72,7 +72,7 @@ public List<IItemPropertyDescriptor> getPropertyDescriptors(Object object) {
7272

7373
/**
7474
* This adds a property descriptor for the Creation Date feature. <!-- begin-user-doc --> <!-- end-user-doc -->
75-
*
75+
*
7676
* @generated
7777
*/
7878
protected void addCreationDatePropertyDescriptor(Object object) {
@@ -87,7 +87,7 @@ protected void addCreationDatePropertyDescriptor(Object object) {
8787

8888
/**
8989
* This adds a property descriptor for the Modification Date feature. <!-- begin-user-doc --> <!-- end-user-doc -->
90-
*
90+
*
9191
* @generated
9292
*/
9393
protected void addModificationDatePropertyDescriptor(Object object) {
@@ -102,7 +102,7 @@ protected void addModificationDatePropertyDescriptor(Object object) {
102102

103103
/**
104104
* This adds a property descriptor for the Id feature. <!-- begin-user-doc --> <!-- end-user-doc -->
105-
*
105+
*
106106
* @generated
107107
*/
108108
protected void addIdPropertyDescriptor(Object object) {
@@ -116,7 +116,7 @@ protected void addIdPropertyDescriptor(Object object) {
116116

117117
/**
118118
* This adds a property descriptor for the Key feature. <!-- begin-user-doc --> <!-- end-user-doc -->
119-
*
119+
*
120120
* @generated
121121
*/
122122
protected void addKeyPropertyDescriptor(Object object) {
@@ -130,7 +130,7 @@ protected void addKeyPropertyDescriptor(Object object) {
130130

131131
/**
132132
* This adds a property descriptor for the Subject feature. <!-- begin-user-doc --> <!-- end-user-doc -->
133-
*
133+
*
134134
* @generated
135135
*/
136136
protected void addSubjectPropertyDescriptor(Object object) {
@@ -145,7 +145,7 @@ protected void addSubjectPropertyDescriptor(Object object) {
145145

146146
/**
147147
* This adds a property descriptor for the Message feature. <!-- begin-user-doc --> <!-- end-user-doc -->
148-
*
148+
*
149149
* @generated
150150
*/
151151
protected void addMessagePropertyDescriptor(Object object) {
@@ -160,7 +160,7 @@ protected void addMessagePropertyDescriptor(Object object) {
160160

161161
/**
162162
* This adds a property descriptor for the Owner feature. <!-- begin-user-doc --> <!-- end-user-doc -->
163-
*
163+
*
164164
* @generated
165165
*/
166166
protected void addOwnerPropertyDescriptor(Object object) {
@@ -175,7 +175,7 @@ protected void addOwnerPropertyDescriptor(Object object) {
175175
* This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an
176176
* {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
177177
* {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}. <!-- begin-user-doc --> <!-- end-user-doc -->
178-
*
178+
*
179179
* @generated
180180
*/
181181
@Override
@@ -189,7 +189,7 @@ public Collection<? extends EStructuralFeature> getChildrenFeatures(Object objec
189189

190190
/**
191191
* <!-- begin-user-doc --> <!-- end-user-doc -->
192-
*
192+
*
193193
* @generated
194194
*/
195195
@Override
@@ -202,7 +202,7 @@ protected EStructuralFeature getChildFeature(Object object, Object child) {
202202

203203
/**
204204
* This returns Change.gif. <!-- begin-user-doc --> <!-- end-user-doc -->
205-
*
205+
*
206206
* @generated
207207
*/
208208
@Override
@@ -212,7 +212,7 @@ public Object getImage(Object object) {
212212

213213
/**
214214
* This returns the label text for the adapted class. <!-- begin-user-doc --> <!-- end-user-doc -->
215-
*
215+
*
216216
* @generated
217217
*/
218218
@Override
@@ -225,7 +225,7 @@ public String getText(Object object) {
225225
/**
226226
* This handles model notifications by calling {@link #updateChildren} to update any cached children and by creating a viewer
227227
* notification, which it passes to {@link #fireNotifyChanged}. <!-- begin-user-doc --> <!-- end-user-doc -->
228-
*
228+
*
229229
* @generated
230230
*/
231231
@Override
@@ -251,7 +251,7 @@ public void notifyChanged(Notification notification) {
251251
/**
252252
* This adds {@link org.eclipse.emf.edit.command.CommandParameter}s describing the children that can be created under this object. <!--
253253
* begin-user-doc --> <!-- end-user-doc -->
254-
*
254+
*
255255
* @generated
256256
*/
257257
@Override
@@ -263,7 +263,7 @@ protected void collectNewChildDescriptors(Collection<Object> newChildDescriptors
263263

264264
/**
265265
* Return the resource locator for this item provider's resources. <!-- begin-user-doc --> <!-- end-user-doc -->
266-
*
266+
*
267267
* @generated
268268
*/
269269
@Override

0 commit comments

Comments
 (0)