Skip to content

Commit c0b7ad6

Browse files
Set some unsetable variable (#41)
1 parent b40cff8 commit c0b7ad6

File tree

3,163 files changed

+32640
-18900
lines changed

Some content is hidden

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

3,163 files changed

+32640
-18900
lines changed

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/ATO_Segment_ProfileItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ public void notifyChanged(Notification notification) {
153153
case ATOPackage.ATO_SEGMENT_PROFILE__ID_OERTLICHKEIT:
154154
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
155155
return;
156-
}
157-
super.notifyChanged(notification);
156+
default:
157+
super.notifyChanged(notification);
158+
return;
159+
}
158160
}
159161

160162
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/ATO_Segment_Profile_Bezeichnung_AttributeGroupItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,10 @@ public void notifyChanged(Notification notification) {
152152
case ATOPackage.ATO_SEGMENT_PROFILE_BEZEICHNUNG_ATTRIBUTE_GROUP__NIDSP:
153153
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
154154
return;
155-
}
156-
super.notifyChanged(notification);
155+
default:
156+
super.notifyChanged(notification);
157+
return;
158+
}
157159
}
158160

159161
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/ATO_TS_InstanzItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ public void notifyChanged(Notification notification) {
145145
case ATOPackage.ATO_TS_INSTANZ__ID_UNTERBRINGUNG:
146146
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
147147
return;
148-
}
149-
super.notifyChanged(notification);
148+
default:
149+
super.notifyChanged(notification);
150+
return;
151+
}
150152
}
151153

152154
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/ATO_TS_Instanz_Adresse_AttributeGroupItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,10 @@ public void notifyChanged(Notification notification) {
154154
case ATOPackage.ATO_TS_INSTANZ_ADRESSE_ATTRIBUTE_GROUP__NIDCATOTS:
155155
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
156156
return;
157-
}
158-
super.notifyChanged(notification);
157+
default:
158+
super.notifyChanged(notification);
159+
return;
160+
}
159161
}
160162

161163
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/ATO_Timing_PointItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,10 @@ public void notifyChanged(Notification notification) {
147147
case ATOPackage.ATO_TIMING_POINT__ID_SIGNAL:
148148
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
149149
return;
150-
}
151-
super.notifyChanged(notification);
150+
default:
151+
super.notifyChanged(notification);
152+
return;
153+
}
152154
}
153155

154156
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/ATO_Timing_Point_Allg_AttributeGroupItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,10 @@ public void notifyChanged(Notification notification) {
156156
case ATOPackage.ATO_TIMING_POINT_ALLG_ATTRIBUTE_GROUP__NIDTP:
157157
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
158158
return;
159-
}
160-
super.notifyChanged(notification);
159+
default:
160+
super.notifyChanged(notification);
161+
return;
162+
}
161163
}
162164

163165
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/ATO_Timing_Point_Bezeichnung_AttributeGroupItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,10 @@ public void notifyChanged(Notification notification) {
152152
case ATOPackage.ATO_TIMING_POINT_BEZEICHNUNG_ATTRIBUTE_GROUP__BEZEICHNUNG_ATOTP:
153153
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
154154
return;
155-
}
156-
super.notifyChanged(notification);
155+
default:
156+
super.notifyChanged(notification);
157+
return;
158+
}
157159
}
158160

159161
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/Abstand_ATO_Halt_Vor_EoA_TypeClassItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@ public void notifyChanged(Notification notification) {
139139
case ATOPackage.ABSTAND_ATO_HALT_VOR_EO_ATYPE_CLASS__WERT:
140140
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
141141
return;
142-
}
143-
super.notifyChanged(notification);
142+
default:
143+
super.notifyChanged(notification);
144+
return;
145+
}
144146
}
145147

146148
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/Bezeichnung_ATO_TP_TypeClassItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,10 @@ public void notifyChanged(Notification notification) {
136136
case ATOPackage.BEZEICHNUNG_ATO_TP_TYPE_CLASS__WERT:
137137
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
138138
return;
139-
}
140-
super.notifyChanged(notification);
139+
default:
140+
super.notifyChanged(notification);
141+
return;
142+
}
141143
}
142144

143145
/**

java/org.eclipse.set.model.planpro.edit/src/org/eclipse/set/model/planpro/ATO/provider/Erreichungstoleranz_TypeClassItemProvider.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@ public void notifyChanged(Notification notification) {
139139
case ATOPackage.ERREICHUNGSTOLERANZ_TYPE_CLASS__WERT:
140140
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
141141
return;
142-
}
143-
super.notifyChanged(notification);
142+
default:
143+
super.notifyChanged(notification);
144+
return;
145+
}
144146
}
145147

146148
/**

0 commit comments

Comments
 (0)