AnalysisEngineDescription_impl indirectly uses promletatic method URL.equals()
------------------------------------------------------------------------------
Key: UIMA-494
URL: https://issues.apache.org/jira/browse/UIMA-494
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Affects Versions: 2.1
Reporter: Adam Lally
Assignee: Adam Lally
Priority: Minor
Fix For: 2.2
This class uses a Set containing URL objects, which will cause URL.equals() to
be called. URL.equals has performance problems since it can go out to the
internet to do domain name resolution. (In practice though, in our case the
URLs are almost always file URLs on the local machine.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.