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 129818

Summary: Cannot profile JUnit tests in RCP projects
Product: profiler Reporter: fabriziogiudici <fabriziogiudici>
Component: BaseAssignee: issues@profiler <issues>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description fabriziogiudici 2008-03-11 18:12:32 UTC
Trying to profile a JUnit test in a RCP Module project, by opening the context menu on the test and selecting "Profile test" doesn't work. A popup appears 
which says "Unable to start profiling. Please, make sure the project type is supported and/or the selected file can be executed."

I'm giving P4 priority because in my opinion running the profiler on tests is really important for performance tuning.
Comment 1 fabriziogiudici 2008-04-03 23:11:45 UTC
I'm changing Platform and OS to "all" since it happens also with Linux Ubuntu.
Comment 2 Jiri Sedlacek 2009-11-05 18:17:19 UTC
Could you please provide a sample project & steps? Could it be the same problem as in Issue 148767 - test class doesn't
extend TestCase?