On class ResourceLoader :
URL result = Thread.currentThread().getContextClassLoader().getResource(resource);
can return a NPE cause Thread.currentThread().getContextClassLoader() can be null.
Here is a patch proposal : https://github.com/jblemee/Dozer/commit/d2a5370aa97a5d80c2bfc739d6410fffa9cd7b20#core/src/main/java/org/dozer/util/ResourceLoader.java
You seem to have CSS turned off. Please don't fill out this field.
Log in to post a comment.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Here is a patch proposal : https://github.com/jblemee/Dozer/commit/d2a5370aa97a5d80c2bfc739d6410fffa9cd7b20#core/src/main/java/org/dozer/util/ResourceLoader.java