Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Backward incompatible changes in NewClassCreationWizardPage.java

I apologize for continuing to work on features after the feature freeze. The changes to NewClassCreationWizardPage were part of a large effort to better support local code styles and conventions. The code formatter part of this effort took longer than expected and that pushed the part related to creation of new files beyond the feature freeze.

The introduced incompatibilities are documented in org.eclipse.cdt.ui/.settings/.api_filters. All of them except one were caused by removal of "Use default" check box. The remaining one was removal of DEFAULT_METHOD_STUBS constant which wasn't technically part of the API since the constant had a non-API type.

As I said earlier, the change only affects classes that extend NewClassCreationWizardPage, which is probably not feasible without dependency on internal packages.

-sergey

Back to the top