Adam
Results
2
issues of
Adam
The test `BusinessIdentityTest.testToString` compares the result with a hardcoded string. However, the function `BusinessIdentity.toString` did not return the deterministic string. From code trace, the root cause is the method `PojoFieldFactory.getPojoFields`,...
The test `net.ripe.db.whois.api.rdap.RdapObjectMapperTest#domain` compares the result of `getNameservers().get(index).getLdhName()` to a hard-coded string based on a specific order of entries from `keySet` used at `RdapObjectMapper:422`. However, this method does not guarantee...