Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty matchScore in inputfile creates error #101

Closed
PRijnbeek opened this issue Jan 10, 2021 · 0 comments
Closed

Empty matchScore in inputfile creates error #101

PRijnbeek opened this issue Jan 10, 2021 · 0 comments
Labels

Comments

@PRijnbeek
Copy link
Contributor

Had to debug to find the problem in the file that caused this issue (not sure why the field was empty). I would be nice if the error messages says on which line the error occurred.

Also suggest to add this in ReadCodeMappingsFrom File here

try {
buffer.matchScore = row.getDouble("matchScore");
} catch (Exception e) {
buffer.matchScore = 0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants