James Joseph Masanz created CTAKES-218:
------------------------------------------
Summary: java.io.FileNotFoundException: at
java.io.FileInputStream.open(Native Method)
Key: CTAKES-218
URL: https://issues.apache.org/jira/browse/CTAKES-218
Project: cTAKES
Issue Type: Bug
Affects Versions: 3.1
Reporter: James Joseph Masanz
Assignee: James Joseph Masanz
Priority: Minor
Fix For: 3.1
The error was seen HyphenTextModifierImpl, which is not that important anymore,
but the underlying issue is that the try clause within
org.apache.ctakes.core.resource.FileLocator assumes
FileLocator.class.getClassLoader().getResourceAsStream(location); will throw an
Exception if something goes wrong, but it doesn't always - it can just return
null, in which case the catch clause is not running
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira