CloneSet335


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000statement_sequence[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1967
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/base/InfoViewerDialog.java
2944
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/InfoViewTextPane.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
67
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/base/InfoViewerDialog.java

StyleSheet styles = new StyleSheet();
Font font = UIManager.getFont("Label.font");
String name = font.getName();
int size = font.getSize();
String css = "<style type=\"text/css\"><!--p {font-family:\"" + name + "\"; font-size:\"" + size + "pt\"}--></style>";
styles.addRule(css);
editorKit.setStyleSheet(styles);


First
Previous
Clone Instance
2
Line Count
9
Source Line
44
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/util/InfoViewTextPane.java

StyleSheet styles = new StyleSheet();
Font font = UIManager.getFont("Label.font");
String name = font.getName();
int size = font.getSize();
String css = "<style type=\"text/css\"><!--p {font-family:\"" + name + "\"; font-size:\"" + size + "pt\"}--></style>";
styles.addRule(css);
editorKit.setStyleSheet(styles);


Clone AbstractionParameter Count: 0Parameter Bindings

StyleSheet styles = new StyleSheet();
Font font = UIManager.getFont("Label.font");
String name = font.getName();
int size = font.getSize();
String css = "<style type=\"text/css\"><!--p {font-family:\"" + name + "\"; font-size:\"" + size + "pt\"}--></style>";
styles.addRule(css);
editorKit.setStyleSheet(styles);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None