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
Expected Behavior: There will be an option to control this behavior, preferably using filters
Actual Behavior: All constants are changed
For example
Before Shadow: public static final String AttributePrefix = "org.mypackage";
After Shadow public static final String AttributePrefix = "shadow.mypackage";
martinbonnin, mahmoudyusuf94, mrjameshamilton, hasanalpzengin, consp1racy and 4 more