Bug 26260

Summary: task markers: limitting the number of problems per CU limits the number of tasks/markers (in general) per CU
Product: [Eclipse Project] JDT Reporter: Rory Lucyshyn-Wright <Rory_Lucyshyn-Wright>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Rory Lucyshyn-Wright CLA 2002-11-14 06:22:41 EST
Version: 2.1
Build id: 200211130841

The Window->Preferences->Java->Compiler->Problem Markers preference page has 
field where a "Maximum number of problems reported per compilation unit" is 
specified.  This maximum limits not the number of problems reported per 
compilation unit, but rather the total number of tasks/markers per compilation 
unit.
Comment 1 Erich Gamma CLA 2002-11-16 18:38:54 EST
markers are generated by JDT-Core. Not considering task in the count would be 
desirable.
Comment 2 Philipe Mulet CLA 2003-01-15 17:33:17 EST
Nice to have for M5.
Affected code is in compilation unit result.
Comment 3 Olivier Thomann CLA 2003-01-17 11:29:27 EST
This can be achieved by separating tasks from problems. Then the maximum number
of problems per unit is not affected by the task number.
Comment 4 Olivier Thomann CLA 2003-01-17 15:54:01 EST
Fixed and released in 2.1 stream.
Now the tasks and the problems returned by the compiler are distinct.
Comment 5 David Audel CLA 2003-02-07 07:58:30 EST
Verified.