Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.8.9, 1.8.10, 2.0.0
-
None
-
None
Description
While working on PDFBOX-3027 I found that once a property has been set the value can not be changed.
PDFAIdentificationSchema pdfaid = metadata.createAndAddPFAIdentificationSchema(); pdfaid.setConformance("A"); Assert.assertEquals("A", pdfaid.getConformance()); pdfaid.setConformance("B"); Assert.assertEquals("B", pdfaid.getConformance()); <- this fails with the value still being 'A'
Attachments
Issue Links
- is duplicated by
-
PDFBOX-3258 XMPBox XMPBasicSchema setters don't work if already set
- Closed