Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359074 - Add preference to limit the number of problems reported per resource
Summary: Add preference to limit the number of problems reported per resource
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-27 10:10 EDT by Hendrik Eeckhaut CLA
Modified: 2011-09-27 10:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hendrik Eeckhaut CLA 2011-09-27 10:10:11 EDT
Build Identifier: 

JDT offers a preference to limit the number of problems reported per compilation unit (100 per default): Preferences > Java > Compiler > Building > General. This would be a good usability (and performance?) improvement for Xtext too.

The parser recovery of Antlr is great, but showing more than 100 problem markers per resource adds no value in my opinion.

Reproducible: Always