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 realize Java doesn't have properties like c# does, but still, it's common to have the equivalent construct; lots of codebases have getX/setX w/o anything interesting happening there.
Is there a way to filter such methods out?
Or is there a way to express the class/method filters with something more manageable than a regex, something like a file?
yeah, i tried that and it does work, but it cuts out too many useful methods.
What would work really well if we could specify a discrete list of methods to include/exclude in a csv on disk, or smth like that.
if I have a handler for a probe mapping I created and I also have a handler for @onMethod in my script, what will happen if a method satisfies conditions for both?
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I realize Java doesn't have properties like c# does, but still, it's common to have the equivalent construct; lots of codebases have getX/setX w/o anything interesting happening there.
Is there a way to filter such methods out?
Or is there a way to express the class/method filters with something more manageable than a regex, something like a file?
Thanks!
All reactions