CloneSet1646


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
11409
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIConverter.java
2189
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
409
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIConverter.java

/**
 * Creates an output stream for the URI and returns it.
 * <p>
 * It {@link #normalize normalizes} the URI and uses that as the basis for further processing.
 * Special requirements, such as an Eclipse file refresh, 
 * are handled by the {@link org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl default implementation}.
 * </p>
 * @param uri the URI for which to create the output stream.
 * @param options a map of options to influence the kind of stream that is returned; unrecognized options are ignored and <code>null</code> is permitted.
 * @return an open output stream.
 * @exception IOException if there is a problem obtaining an open output stream.
 * @since 2.4
 */
OutputStream createOutputStream(URI uri, Map<? , ? > options)
  throws IOException;


First
Previous
Clone Instance
2
Line Count
1
Source Line
89
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIHandler.java

/**
 * Creates an output stream for the URI and returns it.
 * @param uri the URI for which to create the output stream.
 * @param options a map of options to influence the kind of stream that is returned; unrecognized options are ignored and <code>null</code> is permitted.
 * @return an open output stream.
 * @exception IOException if there is a problem obtaining an open output stream.
 * @see URIConverter#createOutputStream(URI, Map)
 */
OutputStream createOutputStream(URI uri, Map<? , ? > options)
  throws IOException;


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * Creates an output stream for the URI and returns it.
   * @param uri the URI for which to create the output stream.
   * @param options a map of options to influence the kind of stream that is returned; unrecognized options are ignored and <code>null</code> is permitted.
   * @return an open output stream.
   * @exception IOException if there is a problem obtaining an open output stream.
   * @see URIConverter#createOutputStream(URI, Map)
   */
/**
   * Creates an output stream for the URI and returns it.
   * <p>
   * It {@link #normalize normalizes} the URI and uses that as the basis for further processing.
   * Special requirements, such as an Eclipse file refresh, 
   * are handled by the {@link org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl default implementation}.
   * </p>
   * @param uri the URI for which to create the output stream.
   * @param options a map of options to influence the kind of stream that is returned; unrecognized options are ignored and <code>null</code> is permitted.
   * @return an open output stream.
   * @exception IOException if there is a problem obtaining an open output stream.
   * @since 2.4
   */
OutputStream createOutputStream(URI uri, Map<? , ? > options)
  throws IOException;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None