HPInc / jipp

A Java-compatible implementation of IPP
MIT License
153 stars 42 forks source link

Addition of two attribute groups results in spectacular failure #88

Closed GladeDiviney closed 4 years ago

GladeDiviney commented 4 years ago

Two fully populated attribute groups may have some overlap, causing the + operator to result in exceptions. Instead, + should intelligently replace existing attributes with new values.