We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
com/smartdevicelink/rpc/enums/SdlDisconnectedReason
NullPointerException is thrown by the convertAppInterfaceUnregisteredReason method in the SdlDisconnectedReason unit test class.
NullPointerException
convertAppInterfaceUnregisteredReason
assertEquals(Test.MATCH, SdlDisconnectedReason.DEFAULT, SdlDisconnectedReason.convertAppInterfaceUnregisteredReason(null));
Solution : The method should check that the parameter is not null before using it in a switch statement.
The text was updated successfully, but these errors were encountered:
Both the master and dev branches should already have this resolved. The fix was implemented in #119
Sorry, something went wrong.
Thank you, yes this change isn't currently reflected in the unit_test branch.
No branches or pull requests
NullPointerException
is thrown by theconvertAppInterfaceUnregisteredReason
method in the SdlDisconnectedReason unit test class.Solution : The method should check that the parameter is not null before using it in a switch statement.
The text was updated successfully, but these errors were encountered: