Closed MS893 closed 6 years ago
On protected abstract Result doInBackgroundConnected(Params... params); we have a "java possible heap pollution from parameterized vararg type" and adding "@SafeVarargs" is not allowed as it's a non-final instance method.
How can I remove this warning ?
We no longer use AsyncTask in this demo.
On protected abstract Result doInBackgroundConnected(Params... params); we have a "java possible heap pollution from parameterized vararg type" and adding "@SafeVarargs" is not allowed as it's a non-final instance method.
How can I remove this warning ?