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 147836 - No way to insert profiling point to non-java JVM languages
Summary: No way to insert profiling point to non-java JVM languages
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks: 148615
  Show dependency tree
 
Reported: 2008-09-22 09:45 UTC by cms
Modified: 2008-09-29 13:31 UTC (History)
1 user (show)

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-22 09:45:07 UTC
The "insert profiling point" editor's action can't be used in non-java JVM languages such as JavaFX. 

For instance, the FileChooser created by org.netbeans.modules.profiler.ppoints.ui.LocationCustomizer is hardcoded to 
understand java files only (f.getName().toLowerCase().endsWith(".java")). 

We need to have a way to extend this action to make it usable for non-java sources.