-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
Steps to reproduce:
- clone the spring-boot project
$ git clone [email protected]:spring-projects/spring-boot.git
$ cd spring-boot
$ ./gradlew publishToMavenLocal
- set a breakpoint at
Line 249 in ee5172f
IJavaSearchScope scope = SearchEngine.createJavaSearchScope(searchRoots.toArray(new IJavaElement[0]));
$ code .
ProjectCommand.getMainClasses creates 20000+ IPackageFragmentRoot objects in the searchRoots variable.
Only sources in the Java projects can be searched.
The related issue - #811
Metadata
Metadata
Assignees
Labels
No labels