| Summary: | State records 100 Changes Only | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Christian Dietrich <christian.dietrich.opensource> | ||||
| Component: | Core | Assignee: | JDT-Core-Inbox <jdt-core-inbox> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | stephan.herrmann | ||||
| Version: | 4.8 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Mac OS X | ||||||
| Whiteboard: | stalebug | ||||||
| Attachments: |
|
||||||
|
Description
Christian Dietrich
My first guess would be that MaxStructurallyChangedTypes is somehow involved in deciding to abort incremental build and scheduling a full build instead. Do you happen to know? Asking because: if JDT "gives up" on incremental build, then we won't even bother to compute the full set of structurally changed types, essentially because that would be more expensive than the savings it could enable. good point. i have not thought on this secenario yet This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. still the case (In reply to Christian Dietrich from comment #4) > still the case Have you checked the relation to when we abort incremental build and start a full build instead? (see comment 1). |