You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/preferences/ApiErrorsWarningsPreferencePage.java
Copy file name to clipboardExpand all lines: apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/preferences/PreferenceMessages.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,9 @@ public class PreferenceMessages extends NLS {
Copy file name to clipboardExpand all lines: apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/preferences/preferencemessages.properties
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,6 +139,9 @@ CONSTRUCTOR_CHANGED_VARARGS_TO_ARRAY=Converted variable argument type to array t
139
139
CONSTRUCTOR_CHANGED_DECREASE_ACCESS=The visibility has been reduced:
140
140
CONSTRUCTOR_REMOVED_TYPE_PARAMETER=A type parameter has been removed:
141
141
142
+
PREFERENCE_COLLAPSE_ALL= Collapse all preferences
143
+
PREFERENCE_EXPAND_ALL= Expand all preferences
144
+
142
145
TYPE_PARAMETER_ADDED_CLASS_BOUND=A class bound has been added:
143
146
TYPE_PARAMETER_ADDED_INTERFACE_BOUND=An interface bound has been added:
144
147
TYPE_PARAMETER_CHANGED_CLASS_BOUND=A class bound has been modified:
0 commit comments