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 - 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
Summary: Root: C:\Program\Panda3D File: abstractroom.egg Bootpath: ClassPath[Entry[fil...
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jenselme
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 21:22 UTC by eaili
Modified: 2015-11-27 22:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 144548


Attachments
stacktrace (2.91 KB, text/plain)
2009-03-02 21:22 UTC, eaili
Details

Note You need to log in before you can comment on or make changes to this bug.
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)