Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BDC-70000 Fix null pointer exception #165

Merged
merged 1 commit into from
Aug 11, 2021

Conversation

tle-bdc
Copy link
Contributor

@tle-bdc tle-bdc commented Jul 21, 2021

BillDotCom got a null pointer exception thrown from QBO SDK. It appears that the fault.getType() return Null and access equalsIgnoreCase throw Null Pointer Exception.

Caused by: java.lang.NullPointerException: null
	at com.intuit.ipp.interceptors.HandleResponseInterceptor.execute(HandleResponseInterceptor.java:107)
	at com.intuit.ipp.interceptors.IntuitInterceptorProvider.executeResponseInterceptors(IntuitInterceptorProvider.java:114)
	at com.intuit.ipp.interceptors.IntuitInterceptorProvider.executeInterceptors(IntuitInterceptorProvider.java:87)
	at com.intuit.ipp.services.DataService.executeInterceptors(DataService.java:159)
	at com.intuit.ipp.services.DataService.executeCDCQuery(DataService.java:672)

@fjolin-intuit
Copy link
Collaborator

Thanks @tle-bdc . I'll be having a look at this in the coming couple of weeks.

@fjolin-intuit fjolin-intuit merged commit f61d04d into intuit:develop Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants