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
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
Given this example:
public abstract class A {
}
public class B extends A {
}
The warning "Method 'setUp' is not designed for extension" is shown. But if Foo() method in A is declared as final, then B could not override it.
The text was updated successfully, but these errors were encountered: