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
So trying to use the line number from a stack trace in Eclipse doesn't work as the source jar file isn't the same as the source used to compile. The
public class ApiClient {
line for 1.3 is line 59 in the repo, but 47 in the source jar.