Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 671 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIConverter.java |
2 | 1 | 132 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIHandler.java |
| |||||
/** * Returns a map from String attributes to their corresponding values representing information about various aspects of the URI's state. * The {@link #OPTION_REQUESTED_ATTRIBUTES requested attributes option} can be used to specify which properties to fetch; * without that option, all supported attributes will be fetched. * If the URI doesn't not support any particular attribute, an entry for that attribute will not be appear in the result. * @param uri the URI to consider. * @param options options to influence how the attributes are determined, or <code>null</code> if there are no options. * @return a map from String attributes to their corresponding values representing information about various aspects of the URI's state. */ Map<String, ? > getAttributes(URI uri, Map<? , ? > options); |
| |||||
/** * Returns a map from String attributes to their corresponding values representing information about various aspects of the URI's state. * The {@link URIConverter#OPTION_REQUESTED_ATTRIBUTES requested attributes option} can be used to specify which properties to fetch; * without that option, all supported attributes will be fetched. * If the URI doesn't not support any particular attribute, an entry for that attribute will not be appear in the result. * @param uri the URI to consider. * @param options options to influence how the attributes are determined, or <code>null</code> if there are no options. * @return a map from String attributes to their corresponding values representing information about various aspects of the URI's state. */ Map<String, ? > getAttributes(URI uri, Map<? , ? > options); |
| |||
/** * Returns a map from String attributes to their corresponding values representing information about various aspects of the URI's state. * The {@link #OPTION_REQUESTED_ATTRIBUTES requested attributes option} can be used to specify which properties to fetch; * without that option, all supported attributes will be fetched. * If the URI doesn't not support any particular attribute, an entry for that attribute will not be appear in the result. * @param uri the URI to consider. * @param options options to influence how the attributes are determined, or <code>null</code> if there are no options. * @return a map from String attributes to their corresponding values representing information about various aspects of the URI's state. */ /** * Returns a map from String attributes to their corresponding values representing information about various aspects of the URI's state. * The {@link URIConverter#OPTION_REQUESTED_ATTRIBUTES requested attributes option} can be used to specify which properties to fetch; * without that option, all supported attributes will be fetched. * If the URI doesn't not support any particular attribute, an entry for that attribute will not be appear in the result. * @param uri the URI to consider. * @param options options to influence how the attributes are determined, or <code>null</code> if there are no options. * @return a map from String attributes to their corresponding values representing information about various aspects of the URI's state. */ Map<String, ? > getAttributes(URI uri, Map<? , ? > options); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |