live-plugin
live-plugin copied to clipboard
How to create a class in package?
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?