Bug 26260 - task markers: limitting the number of problems per CU limits the number of tasks/markers (in general) per CU
Summary: task markers: limitting the number of problems per CU limits the number of ta...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-14 06:22 EST by Rory Lucyshyn-Wright CLA
Modified: 2003-02-07 07:58 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.