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 | 203 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIConverter.java |
2 | 1 | 79 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/resource/URIHandler.java |
| |||||
/** * Creates an input 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 input 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 input stream. * @exception IOException if there is a problem obtaining an open input stream. * @since 2.4 */ InputStream createInputStream(URI uri, Map<? , ? > options) throws IOException; |
| |||||
/** * Creates an input stream for the URI and returns it. * @param uri the URI for which to create the input 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 input stream. * @exception IOException if there is a problem obtaining an open input stream. * @see URIConverter#createInputStream(URI, Map) */ InputStream createInputStream(URI uri, Map<? , ? > options) throws IOException; |
| |||
/** * Creates an input stream for the URI and returns it. * @param uri the URI for which to create the input 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 input stream. * @exception IOException if there is a problem obtaining an open input stream. * @see URIConverter#createInputStream(URI, Map) */ /** * Creates an input 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 input 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 input stream. * @exception IOException if there is a problem obtaining an open input stream. * @since 2.4 */ InputStream createInputStream(URI uri, Map<? , ? > options) throws IOException; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |