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 61038 - Selecting Profiling Root Methods from IDE Files tab (explorer) doesn't work correctly
Summary: Selecting Profiling Root Methods from IDE Files tab (explorer) doesn't work c...
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 15:05 UTC by Jiri Sedlacek
Modified: 2007-02-20 18:07 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 Jiri Sedlacek 2005-07-15 15:05:26 UTC
When selecting for example servlet automatically generated from jsp 
(<projectdir>/build/generated), the user is able to select methods in the 
Select Methods dialog, but these methods aren't valid and doesn't persist in 
the root methods selection.
Comment 1 Jiri Sedlacek 2005-11-28 19:17:11 UTC
Generally works fine (already fixed before), but randomly throws an 
InvalidObjectException from JMI code (Object no longer exists, happens also 
when just browsing /build/generated directory in explorer without any Profiler 
interaction). This happens for all SelectRootMethodAction, AddRootMethodAction 
and AddCodeFragmentAction context menu actions.

Added try/catch block to just avoid error messages and hint that source/web 
directories should be used for selecting root methods/code fragment where it 
works fine.

Fixed for M11.
Comment 2 ehucka 2006-10-09 12:08:20 UTC
Verification of old issues.
Comment 3 Alexander Kouznetsov 2007-02-20 10:12:53 UTC
Closing old issues
Comment 4 Alexander Kouznetsov 2007-02-20 18:07:57 UTC
Reverting to original Target Milestone value changed by mistake. Sorry for
inconvenience.