Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 624 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java |
2 | 3 | 633 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java |
| |||||
/** * Return a copy of the properties table. * @return a hashtable containing all properties * (including user properties). */ public Hashtable getProperties() { PropertyHelper ph = PropertyHelper.getPropertyHelper(this ); return ph.getProperties(); } |
| |||||
/** * Return a copy of the user property hashtable. * @return a hashtable containing just the user properties. */ public Hashtable getUserProperties() { PropertyHelper ph = PropertyHelper.getPropertyHelper(this ); return ph.getUserProperties(); } |
| |||
/** * Return a copy of the user property hashtable. * @return a hashtable containing just the user properties. */ /** * Return a copy of the properties table. * @return a hashtable containing all properties * (including user properties). */ public Hashtable [[#variable130d59e0]]() { PropertyHelper ph = PropertyHelper.getPropertyHelper(this ); return ph. [[#variable130d59e0]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130d59e0]] | getProperties |
1 | 2 | [[#130d59e0]] | getUserProperties |