You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried this for java files in the opengrok gui. I use the following in "Full Search ":
editConfig(.*,.*,.*,.*,.*)
but it does not match anything and I know for sure we have methods that should match this.
This is the method that I try to find in codebase:
boolean editConfig(String target, String defaultOperation, String testOption, String errorOption,
String config)
Any hints on how I can do this? Or is it even possible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have tried this for java files in the opengrok gui. I use the following in "Full Search ":
editConfig(.*,.*,.*,.*,.*)
but it does not match anything and I know for sure we have methods that should match this.
This is the method that I try to find in codebase:
boolean editConfig(String target, String defaultOperation, String testOption, String errorOption,
String config)
Any hints on how I can do this? Or is it even possible?
br,
//mike
Beta Was this translation helpful? Give feedback.
All reactions