This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 98388 - IllegalArgumentException: Expected scheme-specific part at index 5: file: [file:]
Summary: IllegalArgumentException: Expected scheme-specific part at index 5: file: [fi...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL: http://deadlock.nbextras.org/hudson/j...
Keywords: TEST
Depends on:
Blocks: 98227
  Show dependency tree
 
Reported: 2007-03-20 18:46 UTC by Jesse Glick
Modified: 2008-12-22 10:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace from commit validation (4.51 KB, text/plain)
2007-03-20 18:47 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-03-20 18:46:59 UTC
Part of commit validation failed due to an exception from FileUtil and URLMapper.
Comment 1 Jesse Glick 2007-03-20 18:47:55 UTC
Created attachment 39715 [details]
Stack trace from commit validation
Comment 2 Jesse Glick 2007-03-20 20:46:37 UTC
Failed again in #2537.
Comment 3 Jesse Glick 2007-03-20 21:03:50 UTC
Diagnostics added:

Checking in FileUtil.java;
/shared/data/ccvs/repository/openide/fs/src/org/openide/filesystems/FileUtil.java,v
 <--  FileUtil.java
new revision: 1.37; previous revision: 1.36
done
Comment 4 Jesse Glick 2007-03-20 21:13:36 UTC
Attempting a fix, please review! Apparently bad fix for issue #98227.

Checking in src/org/openide/filesystems/FileUtil.java;
/shared/data/ccvs/repository/openide/fs/src/org/openide/filesystems/FileUtil.java,v
 <--  FileUtil.java
new revision: 1.38; previous revision: 1.37
done
RCS file:
/shared/data/ccvs/repository/openide/fs/test/unit/src/org/openide/filesystems/FileUtilTest.java,v
done
Checking in test/unit/src/org/openide/filesystems/FileUtilTest.java;
/shared/data/ccvs/repository/openide/fs/test/unit/src/org/openide/filesystems/FileUtilTest.java,v
 <--  FileUtilTest.java
initial revision: 1.1
done
Comment 5 rmatous 2007-03-21 10:12:22 UTC
Revieved, I'm gradually getting mad about this FSV workarounds.

For better readability(shouldn't change behavior):
/cvs/openide/fs/src/org/openide/filesystems/FileUtil.java,v  <--  FileUtil.java
new revision: 1.39; previous revision: 1.38