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 149107 - NullPointerException at org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.writeAdjustTimeEvent
Summary: NullPointerException at org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.w...
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-03 18:23 UTC by George Vasick
Modified: 2011-01-10 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 122495


Attachments
stacktrace (1.09 KB, text/plain)
2008-10-03 18:23 UTC, George Vasick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description George Vasick 2008-10-03 18:23:37 UTC
Build: NetBeans IDE Dev (Build 081002)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows Vista, 6.0, x86

User Comments:
gvasick: I was attempting to profile UML reverse engineering using visualVM in a development build of NB 6.5.  Start profiling from classes was set to org.netbeans.modules.uml.reverseengineering.  The test project was the UMLBankAppSample available under new project -> samples.  I had just right clicked on the java project and selected reverse engineer when the exception occurred.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.lib.profiler.server.ProfilerRuntimeCPU.writeAdjustTimeEvent(ProfilerRuntimeCPU.java:445)
        at org.netbeans.lib.profiler.server.ProfilerRuntimeCPUFullInstr.methodEntry(ProfilerRuntimeCPUFullInstr.java:173)
        at org.openide.loaders.FolderLookup$ProxyLkp.beforeLookup(FolderLookup.java:399)
        at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:650)
        at org.openide.util.lookup.ProxyLookup$R.beforeLookup(ProxyLookup.java:666)
        at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:650)
Comment 1 George Vasick 2008-10-03 18:23:52 UTC
Created attachment 71134 [details]
stacktrace
Comment 2 Tomas Hurka 2008-10-08 12:56:21 UTC
VisualVM is based on NetBeans Profiler 6.0.