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 213084 - When profiling an NB module/suite unnecessary operations are carried on when the profiling is cancelled
Summary: When profiling an NB module/suite unnecessary operations are carried on when ...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.2
Hardware: PC All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-28 11:04 UTC by J Bachorik
Modified: 2012-06-05 06:03 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 J Bachorik 2012-05-28 11:04:15 UTC
When you try profiling an NB module/suite and you decide to cancel the profiling in the Select Task Panel the action executes a ton of unnecessary operations (eg. initializing the netbeans build properties etc.). 

No additional operations should be performed when the profiling got cancelled.
Comment 1 J Bachorik 2012-05-28 11:30:41 UTC
fixed http://hg.netbeans.org/profiler-main/rev/8e1ea8ca36a0
Comment 2 Quality Engineering 2012-06-05 06:03:04 UTC
Integrated into 'main-golden', will be available in build *201206050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8e1ea8ca36a0
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #213084: Reordering the detection of the profiler configuration in order to prevent execution of unnecessary operations