Bug 298304 - [validation] Generated EL problems severity should have user preference
Summary: [validation] Generated EL problems severity should have user preference
Status: RESOLVED FIXED
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 3.3 M1   Edit
Assignee: Ian Tewksbury CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords: noteworthy
Depends on:
Blocks:
 
Reported: 2009-12-21 09:51 EST by Ian Tewksbury CLA
Modified: 2010-08-12 12:53 EDT (History)
1 user (show)

See Also:
nsand.dev: review+


Attachments
Enhancment Patch (14.24 KB, patch)
2009-12-21 09:54 EST, Ian Tewksbury CLA
nsand.dev: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Tewksbury CLA 2009-12-21 09:51:20 EST
Bug 294672 made it so that ELProblems are now being reported to the user.  These problems should have user settable severitys.
Comment 1 Ian Tewksbury CLA 2009-12-21 09:54:12 EST
Created attachment 154880 [details]
Enhancment Patch

This patch does two things.  It adds in another preference message and preference key for the EL problem (function undefined) added by  Bug 294672 and then also updates the reporting of EL problems in JSPELTranslator to use the two already defined EL problem preference (syntax and lexical).
Comment 2 Nick Sandonato CLA 2010-04-02 16:09:31 EDT
Enhancement we'll look at for 3.3.
Comment 3 Nick Sandonato CLA 2010-07-14 15:36:42 EDT
Tweaked the patch a little so that the validation took into account project-specific validation settings.