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 113499 - IllegalArgumentException on Run Test Profiling
Summary: IllegalArgumentException on Run Test Profiling
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-08-22 14:03 UTC by Alexander Kouznetsov
Modified: 2008-09-11 20:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (1.50 KB, text/plain)
2007-08-22 14:03 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2007-08-22 14:03:01 UTC
Product Version: NetBeans IDE Dev (Build 200708150158) 
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 
System: SunOS version 5.10 running on sparc; ISO8859-1; en_US (nb)

Performed steps:
- Opened AnagramGame | Source Packages | com.toy.anagrams.lib | WordLibrary.java file.
- Called menu action Profile | Profile Other | Profile Test for "WordLibrary.java", in Select Profiling Task selected
Memory, created new custom configuration. Selected Record both object creation and garbage collection, track every 1
object allocation, enabled Record Stack Trace for Allocations. In Advanced settings Limited stack to 10 frames, enabled
threads monitoring.
- Confirmed the dialog by Run button.
- Got an exception:
java.lang.IllegalArgumentException
	at org.netbeans.api.java.source.ElementUtilities.getBinaryName(ElementUtilities.java:157)
	at org.netbeans.modules.profiler.utils.SourceUtils$4$1.visitClass(SourceUtils.java:376)
        ...
Comment 1 Alexander Kouznetsov 2007-08-22 14:03:32 UTC
Created attachment 47067 [details]
Exception
Comment 2 Alexander Kouznetsov 2007-08-22 14:04:06 UTC
This issue seems to be completely random.
Comment 3 Jiri Sedlacek 2008-09-11 20:05:43 UTC
Doesn't seem to be reproducible - already fixed?