Open samalloing opened 5 months ago
Hi @carlwilson There is a casting error because in https://github.com/openpreserve/jhove/blob/3872bcec770491a5e947cb221a8a2cdb766dabfe/jhove-apps/src/main/java/edu/harvard/hul/ois/jhove/viewer/RepTreeRoot.java#L509 there is a Byte[] but the extraBytes in the Wave module module are byte[] (https://github.com/openpreserve/jhove/blob/3872bcec770491a5e947cb221a8a2cdb766dabfe/jhove-modules/wave-hul/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java#L201)
Sam
Hi @carlwilson There is a casting error because in https://github.com/openpreserve/jhove/blob/3872bcec770491a5e947cb221a8a2cdb766dabfe/jhove-apps/src/main/java/edu/harvard/hul/ois/jhove/viewer/RepTreeRoot.java#L509 there is a Byte[] but the extraBytes in the Wave module module are byte[] (https://github.com/openpreserve/jhove/blob/3872bcec770491a5e947cb221a8a2cdb766dabfe/jhove-modules/wave-hul/src/main/java/edu/harvard/hul/ois/jhove/module/wave/FormatChunk.java#L201)
Sam