Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 285895

Summary: [Validation] Dali needs JDT-style problem preferences
Product: [WebTools] Dali JPA Tools Reporter: Neil Hauge <neil.hauge>
Component: GeneralAssignee: Neil Hauge <neil.hauge>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: rick.sapir
Version: 2.3Keywords: plan
Target Milestone: 2.3 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 289511    
Attachments:
Description Flags
This patch adds the UI functionality for displaying the workspace/project validation severities neil.hauge: iplog+

Description Neil Hauge CLA 2009-08-06 11:21:04 EDT
Dali should provide Validation preferences that would allow users to tailor the error level for specific problems.  This would be similar to the JDT Error/Warning preferences, allowing configuration options of Error/Warning/Ignore.

This would be useful in cases where someone using the Generic platform knows that a particular Error is actually not an Error in the JPA provider they are using - See bug 285703 as an example.
Comment 1 Pascal Filion CLA 2009-10-30 15:51:42 EDT
Created attachment 150973 [details]
This patch adds the UI functionality for displaying the workspace/project validation severities
Comment 2 Neil Hauge CLA 2009-10-30 17:32:04 EDT
UI has been added for all Generic messages in the project properties and workspace preferences.  This covers 95% of all validation messages.

Remaining work to be opened in a separate bug:
-Create sub-node for EclipseLink specific messages
--Design will be sub-node per platform's plugin
-Better defaulting in the UI
--show default in the UI vs just having "Default" text
Comment 3 Neil Hauge CLA 2009-10-30 17:37:09 EDT
Follow-up bug 293835.