-
Notifications
You must be signed in to change notification settings - Fork 132
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
AttributeField's equals method throws NullPointerException #25
Comments
You are right. Root cause is the attrib value here. I will take care of it. Thanks. |
vladimirralev
added a commit
to vladimirralev/jsip
that referenced
this issue
Jun 20, 2017
vladimirralev
added a commit
to vladimirralev/jsip
that referenced
this issue
Jun 20, 2017
Merged
jaimecasero
pushed a commit
to RestComm/jain-sip
that referenced
this issue
Jun 23, 2017
jaimecasero
pushed a commit
to RestComm/jain-sip
that referenced
this issue
Jun 23, 2017
deruelle
pushed a commit
to mobius-software-ltd/corsac-sip
that referenced
this issue
Jan 19, 2024
deruelle
pushed a commit
to mobius-software-ltd/corsac-sip
that referenced
this issue
Jan 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gov.nist.javax.sdp.fields.AttributeField.equals(Object that) throws NullPointerException if attributes having no name even though both are same.
Eg: Comparing two a=sendrecv attributes causes NullPointerException.
Suggestion, if both the attributes doesn't have a name , then no need of comparing it
The text was updated successfully, but these errors were encountered: