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 178022 - NullPointerException at java.util.StringTokenizer.<init>
Summary: NullPointerException at java.util.StringTokenizer.<init>
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-02 14:20 UTC by areasas
Modified: 2015-09-13 04:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153963


Attachments
stacktrace (6.13 KB, text/plain)
2009-12-02 14:20 UTC, areasas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description areasas 2009-12-02 14:20:06 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.2, x86_64

User Comments:
GUEST: when use netbean python plugin, configing the python platform

GUEST: Editing Python project properties.



Stacktrace: 
java.lang.NullPointerException
        at java.util.StringTokenizer.<init>(StringTokenizer.java:182)
        at java.util.StringTokenizer.<init>(StringTokenizer.java:204)
        at org.netbeans.modules.python.project.ui.customizer.PythonProjectProperties.buildPathList(PythonProjectProperties.java:277)
        at org.netbeans.modules.python.project.ui.customizer.PythonProjectProperties.getPythonPath(PythonProjectProperties.java:153)
        at org.netbeans.modules.python.project.ui.customizer.CustomizerPythonPath.<init>(CustomizerPythonPath.java:42)
        at org.netbeans.modules.python.project.ui.customizer.CompositePanelProviderImpl.createComponent(CompositePanelProviderImpl.java:65)
Comment 1 areasas 2009-12-02 14:20:12 UTC
Created attachment 92007 [details]
stacktrace
Comment 2 Lou Dasaro 2015-09-13 04:29:22 UTC
Unable to replicate. Probably fixed as a result of many fixes to Python.Platform earlier this year. Closing as FIXED.
If I am wrong and the problem persists using NetBeans 8.1, please create a new bug. Thank you.