Skip to main content

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

NewClassCreationWizardPage is an interesting class. It doesn't have any privacy but lives in a externally visible package. I made few improvements to the New Class wizard that inevitably resulted in backward incompatible API changes. If your code extends NewClassCreationWizardPage, you may want to check that these changes didn't break your code.

-sergey

Back to the top