HerrDerb
Results
12
issues of
HerrDerb
In the persitence msal4extensions, a unusual `StandardCharset` is used instead of the default `java.nio`. This causes issues e.g. during native build. ``` Error: Discovered unresolved type during parsing: com.nimbusds.jose.util.StandardCharset. This...
P2
persistence-package
When diffing arrays of objects, if an object was moved and also modified, the diff would generate a remove and add operation because the objects were not strictly equal. This...