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 31793 - Breakpoint in custom tag is not correctly mapped.
Summary: Breakpoint in custom tag is not correctly mapped.
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-08 03:25 UTC by Ana.von Klopp
Modified: 2004-11-01 15:26 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 Ana.von Klopp 2003-03-08 03:25:06 UTC
<c:set var="hello" value="Ana"/>


is mapped to the /* ---- */ comment line in 


           // begin 
[file="/debug.jsp";from=(10,0);to=(10,32)]


                /* ----  c:set ---- */


                
org.apache.taglibs.standard.tag.el.core.SetTag 
_jspx_th_c_set_0 = new 
org.apache.taglibs.standard.tag.el.core.SetTag();


                
_jspx_th_c_set_0.setPageContext(pageContext);


                _jspx_th_c_set_0.setParent(null);


                _jspx_th_c_set_0.setVar("hello");


                _jspx_th_c_set_0.setValue("Ana");


                try {


                    int _jspx_eval_c_set_0 = 
_jspx_th_c_set_0.doStartTag();


                    if (_jspx_eval_c_set_0 != 
javax.servlet.jsp.tagext.Tag.SKIP_BODY) {


                        try {


                            if (_jspx_eval_c_set_0 != 
javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {


                              out = pageContext.pushBody();


                              
_jspx_th_c_set_0.setBodyContent((javax.servlet.jsp.tagext.B
odyContent) out);


                              
_jspx_th_c_set_0.doInitBody();


                          }


                          do {


                          // end


                          // begin 
[file="/debug.jsp";from=(10,0);to=(10,32)]


                          } while 
(_jspx_th_c_set_0.doAfterBody() == 
javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);


                      } finally {


                          if (_jspx_eval_c_set_0 != 
javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)


                              out = pageContext.popBody();


                      }


                  }


                  if (_jspx_th_c_set_0.doEndTag() == 
javax.servlet.jsp.tagext.Tag.SKIP_PAGE)


                      return;


              } finally {


                  _jspx_th_c_set_0.release();


              }


          // end
Comment 1 Martin Grebac 2004-07-27 17:21:31 UTC
this should work now
Comment 2 zikmund 2004-11-01 15:26:35 UTC
Verified.