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

Summary: Profiling ant web application doesn't use default root methods
Product: profiler Reporter: J Bachorik <yardus>
Component: BaseAssignee: J Bachorik <yardus>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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