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
Suggest a micro change for default added interface methods and fields
If one adds a field to an interface or a default method this will not
result in any problem for the consumer or the provider of the interface.
Because of this these changes can be made in a micro package version
increment.
Copy file name to clipboardExpand all lines: apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/problems/problemmessages.properties
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
# Contributors:
12
12
# IBM Corporation - initial API and implementation
Copy file name to clipboardExpand all lines: apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/problems/IApiProblem.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,16 @@ public interface IApiProblem {
0 commit comments