if (manager == null) {
return new ItemPointer[0];
}
if (tokensEqualTo.size() > 50) {
//too many matches for that...
throw new TooManyMatchesException("Too Many matches (" + tokensEqualTo.size()
+ ") were found for the requested token:" + lookForInterface, tokensEqualTo.size());
}
request.communicateWork(com.aptana.shared_core.string.StringUtils.format("Found: %s possible matches.", tokensEqualTo.size()));
IPythonNature nature = request.nature;
for (IInfo info : tokensEqualTo) {