[cal10n-dev] [JIRA] Created: (CAL-20) MiscUtil uses identity comparison for string
Nick Belaevski (JIRA)
noreply-jira at qos.ch
Wed Aug 25 00:55:16 CEST 2010
MiscUtil uses identity comparison for string
--------------------------------------------
Key: CAL-20
URL: http://jira.qos.ch/browse/CAL-20
Project: CAL10N
Issue Type: Bug
Reporter: Nick Belaevski
Assignee: Ceki Gulcu
In method ch.qos.cal10n.util.MiscUtil.urlToFile(URL) there's a code:
if(url.getProtocol() != "file")
that uses identity comparison of strings
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cal10n-dev
mailing list