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 161759 - Profiling ant web application doesn't use default root methods
Summary: Profiling ant web application doesn't use default root methods
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: J Bachorik
URL:
Keywords: REGRESSION
: 161745 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-02 13:02 UTC by J Bachorik
Modified: 2009-06-03 15:41 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 2009-04-02 13:02:10 UTC
Steps to reproduce:
1. Create a new empty web application (an index.jsp is created)
2. Profile the application (CPU, Entire application, Profile only project classes)
3. The application starts in profiling mode but no root methods are specified (should be one root method for index.jsp)

This is a regression against version 6.5
Comment 1 J Bachorik 2009-04-02 13:07:59 UTC
Fixing typo in annotation registering profiler support for web applications

http://hg.netbeans.org/profiler-main/rev/b87ebfe2f60d
Comment 2 Tomas Hurka 2009-04-02 16:19:11 UTC
*** Issue 161745 has been marked as a duplicate of this issue. ***
Comment 3 Quality Engineering 2009-04-08 07:47:53 UTC
Integrated into 'main-golden', will be available in build *200904080201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b87ebfe2f60d
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #161759 - fixing typo in registration annotation
Comment 4 Quality Engineering 2009-04-08 19:56:26 UTC
Integrated into 'main-golden', will be available in build *200904081400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b87ebfe2f60d
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #161759 - fixing typo in registration annotation
Comment 5 matusdekanek 2009-06-03 15:41:29 UTC
seems to be ok, marking verified