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 54408 - Conflict between JSP with the same name in different directories
Summary: Conflict between JSP with the same name in different directories
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on: 53169
Blocks:
  Show dependency tree
 
Reported: 2005-02-02 16:49 UTC by Libor Kotouc
Modified: 2006-03-24 13:15 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 Libor Kotouc 2005-02-02 16:49:15 UTC
1. Have a.jsp, d/b.jsp, b.jsp
2. statically include d/b.jsp into a.jsp
3. set bp into d/b.jsp
4. debug a.jsp
5. debug b.jsp

Debugger stops at b.jsp (bp is set _only_ in d/b.jsp)
Comment 1 Libor Kotouc 2005-02-02 16:54:33 UTC
it must be fixed along with issue #53169 and issue #54407.
Comment 2 Libor Kotouc 2005-03-03 17:17:05 UTC
Checking in breakpoints/JspLineBreakpoint.java;
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/breakpoints/JspLineBreakpoint.java,v
 <--  JspLineBreakpoint.java
new revision: 1.14; previous revision: 1.13
done
Processing log script arguments...
More commits to come...
Checking in util/Utils.java;
/cvs/web/jspdebug/src/org/netbeans/modules/web/debug/util/Utils.java,v
 <--  Utils.java
new revision: 1.28; previous revision: 1.27
done
Checking in api/src/org/netbeans/api/debugger/jpda/LineBreakpoint.java;
/cvs/debuggerjpda/api/src/org/netbeans/api/debugger/jpda/LineBreakpoint.java,v
 <--  LineBreakpoint.java
new revision: 1.7; previous revision: 1.6
done
Processing log script arguments...
More commits to come...
RCS file:
/cvs/debuggerjpda/test/unit/src/org/netbeans/api/debugger/jpda/testapps/JspLineBreakpointApp.txt,v
done
Checking in LineBreakpointImpl.java;
/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/breakpoints/LineBreakpointImpl.java,v
 <--  LineBreakpointImpl.java
new revision: 1.19; previous revision: 1.18
done
Comment 3 Jiri Skrivanek 2005-03-10 15:48:18 UTC
Verified in build 20050310-1100.