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 107372 - Profile Other and Unintegrate Menu items are always disabled
Summary: Profile Other and Unintegrate Menu items are always disabled
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-06-20 09:16 UTC by Alexander Kouznetsov
Modified: 2007-09-17 16:50 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 Alexander Kouznetsov 2007-06-20 09:16:36 UTC
Product Version: NetBeans IDE Dev (Build 200706190000, C/C++ Pack 20070619) 
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
org.netbeans.modules.profiler/1 [1.1.1 070618]

REGRESSION since M9.

Steps to reproduce:
- Create New Anagram Game Sample Application
- Navigate among project files
- RESULT: Profile Other and Unintegrate menu items are always disabled.
Comment 1 J Bachorik 2007-06-20 10:09:44 UTC
fixed in trunk
for some reason there are no propertychangelisteners registered for profiler actions and as the result the actions were
not refreshed properly (they rely on fact that if there is no propertychangelistener registered there is no need to
refresh the action - and it's not true any more)
Comment 2 Alexander Kouznetsov 2007-07-06 16:05:07 UTC
Verified with

Profiler 1.2 070703
Product Version: NetBeans IDE Dev (Build 200707031200) 
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
Comment 3 mateamargo 2007-09-17 16:29:08 UTC
This issue is still present on 6.0M10

The "Profile|Profile Other" item menu shows its three option always disabled.
I couldn't find a way to profile a JUnit test yet.

Product Version: NetBeans IDE 6.0 M10 (build 200706281431) 
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105 System: 
Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
Comment 4 Tomas Hurka 2007-09-17 16:41:06 UTC
This is probably different bug. Are you sure that "Profile Other" is always disable for all types of projects? Did you try the original steps mentioned in 
description?  Closing as Fixed, verified. Please open separate issue and add steps how to reproduce it. See also issue #71555 - maybe this describe your 
problem.
Comment 5 Tomas Hurka 2007-09-17 16:41:58 UTC
Returning back to verified state.
Comment 6 J Bachorik 2007-09-17 16:50:28 UTC
the target of this issue was mistakenly left at m10. it should have been beta1.
fixed the target milestone