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 234554 - NullPointerException at org.netbeans.bluej.classpath.CPImpl.getResources
Summary: NullPointerException at org.netbeans.bluej.classpath.CPImpl.getResources
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: BlueJ (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-18 11:07 UTC by ChrisStueber
Modified: 2015-02-04 03:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203131


Attachments
stacktrace (2.19 KB, text/plain)
2013-08-18 11:07 UTC, ChrisStueber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ChrisStueber 2013-08-18 11:07:15 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.51-b01-457, Java(TM) SE Runtime Environment, 1.6.0_51-b11-457-11M4509
OS: Mac OS X

User Comments:
ChrisStueber: Starting Netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.bluej.classpath.CPImpl.getResources(CPImpl.java:133)
   at org.netbeans.modules.java.classpath.ProxyClassPathImplementation.getResources(ProxyClassPathImplementation.java:94)
   at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:350)
   at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:689)
   at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:725)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.addPaths(LogContext.java:864)
Comment 1 ChrisStueber 2013-08-18 11:07:17 UTC
Created attachment 138832 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:28:05 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.