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 97976 - Profiling Points are not modified on-the-fly
Summary: Profiling Points are not modified on-the-fly
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 14:33 UTC by Alexander Kouznetsov
Modified: 2007-05-07 16:29 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-03-15 14:33:34 UTC
Profiler 070314
NetBeans IDE Dev (Build 200703141900)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251

Steps to reproduce:
- Insert some profiling point
- Start Profiling
- Make sure the profiling point was hit
- Modify it (for example, move to another place)
- RESULT: Even it is shown in new place and links from reports show it in this
new place correctly, the actual point that continues to be hit is the old one
(prior to modification). This is confusing.
Comment 1 Alexander Kouznetsov 2007-03-15 14:47:24 UTC
Moreover, if user disables some of them or even delete they continue to work.
And in the latter case report will not be available.
Comment 2 Jiri Sedlacek 2007-03-22 16:20:06 UTC
You're right that Profiling Points are not modified on-the-fly, they should not 
be modified in any way during profiling. Disabling all Profiling Points actions 
during profiling will fix described problems.

Ability to change Profiling Points in runtime the same way as breakpoints is a 
feature for future, will create new RFE for it.
Comment 3 Jiri Sedlacek 2007-03-22 16:29:42 UTC
*** Issue 97979 has been marked as a duplicate of this issue. ***
Comment 4 Jiri Sedlacek 2007-03-28 15:57:44 UTC
Disabled adding/modifying/deleting Profiling Points during profiling. This 
fixes problems described in this issue.

Fixed for M9.
Comment 5 Jiri Sedlacek 2007-03-28 16:03:31 UTC
Created a RFE for modifying Profiling Points during profiling session: Issue 
99260.
Comment 6 Alexander Kouznetsov 2007-05-07 16:29:57 UTC
Verified with
Profiler 070504
NetBeans IDE Dev (Build 070507)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
ru_RU (nb); Cp1251