HPInc / jipp

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

Type coercion fails with MutableAttributeGroup #91

Closed GladeDiviney closed 4 years ago

GladeDiviney commented 4 years ago
  1. Receive an AttributeGroup containing a MediaCol attribute
  2. Convert that group into a MutableAttributeGroup
  3. Extract the attribute

Expected: yield values of type MediaCol

Observed: yield values of type UntypedCollection