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 225894 - NullPointerException at org.netbeans.modules.profiler.snaptracer.impl.AttachToBugAction$1.run
Summary: NullPointerException at org.netbeans.modules.profiler.snaptracer.impl.AttachT...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 13:44 UTC by Exceptions Reporter
Modified: 2013-02-14 02:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198444


Attachments
stacktrace (1.21 KB, text/plain)
2013-02-08 13:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-08 13:44:26 UTC
This issue was reported manually by thurka.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201301240001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.13-b02-436, Java(TM) SE Runtime Environment, 1.6.0_38-b04-436-10M4008
OS: Mac OS X

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.profiler.snaptracer.impl.AttachToBugAction$1.run(AttachToBugAction.java:130)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:702)
   at java.awt.EventQueue.access$400(EventQueue.java:82)
   at java.awt.EventQueue$2.run(EventQueue.java:663)
   at java.awt.EventQueue$2.run(EventQueue.java:661)
Comment 1 Exceptions Reporter 2013-02-08 13:44:28 UTC
Created attachment 131148 [details]
stacktrace
Comment 2 Tomas Hurka 2013-02-08 15:08:06 UTC
Fixed in profiler-main

changeset:   245314:babd248616de
user:        Tomas Hurka <thurka@netbeans.org>
date:        Fri Feb 08 16:05:45 2013 +0100
summary:     bugfix #225894, FileUtil.toFile() for npss file returns null in case of slowness report
Comment 3 Quality Engineering 2013-02-14 02:19:13 UTC
Integrated into 'main-golden', will be available in build *201302132300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/babd248616de
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #225894, FileUtil.toFile() for npss file returns null in case of slowness report