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 213866 - NullPointerException at org.netbeans.modules.profiler.nbimpl.providers.ProjectStorageProviderImpl.getSettingsFolder
Summary: NullPointerException at org.netbeans.modules.profiler.nbimpl.providers.Projec...
Status: RESOLVED DUPLICATE of bug 213809
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-09 08:04 UTC by soldatov
Modified: 2012-06-09 08:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189030


Attachments
stacktrace (2.49 KB, text/plain)
2012-06-09 08:04 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-06-09 08:04:03 UTC
This issue was reported manually by soldatov.
It already has 4 duplicates 


Build: NetBeans IDE Dev (Build 201206090001)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: SunOS

User Comments:
soldatov: launch NetBeans (C++)

GUEST: Opened a c file.  (I am using the jVi plugin; don't know if that is related)

homberghp: Opening an (old) project with junit dependencies.

wbrana: started NB




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.nbimpl.providers.ProjectStorageProviderImpl.getSettingsFolder(ProjectStorageProviderImpl.java:161)
   at org.netbeans.modules.profiler.api.project.ProjectStorage.getSettingsFolder(ProjectStorage.java:93)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.loadProfilingPoints(ProfilingPointsManager.java:1112)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.projectOpened(ProfilingPointsManager.java:1213)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.processOpenedProjectsChanged(ProfilingPointsManager.java:1193)
   at org.netbeans.modules.profiler.ppoints.ProfilingPointsManager.access$600(ProfilingPointsManager.java:130)
Comment 1 soldatov 2012-06-09 08:04:09 UTC
Created attachment 120585 [details]
stacktrace
Comment 2 Tomas Hurka 2012-06-09 08:16:24 UTC

*** This bug has been marked as a duplicate of bug 213809 ***