opengrok icon indicating copy to clipboard operation
opengrok copied to clipboard

When I search for "superdispatchkeyevent" at "definition", some files cannot be searched.

Open chenchuanliang opened this issue 3 years ago • 1 comments

Describe the bug version:opengrok 1.7.24 but I think maybe all the version have this issue. project:Android7/Android8/Android9/Android10/Android11 When I search for "superdispatchkeyevent" at "definition", some files cannot be searched. I don't know if there are other files that haven't been searched or have other methods that haven't been searched.

To Reproduce Steps to reproduce the behavior: Search for "superDispatchKeyEvent" at "Definition",You can see the results:MockWindow.java/InstrumentationTest.java/WindowTest.java/PhoneWindow.java/Window.java,but not have DecorView.java. Actually , The definition of this method exists in the decorview.java file. Search for "DecorView.java" at "File Path",Enter file search "superDispatchKeyEvent" by "ctrl+F",you can found this method definition in the file. If use "Full Search",it can search.

Expected behavior A clear and concise description of what you expected to happen. Can search "superDispatchKeyEvent" in "DecorView.java" file.

Screenshots

1 2

Thank you.

chenchuanliang avatar Jan 10 '22 03:01 chenchuanliang

I saw some definitions (in unrelated code) missing myself lately, this should be investigated.

vladak avatar Jan 10 '22 09:01 vladak