live-plugin icon indicating copy to clipboard operation
live-plugin copied to clipboard

How to create a class in package?

Open Nick-The-Uncharted opened this issue 1 year ago • 0 comments

I am trying to implement a inpsection extending com.siyeh.ig.BaseInspection.

com.siyeh.ig.BaseInspection#getGroupDisplayName requires current class with last segment of package name be one of keys in com.siyeh.ig.GroupDisplayNameUtil#packageGroupDisplayNameMap.

Can I achieve that without introducing a jar dependency?

Nick-The-Uncharted avatar Jun 21 '23 03:06 Nick-The-Uncharted