Community
Participate
Working Groups
final String parentId) {
if (name == null) {
throw new NullPointerException(
"The name of a scheme cannot be null"); //$NON-NLS-1$
"The name of a context cannot be null"); //$NON-NLS-1$
}
final boolean definedChanged = !this.defined;