Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.976 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 599 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
2 | 5 | 609 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
3 | 5 | 619 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/ProfileManager.java |
| ||||
/** * @return Returns the settings for the default profile. */ public static Map getEclipse21Settings() { final Map options = DefaultCodeFormatterConstants.getEclipse21Settings(); ProfileVersioner.setLatestCompliance(options); return options; } |
| ||||
/** * @return Returns the settings for the new eclipse profile. */ public static Map getEclipseSettings() { final Map options = DefaultCodeFormatterConstants.getEclipseDefaultSettings(); ProfileVersioner.setLatestCompliance(options); return options; } |
| ||||
/** * @return Returns the settings for the Java Conventions profile. */ public static Map getJavaSettings() { final Map options = DefaultCodeFormatterConstants.getJavaConventionsSettings(); ProfileVersioner.setLatestCompliance(options); return options; } |
| |||
/** * @return Returns the settings for the default profile. */ /** * @return Returns the settings for the new eclipse profile. */ /** * @return Returns the settings for the Java Conventions profile. */ public static Map [[#variable94a76c00]]() { final Map options = DefaultCodeFormatterConstants. [[#variable94a77200]](); ProfileVersioner.setLatestCompliance(options); return options; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#94a76c00]] | getEclipse21Settings |
1 | 2 | [[#94a76c00]] | getEclipseSettings |
1 | 3 | [[#94a76c00]] | getJavaSettings |
2 | 1 | [[#94a77200]] | getEclipse21Settings |
2 | 2 | [[#94a77200]] | getEclipseDefaultSettings |
2 | 3 | [[#94a77200]] | getJavaConventionsSettings |