Manon van Tilburg

Results 1 issues of Manon van Tilburg

`DefaultPropertyFilter` allocates quite some memory because it uses `String.matches(String regex)`, this will compile the same regex String over and over again. Compiling the regex patterns upfront would be faster and...