commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #7495] wrong comparison in file protocol handler


From: Michael Koch
Subject: [bugs #7495] wrong comparison in file protocol handler
Date: Fri, 30 Apr 2004 02:46:11 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; de, address@hidden) (KHTML, like Gecko)

This mail is an automated notification from the bugs tracker
 of the project: classpath.

/**************************************************************************/
[bugs #7495] Latest Modifications:

Changes by: 
                Michael Koch <address@hidden>
'Date: 
                Fri 04/30/04 at 06:46 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Invalid
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This code was removed from gnu/java/net/protocol/file/Handler.java in revision 
1.15.
So the issue should be closed.






/**************************************************************************/
[bugs #7495] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7495>
Project: classpath
Submitted by: 0
On: Wed 01/28/04 at 23:56

Severity:  5 - Average
Resolution:  Invalid
Assigned to:  mkoch
Status:  Closed
Platform Version:  None


Summary:  wrong comparison in file protocol handler

Original Submission:  cvs version 1.25 of java/net/URL.java line 514 of 
function getFile says: return file == null ? "" : file;
cvs version 1.13 of gnu/java/net/protocol/file/Handler.java line 141 says: 
boolean needContext = url.getFile() != null;
Since getFile can not return a null this appears to be an error to me.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 04/30/04 at 06:46         By: mkoch
This code was removed from gnu/java/net/protocol/file/Handler.java in revision 
1.15.
So the issue should be closed.

-------------------------------------------------------
Date: Fri 03/12/04 at 12:37         By: mark
Michael could you take a look at this one?












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7495>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]