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

Summary: IllegalArgumentException: fileURL may not contain spaces!
Product: php Reporter: sandange <sandange>
Component: EditorAssignee: Tomasz Slota <tslota>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: sandange
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=148563
Issue Type: DEFECT Exception Reporter: 148563
Attachments: stacktrace

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 ***