| Detector: | GrouMiner |
| Target: | project ' jfreechart ' version1025 |
| Misuse: | misuse ' 1 ' |
| Tags: |
Details about the known misuse from the MUBench dataset.
| Description: | Iterates over two PathIterators from the same GeneralPath instead of one of the first path and one of the second. |
| Fix Description: | Get second iterator from the second path object instead of both from the same. (see diff) |
| Violation Types: |
|
| In File: | org/jfree/chart/util/ShapeUtilities.java |
| In Method: | equal(GeneralPath, GeneralPath) |
| Code with Misuse: |
|