Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Search inconsistency

Hi All,
When i try to use Java Search and search for all methods returning java.util.stream.Collector i only get the following results

java.util.stream.Collectors.joining()
java.util.stream.Collectors.joining(CharSequence, CharSequence, CharSequence)
java.util.stream.Collectors.joining(CharSequence)

Is this a bug i should report or expected behavior ?

Best regards,
Gayan.

Back to the top