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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: