How to create scope for inner/nested classes?
We have a jmx beans for our services by design which are entry points for me. I'm trying to grep them by pattern to supress unused declaration for scope:
src:com..*.AdminMBean
src:com..*.$AdminMBean
But both doesn't work. Also, i don't see nested classes in the tree. How do i create scope for inner classes? I also will be happy with instanceof scope.
best regards, Alex
请先登录再写评论。
Alexander,
unfortunately scope patterns supported for top-level calsses only. Could you please file a request?
Thank you
Hi, Anna.
i've filed IDEA-69354.
Thanks a lot. Best regards, Alex.