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 92226 - NPE on running with profiling tasks.
Summary: NPE on running with profiling tasks.
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 15:15 UTC by Peter Pis
Modified: 2013-10-16 07:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE (1.94 KB, text/plain)
2007-01-10 15:16 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2007-01-10 15:15:02 UTC
NetBeans IDE Dev (Build 200701091900)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

profiler 20070110.

Steps:
1. Open J2se application.
2. Select project root and invoke popup menu action and choose "Profile Project"
item.
3. Select some profiling task and push "Run" button.

Many NPE-s are printed into the console. 

java.lang.NullPointerException
        at
org.netbeans.modules.profiler.AbstractProjectTypeProfiler.addTypeMethods(AbstractProjectTypeProfiler.java:227)
        at
org.netbeans.modules.profiler.AbstractProjectTypeProfiler.addImplementorMethods(AbstractProjectTypeProfiler.java:216)
        at
org.netbeans.modules.profiler.AbstractProjectTypeProfiler.doAddInterfaceMarker(AbstractProjectTypeProfiler.java:196)
        at
org.netbeans.modules.profiler.AbstractProjectTypeProfiler.access$000(AbstractProjectTypeProfiler.java:54)
Comment 1 Peter Pis 2007-01-10 15:16:32 UTC
Created attachment 37234 [details]
NPE
Comment 2 J Bachorik 2007-01-10 15:29:41 UTC
fixed in trunk
Comment 3 Peter Pis 2007-01-12 14:25:53 UTC
Verified.
Comment 4 Peter Pis 2007-01-12 14:26:18 UTC
V.