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
package be.yassinhajaj.com.bla;
public enum MyEnum {
BLA
}
When this enum is scanned by Sonar, it raises the error.
I might close the issue, but pretty sure people will stumble upon the same problem, might probably better to fix it at the root.
The text was updated successfully, but these errors were encountered:
It's been a while now and I'm not sure exactly what the scenario was but we can imagine that the whole project was using the same package name structure.
It was only raising the error for the enum IIRC, which I found strange.
I should have documented it better in the past though :) would have helped us a bit today.
Reproducible scenario:
When this enum is scanned by Sonar, it raises the error.
I might close the issue, but pretty sure people will stumble upon the same problem, might probably better to fix it at the root.
The text was updated successfully, but these errors were encountered: