You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/02 08:22:26 UTC

[Bug 451] New - ServletException displaying wrong lines in debug information BugRat Report#772

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=451

*** shadow/451	Thu Feb  1 23:22:26 2001
--- shadow/451.tmp.13253	Thu Feb  1 23:22:26 2001
***************
*** 0 ****
--- 1,24 ----
+ +============================================================================+
+ | ServletException displaying wrong lines in debug information BugRat Report |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 451                         Product: Tomcat 3                |
+ |       Status: NEW                         Version: Nightly Build           |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Minor                    OS/Version: All                     |
+ |     Priority: Low                       Component: Jasper                  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: bugzilla@apache.org                                          |
+ |  Reported By: anonymous-bug@cortexity.com                                  |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ When the jsp parser finds an error, it often gives the wrong line number in the debug information:
+ 
+ Root cause: 
+ java.lang.NullPointerException
+ 	at _0002fcobrand_0002ejspcobrand_jsp_112._jspService(_0002fcobrand_0002ejspcobrand_jsp_112.java:102)
+ ...
+ 
+ In my file, line 102 refers to "{". This line does not correspond correctly in either the .jsp file or the created java file listed above.