-
Notifications
You must be signed in to change notification settings - Fork 800
Description
Describe the bug
As an example, I want to see the source for Collections.synchronizedList using Definition Search box.
Entering Collections.synchronizedList into the Definition field yields no results, yet the Collections class has a synchronizedList method (presently on line 2685).
Also, typing the fully qualified name, java.util.Collections does not find the Collections class - it yields no search results.
Tools version used to set up opengrok.
Opengrok - 1.13.22
Tomcat - 10.1.28
Ctags - uctags-2024.01.18-linux-x86_64
OS - Oracle Linux Server 7.6
OS Kernel: Linux 4.14.35-1844.2.5.el7uek.x86_64
To Reproduce
Steps to reproduce the behavior:
- Open the Opengrok application and select jdk-jdk project or any.
- Enter Collections.synchronizedList in Definition Search box.
- It did not return anything. Result is as below.
Expected behavior
It should show search result with Collections.synchronizedList
Screenshots
Additional context
Add any other context about the problem here.

