Home
last modified time | relevance | path

Searched refs:types2 (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DReplaceStringsVisitor.java269 ITypeBinding[] types2 = mb2.getParameterTypes(); in examineMethodInvocation() local
270 int len2 = types2.length; in examineMethodInvocation()
274 ITypeBinding type2 = types2[i]; in examineMethodInvocation()
279 } else if (!types[i].equals(types2[i])) { in examineMethodInvocation()