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 112333 - Profile Only Project Classes option selects subproject's web pages
Summary: Profile Only Project Classes option selects subproject's web pages
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-08 15:38 UTC by Alexander Kouznetsov
Modified: 2007-09-18 15:51 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 Alexander Kouznetsov 2007-08-08 15:38:43 UTC
Product Version: NetBeans IDE Dev (Build 200708080000) 
Java: 1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Steps to reproduce:
- Open OrderSystem project with all required subprojects
(http://www.netbeans.org/nonav/issues/showattachment.cgi/37566/order_system.zip)
- Invoke Profile Project for OrderSystem Enterprise Application
- Select CPU, Profile Only Project Classes
- Click Show Filter Value link
- RESULT: Web pages from subproject are shown.
Comment 1 J Bachorik 2007-09-18 15:51:55 UTC
This was caused by incorrectly selecting JSPs from any folder which was a subfolder of the parent project. Now only the
JSPs from the selected project (or its subprojects - depends on the filter selected) are used for calculation of
instrumentation filter.