Searched refs:requested (Results 1 – 1 of 1) sorted by relevance
250 String[] requested = version.split("\\."); in isCompatibleWith() local253 for (int i = 0; i < Math.min(requested.length, provided.length); i++) { in isCompatibleWith()254 int reqNum = Integer.parseInt(requested[i]); in isCompatibleWith()264 if (requested.length > provided.length) { in isCompatibleWith()