Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.995 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 91 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/ManifestProvider.java |
2 | 4 | 101 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/ManifestProvider.java |
| ||||
for (int i = 0; i < packages.length; i++) { Attributes attributes = new Attributes(); attributes.put(Attributes.Name.SEALED, UNSEALED_VALUE); manifest.getEntries().put(getInManifestFormat(packages[i]), attributes); } |
| ||||
for (int i = 0; i < packages.length; i++) { Attributes attributes = new Attributes(); attributes.put(Attributes.Name.SEALED, SEALED_VALUE); manifest.getEntries().put(getInManifestFormat(packages[i]), attributes); } |
| |||
for (int i = 0; i < packages.length; i++) { Attributes attributes = new Attributes(); attributes.put(Attributes.Name.SEALED, [[#variable9821efa0]]); manifest.getEntries().put(getInManifestFormat(packages[i]), attributes); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9821efa0]] | UNSEALED_VALUE |
1 | 2 | [[#9821efa0]] | SEALED_VALUE |