CloneSet7609


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.979class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121830
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java
2264
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FoldingMessages.java
Clone Instance
1
Line Count
2
Source Line
1830
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java

        /**
         * Plug in the single argument to the resource String for the key to get a formatted resource String
         */
        public static String getFormattedString(String key, String arg) {
                return getFormattedString(key, new String[] {
                                                             arg
                                                            } );
        }


Clone Instance
2
Line Count
2
Source Line
64
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/FoldingMessages.java

        /**
         * Returns the formatted resource string associated with the given key in the resource bundle. 
         * <code>MessageFormat</code> is used to format the message. If there isn't  any value 
         * under the given key, the key is returned.
         *
         * @param key the resource key
         * @param arg the message argument
         * @return the string
         */
        public static String getFormattedString(String key, Object arg) {
                return getFormattedString(key, new Object[] {
                                                              arg
                                                            } );
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Returns the formatted resource string associated with the given key in the resource bundle. 
         * <code>MessageFormat</code> is used to format the message. If there isn't  any value 
         * under the given key, the key is returned.
         *
         * @param key the resource key
         * @param arg the message argument
         * @return the string
         */
/**
         * Plug in the single argument to the resource String for the key to get a formatted resource String
         */
public static String getFormattedString(String key, [[#variable5a015660]] arg) {
  return getFormattedString(key, new [[#variable5a015660]][] {
                                                               arg
                                                             } );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5a015660]]
Object 
12[[#5a015660]]
String