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 163203 - 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 09:37 UTC by sandange
Modified: 2009-04-21 09:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148563


Attachments
stacktrace (2.95 KB, text/plain)
2009-04-21 09:37 UTC, sandange
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sandange 2009-04-21 09:37:51 UTC
Build: NetBeans IDE Dev (Build 200904201507)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.1, amd64

User Comments:
GUEST: click outside IDE, click inside ide editor



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.IndexedConstant.<init>(IndexedConstant.java:59)
        at org.netbeans.modules.php.editor.index.IndexedConstant.<init>(IndexedConstant.java:54)
        at org.netbeans.modules.php.editor.index.PHPIndex.findConstants(PHPIndex.java:191)
        at org.netbeans.modules.php.editor.index.PHPIndex.getConstants(PHPIndex.java:761)
        at org.netbeans.modules.php.editor.model.impl.IndexScopeImpl.findConstants(IndexScopeImpl.java:176)
Comment 1 sandange 2009-04-21 09:37:56 UTC
Created attachment 80567 [details]
stacktrace
Comment 2 Tomasz Slota 2009-04-21 09:50:40 UTC

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