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 191990 - NullPointerException at java.util.StringTokenizer.<init>
Summary: NullPointerException at java.util.StringTokenizer.<init>
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-16 09:09 UTC by aldobrucale
Modified: 2012-02-28 22:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173934


Attachments
stacktrace (858 bytes, text/plain)
2010-11-16 09:09 UTC, aldobrucale
Details
stacktrace (858 bytes, text/plain)
2012-02-28 22:46 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-11-16 09:09:02 UTC
This bug was originally marked as duplicate of bug 152760, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
aldobrucale: Starting netbeans after installing update pack

aldobrucale: Starting netbeans after update pack




Stacktrace: 
java.lang.NullPointerException
   at java.util.StringTokenizer.<init>(StringTokenizer.java:182)
   at java.util.StringTokenizer.<init>(StringTokenizer.java:204)
   at org.netbeans.modules.scala.stdplatform.platformdefinition.Util.createClassPath(Util.java:68)
   at org.netbeans.modules.scala.stdplatform.platformdefinition.J2SEPlatformImpl.getBootstrapLibraries(J2SEPlatformImpl.java:217)
   at org.netbeans.modules.scala.platform.classpth.PlatformClassPathProvider.findClassPath(PlatformClassPathProvider.java:80)
   at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:593)
Comment 1 aldobrucale 2010-11-16 09:09:06 UTC
Created attachment 102996 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-02-15 18:19:01 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=173934
Comment 3 Exceptions Reporter 2012-02-28 22:46:42 UTC
Created attachment 116194 [details]
stacktrace