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
This is a flawed implementation because it allows for overwriting exclusion patterns in the map, causing them to vanish. Need to also change this line as well:
The current implementation of ExclusionManager takes a Map<String, String> as a constructor as a collection of patterns.
radon/xyz.itzsomebody.radon/src/main/java/xyz/itzsomebody/radon/exclusions/ExclusionManager.java
Lines 30 to 44 in 7d3e871
This is a flawed implementation because it allows for overwriting exclusion patterns in the map, causing them to vanish. Need to also change this line as well:
radon/xyz.itzsomebody.radon/src/main/java/xyz/itzsomebody/radon/config/ExclusionsDeserializer.java
Lines 30 to 38 in 7d3e871
Thanks to lokirus for finding the side effects of my dumb code logic errors!
The text was updated successfully, but these errors were encountered: