Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classtree search? #824

Closed
eleses opened this issue Jul 14, 2024 · 1 comment
Closed

classtree search? #824

eleses opened this issue Jul 14, 2024 · 1 comment
Labels

Comments

@eleses
Copy link

eleses commented Jul 14, 2024

It appears in the cli but not in the GUI and even in the former it doesn't actually appear to work, so I guess it's not really implemented?

$ help search classtree
00:53:16.906 [main] DEBUG: Command: help search classtree

Usage: help search classtree <name>
Find classes extending the given name.
      <name>   The class name to search for.

$ search classtree MouseListener
00:53:52.090 [main] DEBUG: Command: search classtree MouseListener

$ search classtree Ljava/awt/event/MouseListener;
00:56:50.557 [main] DEBUG: Command: search classtree Ljava/awt/event/MouseListener;

$ search classtree java.awt.event.MouseListener
00:57:08.165 [main] DEBUG: Command: search classtree java.awt.event.MouseListener

None of those return anything but I'm sure there's a MouseListener due to my other ways of Tracing the method calls at runtime.

@eleses
Copy link
Author

eleses commented Jul 14, 2024

Ah, looking at the source for documentation, java/awt/event/MouseListener was the right syntax. It works with that.

@eleses eleses closed this as completed Jul 14, 2024
@Col-E Col-E added the 2.X label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants