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
I find it alarming that:
com.google.code.linkedinapi.client.PeopleApiClient.getConnectionsById(String,
Set<ProfileField>, int, int)
Will attempt to modify the Set you pass in. I see this as potentially a
threadsafety issue and will fail if you pass an immutable Set like Guava's
ImmutableSet. This is a common scenario where you make the Set of fields a
static final.
The method should rebuild the a Hash Set only if its missing the CONNECT_FIELDS.
Original issue reported on code.google.com by adam.g...@snaphop.com on 23 Mar 2013 at 10:00
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
adam.g...@snaphop.com
on 23 Mar 2013 at 10:00The text was updated successfully, but these errors were encountered: