Review

Misuse Details

Details about the known misuse from the MUBench dataset.

Potential Hits

Findings of the detector that identify an anomaly in the same file and method as the known misuse.

Hit Rank Desc Type
No

9

Bx: org.jfree.chart.plot.CategoryPlot.removeRangeMarker(int, Marker, Layer, boolean) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead

DM_NUMBER_CTOR