| Summary: | Many test failures in Maintenance builds when using 1.5/1.6 | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | API Tools | Assignee: | PDE API Tools Inbox <pde-apitools-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ankur_sharma, daniel_megert, Michael_Rennie, Olivier_Thomann |
| Version: | 3.8 | ||
| Target Milestone: | 3.8 M4 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Curtis Windatt
When the incremental builder runs, each problem is reported multiple times (in most cases 5 times, making 4 become 20 problems, but locally it repeated 6 times). If a full build is run or a clean+build, the correct number of problems are reported. There are no changes in API Tools to account for the change. I will try debugging through the builder on Monday with Mike. Also, it looks like test classes that have only a single expected problem are passing. Those that have multiple problems (tags on methods, fields, inner classes, etc.) fail with repeated problem markers. In September, a change in JDT core caused problems with the builder reading member types multiple times (the same compilation unit would be returned and analyzed for each member type). The JDT fix was backported last week, but the corresponding API Tools fix was never marked for backport. *** This bug has been marked as a duplicate of bug 365132 *** |