Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Information Provided
-
4.0.0
-
None
Description
The code
Map<Integer, String> assertionTypeMap = p.getAssertionTypeMap();
...
for (Entry<Integer, String> current : assertionTypeMap.entrySet()) { ... }
will raise NullPointerException since getAssertionTypeMap returns always null in ctakes-assertion/src/main/java/org/apache/ctakes/assertion/stub/SingleDocumentProcessor.java.
If the problem is related to ctakes-76, the documentation for the assertion module should mention this point explicitly.
Attachments
Issue Links
- is related to
-
CTAKES-76 get third party dependencies into Maven Central
- Reopened