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
Yes

0

NP: Possible null pointer dereference of r in org.jfree.chart.plot.XYPlot.getDataRange(ValueAxis)

NP_NULL_ON_SOME_PATH

No

5

Bx: org.jfree.chart.plot.XYPlot.getDataRange(ValueAxis) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead

DM_NUMBER_CTOR