itext
5091
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
1
/mubench/mubench.pipeline/../checkouts/itext/5091/original-src/com/itextpdf/text/pdf/PdfReader.java
readArray()
class PdfReader { protected PdfArray readArray() throws IOException { PdfArray array = new PdfArray(); while (true) { PdfObject obj = readPRObject(); int type = obj.type(); if (-type == TokenType.END_ARRAY.ordinal()) break; if (-type == TokenType.END_DIC.ordinal()) tokens.throwError(MessageLocalization.getComposedMessage("unexpected.gt.gt")); array.add(obj); } return array; } }
0.7358691
((pattern support = 10 / 373)(pattern violations = 1 / 1)(violation support = 1 / 1)(overlap = 1 - (1 / 12))) / 4
10