googleworkspace / android-samples

Android samples for Google Workspace APIs
Apache License 2.0
636 stars 410 forks source link

java possible heap pollution from parameterized vararg type #60

Closed MS893 closed 6 years ago

MS893 commented 7 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 ?

asrivas commented 6 years ago

We no longer use AsyncTask in this demo.