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 - Cannot profile JUnit tests in RCP projects
Summary: Cannot profile JUnit tests in RCP projects
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 18:12 UTC by fabriziogiudici
Modified: 2009-11-05 18:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?