Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/staticImportMethod
Anna Kozlova 11606b6f47 java: add static import: don't pretend only one method is available when popup would be shown afterwards (IDEA-223655)
only applicable method is returned from `getMembersToImport(false, StaticMembersProcessor.SearchMode.MAX_2_MEMBERS)` when one of it is applicable and another is not. At the same time when we already calculate 100 first applicable methods, we can just reuse them instead the recalculation

GitOrigin-RevId: e31fe962bd8180850e8e5c06aa1f93efb7654aa5
2021-04-29 07:38:21 +00:00
..