public SimilarTypeFinderWorker() {
super();
similarTypes = new HashMap<String, XSObjectListImpl>();
try {
factory = new TypeDescriptionFactory();
}
catch (NoSuchAlgorithmException e) {
SimilarTypeFinderWorker.logger.error("SimilarTypeFinder()", e);
throw new RuntimeException("Cannot create " + TypeDescriptionFactory.class.getName());
}