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 163241 - IllegalArgumentException: fileURL may not contain spaces!
Summary: IllegalArgumentException: fileURL may not contain spaces!
Status: RESOLVED DUPLICATE of bug 163185
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 12:59 UTC by darkvamp1976
Modified: 2009-04-21 16:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149864


Attachments
stacktrace (2.86 KB, text/plain)
2009-04-21 13:00 UTC, darkvamp1976
Details
stacktrace (2.85 KB, text/plain)
2009-04-21 13:56 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description darkvamp1976 2009-04-21 12:59:54 UTC
Build: NetBeans IDE Dev (Build 200904201507)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.IllegalArgumentException: fileURL may not contain spaces!
        at org.netbeans.modules.php.editor.index.IndexedElement.<init>(IndexedElement.java:86)
        at org.netbeans.modules.php.editor.index.IndexedFunction.<init>(IndexedFunction.java:63)
        at org.netbeans.modules.php.editor.index.PHPIndex.findFunctions(PHPIndex.java:221)
        at org.netbeans.modules.php.editor.index.PHPIndex.getFunctions(PHPIndex.java:746)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findFunctions(IndexScopeImpl.java:160)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findFunctions(IndexScopeImpl.java:153)
Comment 1 darkvamp1976 2009-04-21 13:00:00 UTC
Created attachment 80588 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-04-21 13:55:58 UTC
Build: NetBeans IDE Dev (Build 200904210201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.IllegalArgumentException: fileURL may not contain spaces!
        at org.netbeans.modules.php.editor.index.IndexedElement.<init>(IndexedElement.java:86)
        at org.netbeans.modules.php.editor.index.IndexedFunction.<init>(IndexedFunction.java:63)
        at org.netbeans.modules.php.editor.index.PHPIndex.findFunctions(PHPIndex.java:221)
        at org.netbeans.modules.php.editor.index.PHPIndex.getFunctions(PHPIndex.java:746)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findFunctions(IndexScopeImpl.java:160)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findFunctions(IndexScopeImpl.java:153)
Comment 3 Exceptions Reporter 2009-04-21 13:56:01 UTC
Created attachment 80593 [details]
stacktrace
Comment 4 Tomasz Slota 2009-04-21 16:35:27 UTC

*** This issue has been marked as a duplicate of 163185 ***