Community
Participate
Working Groups
The set 'uris' in class ResourceLoadingSlotEntry is initialized with emptySet(). The instance bound here is Collections#EmptySet, which is unmodifiable. This leads to an UnsupportedOperationException when calling addUri(). The variable should be initialized with private Set<Pattern> uris = new HashSet<Pattern>();
Fixed
Closing all bugs that were set to RESOLVED before Neon.0