CloneSet1447


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11671
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIConverter.java
21132
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIHandler.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
671
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIConverter.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);


First
Previous
Clone Instance
2
Line Count
1
Source Line
132
Source File
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 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);


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None