Nathaniel Gittlen
Results
2
issues of
Nathaniel Gittlen
This method seems to erroneously use the namespace prefix in place of the name: ``` public Builder namespace(final Namespace theNamespace) { return namespace(theNamespace.getPrefix(), theNamespace.getPrefix()); } ``` https://github.com/stardog-union/pinto/blob/develop/main/src/com/complexible/pinto/RDFMapper.java#L1071
bug
Remove deprecated dependencies and replace with well-maintained one.