itext
5091
Anomaly identified by the detector. Please review whether this anomaly corresponds to a misuse.
12
com/itextpdf/text/pdf/Type3Glyph.java
class Type3Glyph { Type3Glyph(PdfWriter writer, PageResources pageResources, float wx, float llx, float lly, float urx, float ury, boolean colorized) { super(writer); this.pageResources = pageResources; this.colorized = colorized; if (colorized) { content.append(wx).append(" 0 d0\n"); } else { content.append(wx).append(" 0 ").append(llx).append(' ').append(lly).append(' ').append(urx).append(' ').append(ury).append(" d1\n"); } } }
0.94
16.29
RETVAL: ByteBuffer.append (String) : ByteBuffer < ByteBuffer.append_i (int) : ByteBuffer @ (0)
31
RETVAL: ByteBuffer.append (float) : ByteBuffer < ByteBuffer.append (String) : ByteBuffer @ (0)
multiple append() problem