When I search for "superdispatchkeyevent" at "definition", some files cannot be searched. #4350
chenchuanliang
started this conversation in
General
Replies: 1 comment
-
I saw some definitions (in unrelated code) missing myself lately, this should be investigated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions