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 213809 - NullPointerException at org.netbeans.modules.profiler.nbimpl.providers.ProjectStorageProviderImpl.getSettingsFolder
Summary: NullPointerException at org.netbeans.modules.profiler.nbimpl.providers.Projec...
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: issues@profiler
URL:
Keywords: REGRESSION
: 213866 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-08 09:46 UTC by Stepan Zebra
Modified: 2012-06-11 10:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189214


Attachments
stacktrace (3.32 KB, text/plain)
2012-06-08 09:46 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2012-06-08 09:46:08 UTC
Build: NetBeans IDE Dev (Build 201206080001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
stezeb: new JavaME project




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 Stepan Zebra 2012-06-08 09:46:20 UTC
Created attachment 120548 [details]
stacktrace
Comment 2 Tomas Hurka 2012-06-09 08:16:24 UTC
*** Bug 213866 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Hurka 2012-06-09 09:21:00 UTC
This is regression introduced by 1fccf1f6b4e2.
Comment 4 Tomas Hurka 2012-06-09 09:37:38 UTC
Fixed in profiler-main

changeset:   223852:c467f2439106
user:        Tomas Hurka <thurka@netbeans.org>
date:        Sat Jun 09 11:36:31 2012 +0200
summary:     bugfix #213809, rollback changes introduced by 1fccf1f6b4e2
Comment 5 Quality Engineering 2012-06-10 05:54:51 UTC
Integrated into 'main-golden', will be available in build *201206100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c467f2439106
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #213809, rollback changes introduced by 1fccf1f6b4e2
Comment 6 Stepan Zebra 2012-06-11 10:41:54 UTC
no errors now