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 163319 - 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 23:44 UTC by westleyd
Modified: 2009-04-22 13:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149913


Attachments
stacktrace (3.05 KB, text/plain)
2009-04-21 23:44 UTC, westleyd
Details
stacktrace (3.06 KB, text/plain)
2009-04-22 08:15 UTC, blakenzoe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description westleyd 2009-04-21 23:44:19 UTC
Build: NetBeans IDE Dev (Build 200904210201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
westleyd: typed '_'

GUEST: i write foreach($var->data as $item){...}



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.IndexedClass.<init>(IndexedClass.java:55)
        at org.netbeans.modules.php.editor.index.PHPIndex.findClasses(PHPIndex.java:166)
        at org.netbeans.modules.php.editor.index.PHPIndex.getClasses(PHPIndex.java:823)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findClasses(IndexScopeImpl.java:144)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findClasses(IndexScopeImpl.java:137)
Comment 1 westleyd 2009-04-21 23:44:24 UTC
Created attachment 80638 [details]
stacktrace
Comment 2 blakenzoe 2009-04-22 08:15:14 UTC
Build: NetBeans IDE Dev (Build 200904210201)
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

User Comments: 
I was trying to select some text.

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.IndexedClass.<init>(IndexedClass.java:55)
        at org.netbeans.modules.php.editor.index.PHPIndex.findClasses(PHPIndex.java:166)
        at org.netbeans.modules.php.editor.index.PHPIndex.getClasses(PHPIndex.java:823)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findClasses(IndexScopeImpl.java:144)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findClasses(IndexScopeImpl.java:137)
Comment 3 blakenzoe 2009-04-22 08:15:24 UTC
Created attachment 80653 [details]
stacktrace
Comment 4 Exceptions Reporter 2009-04-22 08:29:12 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=149913
Comment 5 Tomasz Slota 2009-04-22 13:26:41 UTC


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