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 159465

Summary: Root: C:\Program\Panda3D File: abstractroom.egg Bootpath: ClassPath[Entry[file:/C:/Program/Panda3D/]] Classpath: ClassPath[Entry[file:/C:/Program/Panda3D/]] Sourcepath: ClassPath[Entry[file:/C:/Progra
Product: python Reporter: eaili <eaili>
Component: CodeAssignee: Jenselme
Status: VERIFIED FIXED    
Severity: blocker CC: Jenselme
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=144548
Issue Type: DEFECT Exception Reporter: 144548
Attachments: stacktrace

Description eaili 2009-03-02 21:22:44 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
eaili: Indexed python distribution for Panda3D (http://www.panda3d.org/)

GUEST: I turned on the application and this came up. The Update Service updated during my last session and I did not restart right away. I suppose it may have been the Update Service updating.

GUEST: I am editing a Panda3D project. Panda uses the .egg file format to store 3d content files, netbeans appears to have a problem parsing the files (they shouldn't be parsed in this case).



Stacktrace: 
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
        at java.lang.String.substring(String.java:1938)
        at org.openide.filesystems.URLMapper$DefaultURLMapper$JarURLParser.parse(URLMapper.java:569)
        at org.openide.filesystems.URLMapper$DefaultURLMapper$JarURLParser.<init>(URLMapper.java:549)
        at org.openide.filesystems.URLMapper$DefaultURLMapper.getFileObjectsForJarProtocol(URLMapper.java:485)
        at org.openide.filesystems.URLMapper$DefaultURLMapper.getFileObjects(URLMapper.java:302)
        at org.netbeans.modules.openide.filesystems.DefaultURLMapperProxy.getFileObjects(DefaultURLMapperProxy.java:75)
Comment 1 eaili 2009-03-02 21:22:52 UTC
Created attachment 77577 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-03-03 08:19:27 UTC
I see no problem in filesystems. Probably some problem in python or corrupted file.
Comment 3 Jenselme 2015-10-02 14:03:02 UTC
I don't think that egg's scanning is still active. Furthermore, I don't see how to reproduce.

Downgrading priority to P4. This should be close with the next release of nbpython.
Comment 4 Jenselme 2015-11-27 16:50:49 UTC
Presumed fixed in Python .151118 (for IDE 8.1)