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 146310 - Need a way to extend SelectRootMethodsAction for non-java projects
Summary: Need a way to extend SelectRootMethodsAction for non-java projects
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 12:13 UTC by cms
Modified: 2008-09-17 09:43 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cms 2008-09-05 12:13:34 UTC
The final class org.netbeans.modules.profiler.actions.SelectRootMethodsAction supports only java source code. We need to
have a way to extend it and define current class name from non-java sources (for instance, for JavaFX source code for
JavaFX plugin's profiler).
Comment 2 Quality Engineering 2008-09-08 17:22:19 UTC
Integrated into 'main-golden', will be available in build *200809081401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3f48158993f6
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #146310 - Making the "SelectRootMethodAction" extensible for better support of other JVM languages
Comment 3 cms 2008-09-17 09:43:20 UTC
verified