Community
Participate
Working Groups
Build Identifier: I20110310-1119 (3.7M5) Editing a feature.xml file without a license section triggers a NPE (might be related to bug 333788). Reproducible: Always Steps to Reproduce: 1. Open a valid feature.xml (e.g. default one generated when creating a new feature project) 2. Remove the <license></license> section 3. Save, close the editor and open the feature.xml file again. 4. Switch to the Information tab: NPE is thrown (stack trace to be attached)
Created attachment 191092 [details] stack trace
Fixed in HEAD. Added better error checking the UI, an index out of bounds check in the feature implementation and improved all the javadoc. Tested some of the other sections on the information page and nothing threw any exceptions. See Feature, IFeature, LicenseFeatureSection