CloneSet4432


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16134
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java
2680
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/PropertiesFileCorrectionProcessor.java
Clone Instance
1
Line Count
6
Source Line
134
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java

        private static boolean hasCorrections(IMarker marker) {
                if (marker == null || !marker.exists())
                        return false;

                IMarkerHelpRegistry registry = IDE.getMarkerHelpRegistry();
                return registry != null && registry.hasResolutions(marker);
        }


Clone Instance
2
Line Count
6
Source Line
80
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/PropertiesFileCorrectionProcessor.java

        private static boolean hasCorrections(IMarker marker) {
                if (marker == null || !marker.exists())
                        return false;

                IMarkerHelpRegistry registry = IDE.getMarkerHelpRegistry();
                return registry != null && registry.hasResolutions(marker);
        }


Clone AbstractionParameter Count: 0Parameter Bindings

private static boolean hasCorrections(IMarker marker) {
  if (marker == null || !marker.exists())
    return false;
  IMarkerHelpRegistry registry = IDE.getMarkerHelpRegistry();
  return registry != null && registry.hasResolutions(marker);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None