Bug 289049 - [parser] Annotation for JSP error has no description
Summary: [parser] Annotation for JSP error has no description
Status: RESOLVED WORKSFORME
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Sarika Sinha CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2009-09-10 05:26 EDT by David Balažic CLA
Modified: 2010-08-26 05:00 EDT (History)
2 users (show)

See Also:


Attachments
Screenshot of problem (66.32 KB, image/png)
2009-09-10 05:31 EDT, David Balažic CLA
no flags Details
Problem View snapshot (304.74 KB, image/bmp)
2010-08-26 05:00 EDT, Sarika Sinha CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Balažic CLA 2009-09-10 05:26:48 EDT
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
Build Identifier: 20090621-0832

An error in a JSP file has no description. See screenshot.
Same in View Problems and Markers.

Reproducible: Always

Steps to Reproduce:
.



Eclipse Platform
Version: 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ
Build id: I20090611-1540

Eclipse Java EE Developer Tools
Version: 3.1.0.v200905242144-7_7EGr_FQRwRZSME08aqRiT1Skap
Build id: 20090616035105

Eclipse Web Developer Tools
Version: 3.1.0.v200905242131-7R77FShEVw2xUGpF1LiNxdVAELXy
Build id: 20090616035105
Comment 1 David Balažic CLA 2009-09-10 05:31:13 EDT
Created attachment 146845 [details]
Screenshot of problem
Comment 2 Nitin Dahyabhai CLA 2009-09-10 13:42:29 EDT
Without seeing what's on line 40, we can't reproduce this.
Comment 3 David Balažic CLA 2009-09-11 04:16:41 EDT
The line is:

   <y:myOutputText value="<a href=\"my-doc.pdf\" target=\"_blank\" title=\"#{msgs.doc}\">#{msgs.doc}</a>"
                        rendered="#{getstuff.manualStuff!=2}"/>


myOutputText is a custom tag. Need details about it?
Comment 4 Nick Sandonato CLA 2009-11-17 18:20:02 EST
Looks like a potential issue with the JSPTokenizer and how it's handling escaped quotes.
Comment 5 Sarika Sinha CLA 2010-08-26 04:58:05 EDT
Could not reproduce in latest eclipse build with WTP 3.2.2.  I am getting proper problem message. screenshot attached.

Was able to reproduce the problem in WTP 3.1.
Comment 6 Sarika Sinha CLA 2010-08-26 05:00:12 EDT
Created attachment 177506 [details]
Problem View snapshot