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

AttributeField's equals method throws NullPointerException #25

Open
dinoopp opened this issue Jun 19, 2017 · 1 comment
Open

AttributeField's equals method throws NullPointerException #25

dinoopp opened this issue Jun 19, 2017 · 1 comment

Comments

@dinoopp
Copy link

dinoopp commented Jun 19, 2017

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

@vladimirralev
Copy link
Collaborator

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
@vladimirralev vladimirralev mentioned this issue Jun 22, 2017
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants