CloneSet2411


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1734
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/HTMLEntity2JavaReader.java
2761
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTML2TextReader.java
Clone Instance
1
Line Count
7
Source Line
34
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/HTMLEntity2JavaReader.java

                fgEntityLookup.put("lt", "<"); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("gt", ">"); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("nbsp", " "); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("amp", "&"); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("circ", "^"); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("tilde", "~"); //$NON-NLS-2$ //$NON-NLS-1$
                fgEntityLookup.put("quot", "\""); //$NON-NLS-1$ //$NON-NLS-2$


Clone Instance
2
Line Count
7
Source Line
61
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/HTML2TextReader.java

                fgEntityLookup.put("lt", "<"); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("gt", ">"); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("nbsp", " "); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("amp", "&"); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("circ", "^"); //$NON-NLS-1$ //$NON-NLS-2$
                fgEntityLookup.put("tilde", "~"); //$NON-NLS-2$ //$NON-NLS-1$
                fgEntityLookup.put("quot", "\"");                //$NON-NLS-1$ //$NON-NLS-2$


Clone AbstractionParameter Count: 0Parameter Bindings

fgEntityLookup.put("lt", "<"); //$NON-NLS-1$ //$NON-NLS-2$
fgEntityLookup.put("gt", ">"); //$NON-NLS-1$ //$NON-NLS-2$
fgEntityLookup.put("nbsp", " "); //$NON-NLS-1$ //$NON-NLS-2$
fgEntityLookup.put("amp", "&"); //$NON-NLS-1$ //$NON-NLS-2$
fgEntityLookup.put("circ", "^"); //$NON-NLS-1$ //$NON-NLS-2$
fgEntityLookup.put("tilde", "~"); //$NON-NLS-2$ //$NON-NLS-1$
fgEntityLookup.put("quot", "\""); //$NON-NLS-1$ //$NON-NLS-2$
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None