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 208250 - AssertionError at org.netbeans.modules.profiler.categorization.api.CategoryBuilder.<init>
Summary: AssertionError at org.netbeans.modules.profiler.categorization.api.CategoryBu...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-10 13:46 UTC by Salamander
Modified: 2012-02-10 17:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184637


Attachments
stacktrace (3.39 KB, text/plain)
2012-02-10 13:46 UTC, Salamander
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Salamander 2012-02-10 13:46:27 UTC
This issue was reported manually by thurka.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201201050601)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11M3527
OS: Mac OS X

User Comments:
salamander: trying to profile a 1.7 application

salamander: profiling (CPU) an app




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.profiler.categorization.api.CategoryBuilder.<init>(CategoryBuilder.java:81)
   at org.netbeans.modules.profiler.j2se.J2SECategoryBuilder.<init>(J2SECategoryBuilder.java:60)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
Comment 1 Salamander 2012-02-10 13:46:30 UTC
Created attachment 115582 [details]
stacktrace
Comment 2 Tomas Hurka 2012-02-10 13:48:12 UTC
It should be fixed by 

http://hg.netbeans.org/main-silver/rev/77d8bb00f8f6
description:
	transitional adjustment of fix for #206785 reverted - change was successfully propagated