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 163261 - Invalid URL from IndexResult.getUrl
Summary: Invalid URL from IndexResult.getUrl
Status: VERIFIED DUPLICATE of bug 163185
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 14:45 UTC by Jiri Skrivanek
Modified: 2009-04-22 09:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2009-04-21 14:45:32 UTC
If file path contains space character, a URL returned from
org.netbeans.modules.parsing.spi.indexing.support.IndexResult.getUrl is invalid and it causes an exception. Probably
caused by changeset http://hg.netbeans.org/main-golden/rev/2e24f7bb2761. To reproduce:

- create java project in directory with space in path (e.g. E:/NetBeans Projects/JavaApplication1)
- wait until scanning finishes and shutdown IDE
- start IDE again and exception is thrown (update masterfs before you will test it. I changed error message)
Comment 1 Vitezslav Stejskal 2009-04-21 17:02:54 UTC
Should already be fixed.

*** This issue has been marked as a duplicate of 163185 ***
Comment 2 Jiri Skrivanek 2009-04-22 09:40:09 UTC
Verified.