Martin Wiesner created OPENNLP-1589: ---------------------------------------
Summary: Fix incorrect array check in CachedFeatureGenerator Key: OPENNLP-1589 URL: https://issues.apache.org/jira/browse/OPENNLP-1589 Project: OpenNLP Issue Type: Bug Components: Name Finder Affects Versions: 2.3.3 Reporter: Martin Wiesner Assignee: Richard Zowalla Fix For: 2.4.0 There is an invalid comparison for equality of two arrays in CachedFeatureGenerator#createFeatures(..) in line 58. Currently, many situations exists in which no improvements by the caching are achieved (as intended). This should be repaired and a test shall show the cache mechanism is working correctly. -- This message was sent by Atlassian Jira (v8.20.10#820010)