Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
Finding:
12
In File:
com/itextpdf/text/xml/xmp/XmpArray.java
In Method:
(String)
Code with Finding:
class XmpArray {
/**
* Creates an XmpArray.
* @param type the type of array: UNORDERED, ORDERED or ALTERNATIVE.
*/
public XmpArray(String type) {
this.type = type;
}
}