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 196215 - Display gesture-collector info together with self-sampler data
Summary: Display gesture-collector info together with self-sampler data
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 09:24 UTC by Tomas Hurka
Modified: 2011-03-08 05:46 UTC (History)
1 user (show)

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 Tomas Hurka 2011-03-03 09:24:05 UTC
Enable displaying of a gesture-collector together with self-sampler data in the same time-line. Currently those data can be displayed only if the user opens .npss file. With this fix, gesture-collector info will be available when IDE displays data from self-sampler or when submitting a slowness report via an exception reporter.
Comment 1 Tomas Hurka 2011-03-03 11:35:17 UTC
Fixed in profiler-main


changeset:   189884:09a02a71578f
user:        Tomas Hurka <thurka@netbeans.org>
date:        Thu Mar 03 12:29:18 2011 +0100
summary:     bugfix #196215, virtually move npss file and uigestures.xml file next to each other via special filesystem; use FileObject instead of java.io.File when opening npss and corresponding uigesture file
Comment 2 Quality Engineering 2011-03-04 05:42:57 UTC
Integrated into 'main-golden', will be available in build *201103040000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/09a02a71578f
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #196215, virtually move npss file and uigestures.xml file next to each other via special filesystem; use FileObject instead of java.io.File when opening npss and corresponding uigesture file
Comment 3 Quality Engineering 2011-03-08 05:46:52 UTC
Integrated into 'main-golden', will be available in build *201103080000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2c09d59cc61d
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #196215: Sharing single test to guard the duplicated code