Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MappingState.getMaximumCommonSubGraphs() DivideAndConquerMatcher.getMaximumStates() to keep all the mappings with a size equal to max and max-1 This is a fix for the following case found in project JFreeChart-1.0.10 org.jfree.chart.plot.PiePlot3D.draw(Graphics2D,Rectangle2D,Point2D,PlotState,PlotRenderingInfo):void lines 255-265 org.jfree.chart.plot.PiePlot.drawPie(Graphics2D,Rectangle2D,PlotRenderingInfo):void lines 2320-2331 Before the fix statements were mapped as follows 21 double igy1 = plotArea.getY() + vGap; 13 double igy2 = plotArea.getMaxY() - vGap; 22 double igy2 = plotArea.getMaxY() - vGap; 12 double igy1 = plotArea.getY() + vGap; -Fix in ExtractCloneRefactoring to handle properly void return types -Fixed modifyExtractedFieldAssignmentsInSourceClass() to handle qualifiedNames in which the rightmost part is an extracted field. -Fixed the naming of the getter and setter methods created for the extracted fields, when an extracted method has the same name. Extracted constants for "set" and "get" literals.
- Loading branch information