Bug 18287 - <Clinit> change is treated as a structural change by incremental builder
Summary: <Clinit> change is treated as a structural change by incremental builder
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-30 06:54 EDT by Philipe Mulet CLA
Modified: 2002-06-03 10:12 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 Philipe Mulet CLA 2002-05-30 06:54:30 EDT
Build 20020528

If a <clinit> method is added/removed, it is treated as a structural change, 
and will therefore induce recompiling all dependents.

This can be nasty when adding a bogus import on an interface, though it affects 
nobody, a <clinit> might get added to report the problem (problem method) and 
therefore a major recompilation can be triggered if interface is quite used.
Comment 1 Kent Johnson CLA 2002-05-30 13:28:34 EDT
We now by default ignore synthetic fields/methods & clinit methods.
Comment 2 Jerome Lanneluc CLA 2002-06-03 10:12:24 EDT
Verified