For example, I've noticed there is some case that "findMatch" can return null: ``` private ContentInfo findMatch(byte[] bytes, List<MagicEntry> entryList) { .... if (partialMatchInfo == null) { logger.trace("returning no match"); return null;z ```