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

class Attributes: method add(Attributes other, boolean mergeOriginalAttributesSequence) throws NullPointerException #786

Closed
gunterze opened this issue Sep 9, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Sep 9, 2020

Attributes#add(Attributes other, boolean mergeOriginalAttributesSequence) throws NullPointerException if (0400,0550) Modified Attributes Sequence in the source or destination data set contains items items with missing or emtpy Type 1 attribute: (0400,0562) Attribute Modification DateTime

java.lang.NullPointerException
        at java.base/java.util.TreeMap.compare(TreeMap.java:1291)
        at java.base/java.util.TreeMap.put(TreeMap.java:536)
        at org.dcm4che.core@5.20.0//org.dcm4che3.data.Attributes.mergeOriginalAttributesSequence(Attributes.java:2196)
        at org.dcm4che.core@5.20.0//org.dcm4che3.data.Attributes.add(Attributes.java:2175)
        at org.dcm4che.core@5.20.0//org.dcm4che3.data.Attributes.addAll(Attributes.java:2008)
@gunterze gunterze added the bug label Sep 9, 2020
@gunterze gunterze added this to the 5.22.5 milestone Sep 9, 2020
@gunterze gunterze self-assigned this Sep 9, 2020
@gunterze gunterze changed the title class Attributes#add throws NullPointerException class Attributes: method add(Attributes other, boolean mergeOriginalAttributesSequence) throws NullPointerException Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant