Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 385267
Collapse All | Expand All

(-)a/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/contexts/Context.java (-1 / +1 lines)
Lines 138-144 Link Here
138
            final String parentId) {
138
            final String parentId) {
139
        if (name == null) {
139
        if (name == null) {
140
            throw new NullPointerException(
140
            throw new NullPointerException(
141
                    "The name of a scheme cannot be null"); //$NON-NLS-1$
141
                    "The name of a context cannot be null"); //$NON-NLS-1$
142
        }
142
        }
143
143
144
        final boolean definedChanged = !this.defined;
144
        final boolean definedChanged = !this.defined;

Return to bug 385267